Home
last modified time | relevance | path

Searched refs:minidle (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_cbq.h93 int minidle; member
H A Daltq_rmclass.c184 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 Daltq_cbq.c186 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 Dpf_altq.h43 int minidle; member
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h45 int minidle; member
/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c2130 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 D00-RELEASENOTES1071 Make comment about nack->consumer test for minidle more obvious.
1091 Streams: XCLAIM ignore minidle if NACK is created by FORCE