Home
last modified time | relevance | path

Searched refs:semaphores (Results 1 – 25 of 245) sorted by relevance

12345678910

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sync.c51 sync->semaphores[i] = NULL; in radeon_sync_create()
173 sync->semaphores[count++] = semaphore; in radeon_sync_rings()
223 radeon_semaphore_free(rdev, &sync->semaphores[i], fence); in radeon_sync_free()
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Drun.py65 semaphores = {k: multiprocessing.BoundedSemaphore(v)
70 (self.lit_config, semaphores))
/netbsd/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_scheduler_types.h71 intel_engine_mask_t semaphores; member
H A Di915_request.c406 if (request->sched.semaphores && in __i915_request_submit()
408 engine->saturated |= request->sched.semaphores; in __i915_request_submit()
476 if (request->sched.semaphores && i915_request_started(request)) { in __i915_request_unsubmit()
478 request->sched.semaphores = 0; in __i915_request_unsubmit()
854 return rq->sched.semaphores | rq->engine->saturated; in already_busywaiting()
926 to->sched.semaphores |= from->engine->mask; in emit_semaphore_wait()
H A DKconfig.profile72 interact with each other via userspace semaphores. Each context
/netbsd/sys/arch/amd64/conf/
H A DNOCOMPAT6 no options SYSVSEM # System V-like semaphores
/netbsd/sys/arch/evbarm/conf/
H A DGENERIC.common86 options SYSVSEM # System V-like semaphores
88 #options SEMMNS=60 # number of semaphores in system
H A DIMX23_OLINUXINO110 options SYSVSEM # System V-like semaphores
H A DOPENBLOCKS_AX3102 options SYSVSEM # System V-like semaphores
104 #options SEMMNS=60 # number of semaphores in system
H A DARMADAXP93 options SYSVSEM # System V-like semaphores
95 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/macppc/conf/
H A DMAMBO23 options SYSVSEM # System V semaphores
25 #options SEMMNS=60 # number of semaphores in system
H A DPOWERMAC_G5_11_220 options SYSVSEM # System V semaphores
22 #options SEMMNS=60 # number of semaphores in system
H A DPOWERMAC_G526 options SYSVSEM # System V semaphores
28 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/evbppc/conf/
H A DEXPLORA45130 options SYSVSEM # System V-like semaphores
32 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/emips/conf/
H A DGENERIC47 options SYSVSEM # System V-like semaphores
49 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/acorn32/conf/
H A DEB7500ATX104 options SYSVSEM # System V-like semaphores
106 #options SEMMNS=60 # number of semaphores in system
H A DINSTALL95 #options SYSVSEM # System V-like semaphores
97 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/sun2/conf/
H A DVME21 options SYSVSEM # System V semaphores
23 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/i386/conf/
H A DXEN3PAE_DOMU36 options SYSVSEM # System V-like semaphores
38 #options SEMMNS=60 # number of semaphores in system
H A DNET450155 options SYSVSEM # System V-like semaphores
57 #options SEMMNS=60 # number of semaphores in system
/netbsd/sys/arch/evbsh3/conf/
H A DAP_MS104_SH432 options SYSVSEM # System V-like semaphores
H A DT_SH7706LAN26 options SYSVSEM # System V-like semaphores
H A DT_SH7706LSR26 options SYSVSEM # System V-like semaphores
/netbsd/sys/arch/rs6000/conf/
H A DGENERIC43 options SYSVSEM # System V-like semaphores
45 #options SEMMNS=60 # number of semaphores in system
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dsemaphore72 (incl. when the OS has no support of its own) and for binary semaphores.

12345678910