Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_cbq.h94 int qmax; member
H A Daltq_cbq.c188 statsp->qmax = qlimit(cl->q_); in get_class_stats()
/freebsd/sys/sys/
H A Dlibkern.h94 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/freebsd/stand/libsa/
H A Dstand.h404 static __inline quad_t qmax(quad_t a, quad_t b) { return (a > b ? a : b); } in qmax() function
/freebsd/sbin/pfctl/
H A Dpfctl_qstats.c347 cur.data.cbq_stats.qcnt, cur.data.cbq_stats.qmax,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1260 uint64_t qmax = mga->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable() local
1286 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()
1295 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1310 qmax = mgap->mga_cur_max_alloc_queue_depth; in metaslab_group_allocatable()
1311 qmax = qmax * (4 + d) / 4; in metaslab_group_allocatable()
1320 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
/freebsd/sys/kern/
H A Dkern_timeout.c682 qmax(c->c_precision / 2, 1), c_func, c_arg, in softclock_call_cc()