Searched refs:tokens (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/net/sched/ |
D | sch_tbf.c | 128 long tokens; /* Current number of B tokens */ member 218 toks += q->tokens; in tbf_dequeue() 225 q->tokens = toks; in tbf_dequeue() 269 q->tokens = q->buffer; in tbf_reset() 353 q->tokens = q->buffer; in tbf_change()
|
D | sch_csz.c | 243 unsigned long tokens; /* Tokens number: usecs */ member 572 toks = PSCHED_TDIFF(now, t_tbf) + this->tokens - L2R(q,this,skb->len); in csz_enough_tokens() 586 this->tokens = toks <= this->depth ? toks : this->depth; in csz_enough_tokens() 741 q->tokens = q->depth; in csz_reset()
|
D | sch_htb.c | 200 long tokens,ctokens; /* current number of tokens */ member 375 cl->classid,cl->cmode,cl->tokens,cl->ctokens, in htb_debug_dump() 632 if ((toks = (cl->tokens + *diff)) >= ( in htb_class_mode() 844 HTB_ACCNT (tokens,buffer,rate); in htb_charge_class() 847 cl->tokens += diff; /* we moved t_c; update tokens */ in htb_charge_class() 851 …HTB_DBG(5,2,"htb_chrg_clp cl=%X diff=%ld tok=%ld ctok=%ld\n",cl->classid,diff,cl->tokens,cl->ctoke… in htb_charge_class() 1336 cl->xstats.tokens = cl->tokens; in htb_dump_class() 1573 cl->tokens = hopt->buffer; in htb_change_class()
|
/linux-2.4.37.9/include/linux/ |
D | pkt_sched.h | 291 __u32 tokens; member
|
/linux-2.4.37.9/Documentation/networking/ |
D | smctr.txt | 29 this you are ready to start sending some tokens.
|
D | tms380tr.txt | 47 this you are ready to start sending some tokens.
|
/linux-2.4.37.9/drivers/net/wan/ |
D | sdla_ppp.c | 309 static int tokenize(char *str, char **tokens); 1461 static int tokenize (char *str, char **tokens) in tokenize() argument 1465 tokens[0] = strtok(str, "/"); in tokenize() 1466 while (tokens[cnt] && (cnt < 32 - 1)) in tokenize() 1468 tokens[cnt] = strstrip(tokens[cnt], " \t"); in tokenize() 1469 tokens[++cnt] = strtok(NULL, "/"); in tokenize()
|
/linux-2.4.37.9/drivers/net/ |
D | defxx.h | 909 PI_CNTR tokens; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | qla1280.c | 5015 enum tokens { enum
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | coda.txt | 1498 call is issued when tokens for a user expire or are flushed.
|