HomeSort by: relevance | last modified time | path
    Searched refs:concurrency (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
kern_physio.c 226 int concurrency = physio_concurrency - 1; local in function:physio
252 concurrency = 0;
261 concurrency = 0; /* see "XXXkludge" comment below */
276 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 in function:elansc_perf_tune
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;

Completed in 24 milliseconds