HomeSort by: relevance | last modified time | path
    Searched defs:concurrency (Results 1 - 4 of 4) 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);
  /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/external/ibm-public/postfix/dist/src/postscreen/
postscreen.h 63 int concurrency; /* per-client */ member in struct:__anon23159
385 extern HTABLE *psc_client_concurrency; /* per-client concurrency */
  /src/sys/sys/
syscallargs.h 2161 syscallarg(int) concurrency; member in struct:compat_60_sys_sa_setconcurrency_args

Completed in 33 milliseconds