HomeSort by: relevance | last modified time | path
    Searched refs:exclusive (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /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);
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_win.c 36 int exclusive; member in struct:__anon1460
89 rwlock->exclusive = 1;
101 if (rwlock->exclusive) {
102 rwlock->exclusive = 0;
  /src/external/gpl2/lvm2/dist/include/
activate.h 62 int lv_activate(struct cmd_context *cmd, const char *lvid_s, int exclusive);
64 int exclusive);
locking.h 153 int activate_lvs(struct cmd_context *cmd, struct dm_list *lvs, unsigned exclusive);
  /src/external/gpl2/lvm2/dist/lib/activate/
activate.h 62 int lv_activate(struct cmd_context *cmd, const char *lvid_s, int exclusive);
64 int exclusive);
activate.c 209 int lv_activate(struct cmd_context *cmd, const char *lvid_s, int exclusive)
213 int lv_activate_with_filter(struct cmd_context *cmd, const char *lvid_s, int exclusive)
720 * Exclusive local activation failed so assume it is active elsewhere.
1093 int exclusive, int filter)
1139 if (exclusive)
1159 int lv_activate(struct cmd_context *cmd, const char *lvid_s, int exclusive)
1161 if (!_lv_activate(cmd, lvid_s, exclusive, 0))
1168 int lv_activate_with_filter(struct cmd_context *cmd, const char *lvid_s, int exclusive)
1170 if (!_lv_activate(cmd, lvid_s, exclusive, 1))
  /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
1045 int exclusive; local
    [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/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 211 int exclusive; member in struct:heim_rwlock
218 l->exclusive = 0;
233 l->exclusive = 1;
256 if (l->exclusive) {
257 l->exclusive = 0;
270 l->exclusive = 0;
  /src/external/gpl2/lvm2/dist/tools/
pvmove.c 264 unsigned exclusive)
266 if (exclusive)
280 unsigned exclusive = _pvmove_is_exclusive(cmd, vg); local
316 if (!_activate_lv(cmd, lv_mirr, exclusive)) {
361 unsigned exclusive; local
397 exclusive = _pvmove_is_exclusive(cmd, vg);
410 if (!_activate_lv(cmd, lv_mirr, exclusive)) {
441 if (!activate_lvs(cmd, lvs_changed, exclusive))
  /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)
  /src/external/gpl2/lvm2/dist/lib/locking/
locking.h 153 int activate_lvs(struct cmd_context *cmd, struct dm_list *lvs, unsigned exclusive);
locking.c 490 int activate_lvs(struct cmd_context *cmd, struct dm_list *lvs, unsigned exclusive)
496 if (!exclusive) {
  /src/sys/coda/
coda_venus.h 89 const char *nm, int len, int exclusive, int mode, struct vattr *va,
  /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;
  /src/common/dist/zlib/
gzlib.c 93 int exclusive = 0; local
141 exclusive = 1;
224 (exclusive ? O_EXCL : 0) |
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
lvm-functions.c 320 /* Activate LV exclusive or non-exclusive */
326 int exclusive = 0; local
344 exclusive = 1;
373 if (!lv_activate(cmd, resource, exclusive))
  /src/external/gpl3/binutils/dist/zlib/
gzlib.c 93 int exclusive = 0; local
141 exclusive = 1;
224 (exclusive ? O_EXCL : 0) |
  /src/external/gpl3/binutils.old/dist/zlib/
gzlib.c 105 int exclusive = 0; local
153 exclusive = 1;
236 (exclusive ? O_EXCL : 0) |

Completed in 26 milliseconds

1 2 3