Lines Matching refs:numbytes
283 p->numbytes = user_pipe_32.numbytes; in cp_pipe_from_user_32()
331 p->numbytes = user_pipe_64.numbytes; in cp_pipe_from_user_64()
432 qp->numbytes = q->numbytes; in cp_queue_to_32_user()
454 qp->numbytes = q->numbytes; in cp_queue_to_64_user()
486 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_32_user()
528 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_64_user()
797 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth - 1 ) / \
855 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()
859 if (len_scaled > q->numbytes) { in ready_event()
862 q->numbytes -= len_scaled; in ready_event()
881 q->numbytes = 0; in ready_event()
906 int64_t p_numbytes = p->numbytes; in ready_event_wfq()
1015 p->numbytes = INT_MAX; in ready_event_wfq()
1017 p->numbytes = INT_MIN; in ready_event_wfq()
1019 p->numbytes = (int)p_numbytes; in ready_event_wfq()
1746 if (pipe->numbytes >= 0) { /* pipe is idle */ in dummynet_io()
2062 q->numbytes = 0; in config_pipe()
2068 x->numbytes = 0; /* just in case... */ in config_pipe()