/src/common/dist/zlib/ |
gzlib.c | 93 int exclusive = 0; local in function:gz_open 141 exclusive = 1; 224 (exclusive ? O_EXCL : 0) |
|
/src/sys/fs/nfs/nlm/ |
nlm_advlock.c | 300 * before an exclusive lock is granted. The 303 * blocked exclusive lock request. We 553 dst->exclusive = src->exclusive; 579 args1.exclusive = args->exclusive; 611 args1.exclusive = args->exclusive; 640 args1.exclusive = args->exclusive; 771 int retry, block, exclusive; local in function:nlm_setlock 1045 int exclusive; local in function:nlm_getlock [all...] |
nlm_prot.h | 32 bool_t exclusive; member in struct:nlm_holder 78 bool_t exclusive; member in struct:nlm_lockargs 88 bool_t exclusive; member in struct:nlm_cancargs 95 bool_t exclusive; member in struct:nlm_testargs 176 bool_t exclusive; member in struct:nlm4_holder 219 bool_t exclusive; member in struct:nlm4_testargs 233 bool_t exclusive; member in struct:nlm4_lockargs 243 bool_t exclusive; member in struct:nlm4_cancargs
|
/src/sys/coda/ |
coda_vnops.c | 995 int exclusive = 1; local in function:coda_create 1011 /* All creates are exclusive XXX */ 1021 error = venus_create(vtomi(dvp), &dcp->c_fid, nm, len, exclusive, mode, va, cred, l, &VFid, &attr); 1029 /* If this is an exclusive create, panic if the file already exists. */ 1032 if ((exclusive == 1) &&
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm.c | 1568 * @exclusive: fence we need to sync to 1583 struct dma_fence *exclusive, 1613 r = vm->update_funcs->prepare(¶ms, owner, exclusive); 1632 * @exclusive: fence we need to sync to 1648 struct dma_fence *exclusive, 1744 r = amdgpu_vm_bo_update_mapping(adev, vm, false, exclusive, 1787 struct dma_fence *exclusive, **last_update; local in function:amdgpu_vm_bo_update 1795 exclusive = NULL; 1809 exclusive = bo->tbo.moving; 1833 r = amdgpu_vm_bo_split_mapping(adev, exclusive, pages_addr, vm [all...] |
/src/sys/uvm/ |
uvm_map.c | 646 * vm_map_lock: acquire an exclusive (write) lock on a map. 649 * exclusive by whichever thread currently has the map marked busy. 694 * vm_map_unlock: release an exclusive lock on a map. 708 * want an exclusive lock. 3667 * Get back to an exclusive (write) lock. 3712 * Get back to an exclusive (write) lock. 3896 * Get back an exclusive (write) lock. 4960 bool exclusive = false; local in function:uvm_voaddr_acquire 4970 if (__predict_false(exclusive)) { 4994 * But if we do, we loop around again, instead taking an exclusive [all...] |