Lines Matching refs:numbytes
332 p->numbytes = user_pipe_32.numbytes; in cp_pipe_from_user_32()
382 p->numbytes = user_pipe_64.numbytes; in cp_pipe_from_user_64()
487 qp->numbytes = q->numbytes; in cp_queue_to_32_user()
509 qp->numbytes = q->numbytes; in cp_queue_to_64_user()
550 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_32_user()
605 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_64_user()
921 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth - 1 ) / \
979 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()
983 if (len_scaled > q->numbytes) { in ready_event()
986 q->numbytes -= len_scaled; in ready_event()
1005 q->numbytes = 0; in ready_event()
1030 int64_t p_numbytes = p->numbytes; in ready_event_wfq()
1139 p->numbytes = INT_MAX; in ready_event_wfq()
1141 p->numbytes = INT_MIN; in ready_event_wfq()
1143 p->numbytes = (int)p_numbytes; in ready_event_wfq()
1870 if (pipe->numbytes >= 0) { /* pipe is idle */ in dummynet_io()
2198 q->numbytes = 0; in config_pipe()
2204 x->numbytes = 0; /* just in case... */ in config_pipe()