/src/lib/librpcsvc/ |
klm_prot.x | 76 bool exclusive; /* FALSE if shared lock */ 106 bool exclusive; 114 bool exclusive;
|
nlm_prot.x | 32 bool exclusive; 72 bool exclusive; 81 bool exclusive; 87 bool exclusive; 163 bool exclusive; 201 bool exclusive; 213 bool exclusive; 222 bool exclusive;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_vm_cpu.c | 47 * @exclusive: exclusive move fence we need to sync to 53 struct dma_fence *exclusive) 58 if (exclusive) { 59 r = dma_fence_wait(exclusive, true);
|
amdgpu_vm_sdma.c | 60 * @exclusive: exclusive move fence we need to sync to 66 void *owner, struct dma_fence *exclusive) 79 r = amdgpu_sync_fence(&p->job->sync, exclusive, false);
|
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...] |
amdgpu_vm.h | 237 struct dma_fence *exclusive);
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_server.c | 78 dst->exclusive = src->exclusive; 89 dst->exclusive = src->exclusive; 140 args4.exclusive = argp->exclusive; 165 args4.exclusive = argp->exclusive; 186 args4.exclusive = argp->exclusive; [all...] |
nlm_prot_xdr.c | 31 if (!xdr_bool(xdrs, &objp->exclusive)) 119 if (!xdr_bool(xdrs, &objp->exclusive)) 138 if (!xdr_bool(xdrs, &objp->exclusive)) 151 if (!xdr_bool(xdrs, &objp->exclusive)) 263 if (!xdr_bool(xdrs, &objp->exclusive)) 346 if (!xdr_bool(xdrs, &objp->exclusive)) 372 if (!xdr_bool(xdrs, &objp->exclusive)) 391 if (!xdr_bool(xdrs, &objp->exclusive))
|
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
|
nlm_prot_impl.c | 598 granted.exclusive = af->af_granted.exclusive; 1897 accmode = argp->exclusive ? VWRITE : VREAD; 1909 if (argp->exclusive) 1923 result->stat.nlm4_testrply_u.holder.exclusive = 2004 accmode = argp->exclusive ? VWRITE : VREAD; 2016 if (argp->exclusive) 2073 af->af_granted.exclusive = argp->exclusive; 2195 if (argp->exclusive) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fence.h | 29 int nouveau_fence_sync(struct nouveau_bo *, struct nouveau_channel *, bool exclusive, bool intr);
|
nouveau_fence.c | 379 nouveau_fence_sync(struct nouveau_bo *nvbo, struct nouveau_channel *chan, bool exclusive, bool intr) 388 if (!exclusive) { 398 if (fence && (!exclusive || !fobj || !fobj->shared_count)) { 417 if (!exclusive || !fobj)
|
nouveau_bo.h | 97 void nouveau_bo_fence(struct nouveau_bo *, struct nouveau_fence *, bool exclusive);
|
/src/sys/coda/ |
coda_venus.h | 89 const char *nm, int len, int exclusive, int mode, struct vattr *va,
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gxl-s905d-p230.dts | 63 /* P230 has exclusive choice between internal or external PHY */
|
meson-gxm-q200.dts | 45 /* Q200 has exclusive choice between internal or external PHY */
|
/src/usr.sbin/rpc.lockd/ |
lockd_lock.c | 250 newfl->client.exclusive = lckarg->exclusive; 538 fl->client.exclusive ? " (exclusive)":"", block ? " (block)":"", 542 if (fl->client.exclusive == 0) 638 result.exclusive = fl->client.exclusive; 660 result.exclusive = fl->client.exclusive;
|
lock_proc.c | 455 arg4.exclusive = arg->exclusive; 478 arg4.exclusive = arg->exclusive;
|
test.c | 360 arg.exclusive = 0;
|
/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/external/gpl2/dts/dist/arch/arm/boot/dts/ |
da850-evm.dts | 47 * The vpif and the LCD are mutually exclusive. 461 * The vpif and the LCD are mutually exclusive.
|
/src/sys/dev/sun/ |
bwtwo.c | 143 #error RASTERCONSOLE and wsdisplay are mutually exclusive
|
/src/lib/libm/arch/vax/ |
n_support.S | 238 xorw2 -12(%fp),%r0 #x^sign (exclusive or)
|
/src/sys/rump/librump/rumpkern/ |
vm.c | 283 uvm_page_owner_locked_p(struct vm_page *pg, bool exclusive) 286 if (exclusive)
|