Home
last modified time | relevance | path

Searched refs:offtime (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/sys/contrib/altq/altq/
Daltq_cbq.h85 int offtime; member
118 u_int offtime; member
Daltq_rmclass.c196 int minidle, u_int offtime, int pktsize, int flags) in rmc_newclass() argument
266 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_newclass()
271 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_newclass()
356 int minidle, u_int offtime, int pktsize) in rmc_modclass() argument
389 cl->offtime_ = ((offtime * nsecPerByte) / 8) >> RM_FILTER_GAIN; in rmc_modclass()
394 cl->offtime_ = (offtime * nsecPerByte) / 8; in rmc_modclass()
683 int minidle, u_int offtime, int flags) in rmc_init() argument
738 maxidle, minidle, offtime, in rmc_init()
Daltq_cbq.c225 statsp->offtime = cl->offtime_; in get_class_stats()
394 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
401 opts->maxidle, opts->minidle, opts->offtime, in cbq_add_queue()
694 acp->cbq_class.minidle, acp->cbq_class.offtime,
738 spec->maxidle, spec->minidle, spec->offtime,
745 spec->maxidle, spec->minidle, spec->offtime,
/freebsd-9-stable/sbin/pfctl/missing/altq/
Daltq_cbq.h96 int offtime; member
129 u_int offtime; member
/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl_altq.c446 double offtime, nsPerByte, ifnsPerByte, ptime, cptime; local
499 offtime = cptime * (1.0 + 1.0/(1.0 - g) * (1.0 - gtom) / gtom);
505 offtime = (offtime * 8.0) / nsPerByte *
511 offtime = offtime / 1000.0;
519 opts->offtime = (u_int)fabs(offtime);
/freebsd-9-stable/lib/libc/stdtime/
DSymbol.map23 offtime;
/freebsd-9-stable/contrib/tzcode/stdtime/
Dlocaltime.c1590 offtime(timep, offset) in offtime() function
/freebsd-9-stable/sys/contrib/pf/net/
Dpfvar.h1447 u_int offtime; member
/freebsd-9-stable/contrib/tzdata/
DNEWS1820 The signatures of 'offtime', 'timeoff', and 'gtime' have been