OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mincount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_alloc.c
936
int
mincount
;
local
955
mincount
= 1; /* The caller holds one */
958
++
mincount
;
960
++
mincount
;
963
if (vp->v_usecount <=
mincount
)
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
3898
*
mincount
= (decimal) Return entries with count >=
mincount
.
3975
static const char mincount_text[] = "
mincount
";
3986
int
mincount
;
local
4041
mincount
= 0;
4070
if (1 != sscanf(val, "%d", &
mincount
))
4072
if (
mincount
< 0)
4073
mincount
= 0;
4193
if (mon->count <
mincount
)
Completed in 20 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026