/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_modeset_lock.h | 38 * @locked: list of held locks 60 struct list_head locked; member in struct:drm_modeset_acquire_ctx 74 * @head: used to hold its place on &drm_atomi_state.locked list when 86 * Resources that are locked as part of an atomic update are added
|
drm_modeset_lock.h | 38 * @locked: list of held locks 60 struct list_head locked; member in struct:drm_modeset_acquire_ctx 74 * @head: used to hold its place on &drm_atomi_state.locked list when 86 * Resources that are locked as part of an atomic update are added
|
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
core.c | 40 static volatile int locked; variable in typeref:typename:volatile int 103 assert(locked == 0); 104 locked = 1; 112 if (locked == 0) { 118 locked = 0; 134 assert(locked == 0); 135 locked = 1; 145 if (locked == 0) { 151 locked = 0;
|
core.c | 40 static volatile int locked; variable in typeref:typename:volatile int 103 assert(locked == 0); 104 locked = 1; 112 if (locked == 0) { 118 locked = 0; 134 assert(locked == 0); 135 locked = 1; 145 if (locked == 0) { 151 locked = 0;
|
/src/lib/libpthread/ |
pthread_lock.c | 80 int locked; local in function:pthread__ras_simple_lock_try 83 locked = __SIMPLELOCK_LOCKED_P(alp); 87 return !locked;
|
pthread_lock.c | 80 int locked; local in function:pthread__ras_simple_lock_try 83 locked = __SIMPLELOCK_LOCKED_P(alp); 87 return !locked;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
ttm_lock.c | 68 bool locked = false; local in function:__ttm_read_lock 72 locked = true; 74 return locked; 93 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) 97 *locked = false; 103 *locked = true; 115 bool locked; local in function:ttm_read_trylock 120 __ttm_read_trylock(lock, &locked)); 123 __ttm_read_trylock(lock, &locked)); 127 BUG_ON(locked); 144 bool locked = false; local in function:__ttm_write_lock 188 bool locked = false; local in function:__ttm_suspend_lock [all...] |
ttm_lock.c | 68 bool locked = false; local in function:__ttm_read_lock 72 locked = true; 74 return locked; 93 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) 97 *locked = false; 103 *locked = true; 115 bool locked; local in function:ttm_read_trylock 120 __ttm_read_trylock(lock, &locked)); 123 __ttm_read_trylock(lock, &locked)); 127 BUG_ON(locked); 144 bool locked = false; local in function:__ttm_write_lock 188 bool locked = false; local in function:__ttm_suspend_lock [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_vga.c | 135 bool locked = !nvkm_rdvgac(device, 0, 0x1f); local in function:nvkm_lockvgac 145 return locked;
|
nouveau_nvkm_engine_disp_vga.c | 135 bool locked = !nvkm_rdvgac(device, 0, 0x1f); local in function:nvkm_lockvgac 145 return locked;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_coverage_fuchsia.cc | 90 BlockingMutexLock locked(&setup_lock_); local in function:__sancov::__anon9e0488370110::TracePcGuardController::Dump 126 BlockingMutexLock locked(&setup_lock_); local in function:__sancov::__anon9e0488370110::TracePcGuardController::Setup
|
sanitizer_coverage_fuchsia.cc | 90 BlockingMutexLock locked(&setup_lock_); local in function:__sancov::__anon9e0488370110::TracePcGuardController::Dump 126 BlockingMutexLock locked(&setup_lock_); local in function:__sancov::__anon9e0488370110::TracePcGuardController::Setup
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_mxgpu_ai.c | 246 int locked; local in function:xgpu_ai_mailbox_flr_work 256 locked = mutex_trylock(&adev->lock_reset); 257 if (locked) 269 if (locked) {
|
amdgpu_mxgpu_nv.c | 248 int locked; local in function:xgpu_nv_mailbox_flr_work 258 locked = mutex_trylock(&adev->lock_reset); 259 if (locked) 271 if (locked) {
|
amdgpu_mxgpu_ai.c | 246 int locked; local in function:xgpu_ai_mailbox_flr_work 256 locked = mutex_trylock(&adev->lock_reset); 257 if (locked) 269 if (locked) {
|
amdgpu_mxgpu_nv.c | 248 int locked; local in function:xgpu_nv_mailbox_flr_work 258 locked = mutex_trylock(&adev->lock_reset); 259 if (locked) 271 if (locked) {
|
/src/sys/arch/hppa/hppa/ |
intr.c | 411 bool locked = false; local in function:hppa_intr_dispatch 458 locked = true; 469 if (locked) { 471 locked = false;
|
intr.c | 411 bool locked = false; local in function:hppa_intr_dispatch 458 locked = true; 469 if (locked) { 471 locked = false;
|
/src/sys/external/bsd/drm2/linux/ |
linux_ww_mutex.c | 239 * True if anyone holds mutex locked at the moment, false if not. 243 * XXX WARNING: This returns true if it is locked by ANYONE. Does 250 int locked; local in function:ww_mutex_is_locked 255 locked = false; 260 locked = true; 268 return locked; 345 * With mutex locked and in the WW_CTX or WW_WANTOWN state, owned 397 * With mutex locked and in the WW_CTX or WW_WANTOWN state, owned 611 goto locked; 667 locked: KASSERT((mutex->wwm_state == WW_CTX) | [all...] |
linux_ww_mutex.c | 239 * True if anyone holds mutex locked at the moment, false if not. 243 * XXX WARNING: This returns true if it is locked by ANYONE. Does 250 int locked; local in function:ww_mutex_is_locked 255 locked = false; 260 locked = true; 268 return locked; 345 * With mutex locked and in the WW_CTX or WW_WANTOWN state, owned 397 * With mutex locked and in the WW_CTX or WW_WANTOWN state, owned 611 goto locked; 667 locked: KASSERT((mutex->wwm_state == WW_CTX) | [all...] |
/src/sys/kern/ |
vfs_getcwd.c | 89 * On entry, *lvpp is a locked vnode reference; on exit, it is vput and NULL'ed 90 * On exit, *uvpp is either NULL or is a locked vnode reference. 117 * current directory is still locked. 138 /* At this point, lvp is locked */ 321 bool locked = false; local in function:getcwd_common 375 locked = true; 385 if (!locked) { 386 locked = true; 396 } else if (locked) {
|
vfs_getcwd.c | 89 * On entry, *lvpp is a locked vnode reference; on exit, it is vput and NULL'ed 90 * On exit, *uvpp is either NULL or is a locked vnode reference. 117 * current directory is still locked. 138 /* At this point, lvp is locked */ 321 bool locked = false; local in function:getcwd_common 375 locked = true; 385 if (!locked) { 386 locked = true; 396 } else if (locked) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_userptr.c | 504 int locked = 0; local in function:__i915_gem_userptr_get_pages_worker 512 if (!locked) { 514 locked = 1; 521 pvec + pinned, NULL, &locked); 527 if (locked)
|
i915_gem_userptr.c | 504 int locked = 0; local in function:__i915_gem_userptr_get_pages_worker 512 if (!locked) { 514 locked = 1; 521 pvec + pinned, NULL, &locked); 527 if (locked)
|
/src/sys/uvm/ |
uvm_loan.c | 81 * must be locked. to modify pg->loan_count, both the owner of the page 82 * and pg->interlock must be locked. pg->flags is (as always) locked by 88 * from dying pg->interlock should be locked. this forces us to sometimes 123 * on entry the map is locked by the caller) 170 /* locked: map, amap, uobj */ 181 /* locked: if (rv > 0) => map, amap, uobj [o.w. unlocked] */ 210 * unlock what we locked, unlock the maps and return 285 * map now locked. now do the loanout... 334 * => called with map, amap, uobj locked 604 bool locked; local in function:uvm_loanuobj [all...] |