OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mincount
(Results
1 - 3
of
3
) 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
)
/src/sys/dev/acpi/
acpi_display.c
2130
unsigned int
mincount
)
2150
if (obj->Package.Count <
mincount
) {
Completed in 21 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026