Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_dos.h49 UNLOCK(); in mm_atomic_set_imp()
57 UNLOCK(); in mm_atomic_dec_imp()
66 UNLOCK(); in mm_atomic_inc_imp()
76 UNLOCK(); in mm_atomic_and_imp()
87 UNLOCK(); in mm_atomic_long_and_imp()
97 UNLOCK(); in mm_atomic_or_imp()
108 UNLOCK(); in mm_atomic_long_or_imp()
126 UNLOCK(); in mm_atomic_cmpxchg_imp()
144 #define MM_RELEASE_CID_LOCK_IMP(pdev) UNLOCK()
166 #define MM_RELEASE_LOADER_LOCK_IMP() UNLOCK()
[all …]
H A Dmm_uefi.h54 UNLOCK(); in mm_atomic_set_imp()
62 UNLOCK(); in mm_atomic_dec_imp()
71 UNLOCK(); in mm_atomic_inc_imp()
81 UNLOCK(); in mm_atomic_and_imp()
92 UNLOCK(); in mm_atomic_long_and_imp()
102 UNLOCK(); in mm_atomic_or_imp()
113 UNLOCK(); in mm_atomic_long_or_imp()
131 UNLOCK(); in mm_atomic_cmpxchg_imp()
175 #define MM_RELEASE_LOADER_LOCK_IMP() UNLOCK()
189 #define MM_RELEASE_PF_LOCK_IMP(pdev) UNLOCK()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c36 UNLOCK, enumerator
259 {"up", UNLOCK, sem, 0, ret_any},
282 {"ww_mutex_unlock", UNLOCK, mutex, 0, ret_any},
393 {"dma_resv_unlock", UNLOCK, mutex, 0, ret_any},
398 {"modeset_unlock", UNLOCK, mutex, 0, ret_any},
407 {"sem_unlock", UNLOCK, mutex, 0, ret_any},
422 {"genpd_unlock", UNLOCK, 0},
512 case UNLOCK: in action_to_state()
723 sm = get_best_match(name, UNLOCK); in do_unlock()
823 case UNLOCK: in match_lock_unlock()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h14 #define mm_release_tcp_lock(_pdev, con) UNLOCK()
17 #define MM_RELEASE_TOE_LOCK(_pdev) UNLOCK()
20 #define MM_RELEASE_TOE_GRQ_LOCK(_pdev, idx) UNLOCK()
23 #define MM_RELEASE_TOE_GRQ_LOCK_DPC(_pdev, idx) UNLOCK()
/illumos-gate/usr/src/uts/common/sys/
H A Dlock.h39 #define UNLOCK 0 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dplock.c82 case UNLOCK: in plock()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h609 # define MUTEX_EXIT(x) UNLOCK((x)->ipf_lk.l, (x)->ipf_lk.pl);