OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qmax
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/altq/
altq_cbq.h
87
int
qmax
;
member in struct:_cbq_class_stats_
altq_cbq.c
230
statsp->
qmax
= qlimit(cl->q_);
/src/usr.sbin/altq/altqstat/
qdisc_cbq.c
134
printf("\tQCount: %d,\t(
qmax
: %d)\n",
135
sp->qcnt, sp->
qmax
);
/src/dist/pf/sbin/pfctl/
pfctl_qstats.c
301
cur.data.cbq_stats.qcnt, cur.data.cbq_stats.
qmax
,
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
metaslab.c
983
uint64_t
qmax
= mg->mg_max_alloc_queue_depth;
local
998
* If this metaslab group is below its
qmax
or it's
1002
if (qdepth <
qmax
|| mc->mc_alloc_groups == 1)
1007
* Since this metaslab group is at or over its
qmax
, we
1014
qmax
= mgp->mg_max_alloc_queue_depth;
1023
if (qdepth <
qmax
&& !mgp->mg_no_free_space)
1030
* we are at or over our
qmax
.
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026