Lines Matching refs:numbytes
279 p->numbytes = user_pipe_32.numbytes; in cp_pipe_from_user_32()
326 p->numbytes = user_pipe_64.numbytes; in cp_pipe_from_user_64()
426 qp->numbytes = q->numbytes; in cp_queue_to_32_user()
448 qp->numbytes = q->numbytes; in cp_queue_to_64_user()
480 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_32_user()
522 pipe_bp->numbytes = p->numbytes; in cp_pipe_to_64_user()
791 ((_m)->m_pkthdr.len*8*(hz*10) - (q)->numbytes + p->bandwidth - 1 ) / \
849 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()
853 if (len_scaled > q->numbytes) { in ready_event()
856 q->numbytes -= len_scaled; in ready_event()
875 q->numbytes = 0; in ready_event()
900 int64_t p_numbytes = p->numbytes; in ready_event_wfq()
1009 p->numbytes = INT_MAX; in ready_event_wfq()
1011 p->numbytes = INT_MIN; in ready_event_wfq()
1013 p->numbytes = (int)p_numbytes; in ready_event_wfq()
1740 if (pipe->numbytes >= 0) { /* pipe is idle */ in dummynet_io()
2056 q->numbytes = 0; in config_pipe()
2062 x->numbytes = 0; /* just in case... */ in config_pipe()