Searched refs:unlock (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp268 Guard.unlock();
286 Guard.unlock();
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h87 CK_PR_FENCE(unlock, "lwsync")
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h109 CK_PR_FENCE(unlock, ck_pr_stall())
H A Dck_pr.h99 CK_PR_FENCE(unlock, CK_DMB)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1590 goto unlock;
1599 unlock: spin_unlock_irq(&cm_id_priv->lock);
1995 goto unlock;
2003 unlock: spin_unlock_irq(&cm_id_priv->lock);
2338 goto unlock;
2357 goto unlock;
2371 goto unlock;
2373 goto unlock;
2388 unlock: spin_unlock_irq(&cm_id_priv->lock);
2901 goto unlock;
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c81 LIN_SDT_PROBE_DEFINE1(locks, futex_mtx, unlock, "struct mtx *");
96 LIN_SDT_PROBE_DEFINE3(futex, futex_put, unlock, "uint32_t *", "uint32_t",
235 unlock, &futex_mtx); \
337 LIN_SDT_PROBE3(futex, futex_put, unlock, f->f_uaddr, f->f_refcount,
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c895 goto unlock;
901 goto unlock;
911 unlock:
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_pr.h112 CK_PR_FENCE_EMIT(unlock)
132 CK_PR_FENCE_EMIT(unlock)
152 CK_PR_FENCE_NOOP(unlock)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp350 TSD->unlock();
417 TSD->unlock();
436 TSD->unlock();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h248 TSD->unlock();
657 TSD->unlock();
669 TSD->unlock();
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dutil.c513 char text_mod = '_', prop_mod = ' ', unlock = ' ';
539 unlock = 'U';
543 svn_stringbuf_appendbyte(tmp_message, unlock);
511 char text_mod = '_', prop_mod = ' ', unlock = ' '; local
/freebsd-11-stable/sys/kern/
H A Dsubr_sleepqueue.c1294 goto unlock;
1300 goto unlock;
1306 unlock:
H A Dkern_lockf.c1202 * become unblocked as a result. This code is also used for unlock
1210 * add it to the list (unless its an unlock request). This may
1260 * or unlock. Remove the old lock.
1343 * A: unlock [0..0] C->B,D->C
1553 lf_clearlock(struct lockf *state, struct lockf_entry *unlock) argument
1562 if (unlock->lf_type != F_UNLCK)
1565 lf_print("lf_clearlock", unlock);
1568 lf_activate_lock(state, unlock);
2509 lock->lf_type == F_UNLCK ? "unlock" : "unknown",
2540 lf->lf_type == F_UNLCK ? "unlock"
[all...]
H A Dvfs_bio.c2457 /* unlock */
2517 /* unlock */
3126 bool unlock; local
3208 unlock = true;
3212 unlock = false;
3227 if (unlock)
4401 goto unlock;
4405 goto unlock;
4409 goto unlock;
4438 unlock
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c112 * the unlock of a path. See ev2_change_file_prop() for implemenation
204 svn_boolean_t unlock;
332 if (change->unlock)
882 server's way of telling the client to unlock the path. */
889 change->unlock = TRUE;
1564 /* Handle the funky unlock protocol. Note: only possibly on files. */
1565 if (change->unlock)
1854 change->unlock = TRUE;
203 svn_boolean_t unlock; member in struct:change_node
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c200 union ccb *ccb, int unlock);
828 /* unlock */0);
987 ctlfe_requeue_ccb(struct cam_periph *periph, union ccb *ccb, int unlock) argument
995 if (unlock)
1004 if (unlock)
1302 /* unlock */1);
1512 ctlfe_requeue_ccb(periph, done_ccb, /* unlock */1);
1976 ctlfe_requeue_ccb(periph, ccb, /* unlock */1);
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h104 CK_PR_FENCE(unlock, CK_MD_X86_MFENCE)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp308 lock.unlock();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp90 Lock.unlock();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h277 svn_error_t *(*unlock)(svn_ra_session_t *session,
276 svn_error_t *(*unlock)(svn_ra_session_t *session, member in struct:svn_ra__vtable_t
/freebsd-11-stable/contrib/gcc/
H A Domp-low.c3919 tree t, lock, unlock, name;
3959 unlock = built_in_decls[BUILT_IN_GOMP_CRITICAL_NAME_END];
3960 unlock = build_function_call_expr (unlock, args);
3967 unlock = built_in_decls[BUILT_IN_GOMP_CRITICAL_END];
3968 unlock = build_function_call_expr (unlock, NULL);
3986 gimplify_and_add (unlock, &BIND_EXPR_BODY (bind));
3917 tree t, lock, unlock, name; local
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_extattr.c563 goto unlock;
576 unlock:
771 * ufs_extattr_enable_with_open() will always unlock the
/freebsd-11-stable/sys/vm/
H A Dvm_page.c191 * fail to trylock we unlock and lock the pmap directly and cache the
2163 goto unlock;
2199 unlock:
2322 goto unlock;
2381 goto unlock;
2425 unlock:
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c739 goto unlock;
745 goto unlock;
752 unlock:
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h113 CK_PR_FENCE(unlock, "mfence")

Completed in 243 milliseconds

123456