ctokens           428 include/uapi/linux/pkt_sched.h 	__s32 ctokens;
ctokens           120 net/sched/sch_htb.c 	s64			tokens, ctokens;/* current number of tokens */
ctokens           504 net/sched/sch_htb.c 	if ((toks = (cl->ctokens + *diff)) < htb_lowater(cl)) {
ctokens           633 net/sched/sch_htb.c 	s64 toks = diff + cl->ctokens;
ctokens           641 net/sched/sch_htb.c 	cl->ctokens = toks;
ctokens          1135 net/sched/sch_htb.c 	cl->xstats.ctokens = clamp_t(s64, PSCHED_NS2TICKS(cl->ctokens),
ctokens          1202 net/sched/sch_htb.c 	parent->ctokens = parent->cbuffer;
ctokens          1426 net/sched/sch_htb.c 		cl->ctokens = PSCHED_TICKS2NS(hopt->cbuffer);
ctokens           427 tools/include/uapi/linux/pkt_sched.h 	__s32 ctokens;