Searched refs:numbytes (Results 1 – 6 of 6) sorted by relevance
323 int length, numbytes; in insert_generic() local342 numbytes = srcptr[1] + 2; in insert_generic()343 if (*bytesleft < numbytes) in insert_generic()344 skipped += numbytes; in insert_generic()346 bcopy(srcptr, *buff, numbytes); in insert_generic()347 (*buff) += numbytes; in insert_generic()348 (*bytesleft) -= numbytes; in insert_generic()350 srcptr += numbytes; in insert_generic()351 length -= numbytes; in insert_generic()
432 (pkt->dn_m->m_pkthdr.len*8*dn_hz - (q)->numbytes + p->bandwidth - 1 ) / \480 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()485 if (len_scaled > q->numbytes) in ready_event()487 q->numbytes -= len_scaled; in ready_event()511 q->numbytes = 0; in ready_event()537 p->numbytes += (curr_time - p->sched_time) * p->bandwidth; in ready_event_wfq()543 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()552 p->numbytes -= len_scaled; in ready_event_wfq()595 if (sch->elements == 0 && neh->elements == 0 && p->numbytes >= 0 && in ready_event_wfq()618 if (p->numbytes < 0) { /* This implies bandwidth>0 */ in ready_event_wfq()[all …]
225 u_long numbytes; /* credit for transmission (dynamic queues) */ member331 int numbytes; /* bits I can transmit (more or less). */ member
451 (pkt->dn_m->m_pkthdr.len*8*dn_hz - (q)->numbytes + p->bandwidth - 1 ) / \499 q->numbytes += (curr_time - q->sched_time) * p->bandwidth; in ready_event()504 if (len_scaled > q->numbytes) in ready_event()506 q->numbytes -= len_scaled; in ready_event()530 q->numbytes = 0; in ready_event()556 p->numbytes += (curr_time - p->sched_time) * p->bandwidth; in ready_event_wfq()562 while (p->numbytes >= 0 && (sch->elements > 0 || neh->elements > 0)) { in ready_event_wfq()571 p->numbytes -= len_scaled; in ready_event_wfq()614 if (sch->elements == 0 && neh->elements == 0 && p->numbytes >= 0 && in ready_event_wfq()637 if (p->numbytes < 0) { /* This implies bandwidth>0 */ in ready_event_wfq()[all …]
240 u_long numbytes; /* credit for transmission (dynamic queues) */ member346 int numbytes; /* bits I can transmit (more or less). */ member
78 char numbytes[12]; member2373 tar_atol(sparse->numbytes, sizeof(sparse->numbytes))) in gnu_sparse_old_parse()