Searched refs:tbr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/commpage/
H A Dcommpage.h43 extern void commpage_set_timestamp(uint64_t tbr, uint64_t secs, uint32_t ticks_per_sec);
H A Dcommpage.c90 void commpage_set_timestamp(uint64_t tbr, uint64_t secs, uint32_t ticks_per_sec) argument
97 tofd->TimeBase = tbr;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c593 struct tb_regulator *tbr; local
603 tbr = &ifq->ifcq_tbr;
604 if (op == CLASSQDQ_REMOVE && tbr->tbr_lastop == CLASSQDQ_POLL) {
605 /* if this is a remove after poll, bypass tbr check */
608 if (tbr->tbr_token <= 0) {
610 interval = now - tbr->tbr_last;
611 if (interval >= tbr->tbr_filluptime) {
612 tbr->tbr_token = tbr->tbr_depth;
614 tbr
672 struct tb_regulator *tbr; local
[all...]

Completed in 45 milliseconds