Searched refs:minidle (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/altq/ |
| H A D | altq_cbq.h | 93 int minidle; member
|
| H A D | altq_rmclass.c | 184 int minidle, u_int offtime, int pktsize, int flags) in rmc_newclass() argument 247 cl->minidle_ = (minidle * (int)nsecPerByte) / 8; in rmc_newclass() 251 cl->minidle_ = minidle; in rmc_newclass() 351 int minidle, u_int offtime, int pktsize) in rmc_modclass() argument 369 cl->minidle_ = (minidle * nsecPerByte) / 8; in rmc_modclass() 373 cl->minidle_ = minidle; in rmc_modclass() 673 int minidle, u_int offtime, int flags) in rmc_init() argument 728 maxidle, minidle, offtime, in rmc_init()
|
| H A D | altq_cbq.c | 186 statsp->minidle = cl->minidle_; in get_class_stats() 354 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue() 361 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
|
| /f-stack/tools/compat/include/netpfil/pf/ |
| H A D | pf_altq.h | 43 int minidle; member
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_altq.h | 45 int minidle; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_stream.c | 2130 long long minidle; /* Minimum idle time argument. */ in xclaimCommand() local 2150 if (getLongLongFromObjectOrReply(c,c->argv[4],&minidle, in xclaimCommand() 2153 if (minidle < 0) minidle = 0; in xclaimCommand() 2267 if (nack->consumer && minidle) { in xclaimCommand() 2269 if (this_idle < minidle) continue; in xclaimCommand()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 1071 Make comment about nack->consumer test for minidle more obvious. 1091 Streams: XCLAIM ignore minidle if NACK is created by FORCE
|