OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:concurrency
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/kern/
kern_physio.c
229
int
concurrency
= physio_concurrency - 1;
local
255
concurrency
= 0;
264
concurrency
= 0; /* see "XXXkludge" comment below */
279
physio_wait(ps, sync ? 0 :
concurrency
);
systrace_args.c
2476
iarg[0] = SCARG(p,
concurrency
); /* int */
/src/sys/arch/i386/pci/
elan520.c
211
const bool
concurrency
= true; /* concurrent bus arbitration */
local
217
} else if (
concurrency
) {
237
else if (
concurrency
) {
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h
1735
#define __sanitizer_syscall_pre_compat_60_sa_setconcurrency(
concurrency
) \
1737
(long long)(
concurrency
))
1738
#define __sanitizer_syscall_post_compat_60_sa_setconcurrency(res,
concurrency
) \
1740
res, (long long)(
concurrency
))
3988
long long
concurrency
);
3990
long long res, long long
concurrency
);
/src/sys/sys/
syscallargs.h
2161
syscallarg(int)
concurrency
;
member in struct:compat_60_sys_sa_setconcurrency_args
Completed in 32 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026