OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncalls
(Results
1 - 7
of
7
) sorted by relevancy
/src/tests/lib/libexecinfo/
t_backtrace.c
45
void myfunc3(size_t
ncalls
);
46
void myfunc2(size_t
ncalls
);
47
void myfunc1(size_t origcalls, volatile size_t
ncalls
);
48
void myfunc(size_t
ncalls
);
53
myfunc3(size_t
ncalls
)
70
void *buffer[
ncalls
+ 10];
86
printf("got nptrs=%zu
ncalls
=%zu (min_frames: %zu, max_frames: %zu)\n",
87
nptrs,
ncalls
, min_frames, max_frames);
93
ATF_REQUIRE(nptrs >=
ncalls
+ 2 + min_frames);
94
ATF_REQUIRE(nptrs <=
ncalls
+ 2 + max_frames)
[
all
...]
/src/sys/arch/x86/x86/
genfb_machdep.c
181
static int
ncalls
= 0;
local in function:x86_genfb_cnattach
188
++
ncalls
;
189
if (
ncalls
< 3)
/src/sys/coda/
coda_subr.c
203
coda_clstat.
ncalls
++;
346
coda_clstat.
ncalls
++;
362
coda_clstat.
ncalls
++;
386
coda_clstat.
ncalls
++;
411
coda_clstat.
ncalls
++;
442
coda_clstat.
ncalls
++;
cnode.h
140
int
ncalls
; /* client requests */
member in struct:coda_clstat
coda_psdev.c
558
coda_clstat.
ncalls
++;
/src/sys/dev/ic/
rt2661var.h
149
int
ncalls
;
member in struct:rt2661_softc
rt2661.c
758
if (++sc->
ncalls
& 1)
835
sc->
ncalls
= 0;
Completed in 15 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025