Home
last modified time | relevance | path

Searched refs:spin_unlock (Results 1 – 11 of 11) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h71 #define spin_unlock(lock) do {LOS_SpinUnlock(lock);} while (0) macro
83 #define spin_unlock(lock) do {(void)(lock);LOS_TaskUnlock();} while (0) macro
86 #define spin_unlock_irqrestore(lock, flags) do {spin_unlock(lock);LOS_IntRestore(flags);} while (0)
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c299 spin_unlock(&bdev_lock); in bd_acquire()
302 spin_unlock(&bdev_lock); in bd_acquire()
313 spin_unlock(&bdev_lock); in bd_acquire()
/third_party/e2fsprogs/e2fsck/
Drevoke.c154 spin_unlock(&journal->j_revoke_lock); in insert_revoke_hash()
172 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
177 spin_unlock(&journal->j_revoke_lock); in find_revoke_record()
451 spin_unlock(&journal->j_revoke_lock); in jbd2_journal_cancel_revoke()
/third_party/NuttX/drivers/usbdev/gadget/
Df_hid.c353 spin_unlock(&hid->hid_lock); in fhid_output_request_complete()
357 spin_unlock(&hid->hid_lock); in fhid_output_request_complete()
379 spin_unlock(&hid->hid_lock); in fhid_input_req_complete()
394 spin_unlock(&hid->hid_lock); in fhid_input_req_complete()
407 spin_unlock(&hid->hid_lock); in fhid_input_req_complete()
Df_uac.c469 spin_unlock(&uac->lock); in fuac_request_complete()
484 spin_unlock(&uac->lock); in fuac_request_complete()
518 spin_unlock(&uac->lock); in fuac_input_req_complete()
533 spin_unlock(&uac->lock); in fuac_input_req_complete()
551 spin_unlock(&uac->lock); in fuac_input_req_complete()
Dcdcacm.c987 spin_unlock(&priv->acm_lock); in cdcacm_wrcomplete()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h63 #define spin_unlock(x) macro
/third_party/ltp/include/lapi/
Dbpf.h416 FN(spin_unlock), \
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1238 spin_unlock(&tmpfs_alloc_unit_lock); in los_set_ramfs_unit()
1289 spin_unlock(&tmpfs_alloc_unit_lock); in tmpfs_write()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c104 spin_unlock(&g_generic_spinlock); in generic_dev_unlock()
/third_party/NuttX/
DReleaseNotes16744 spin_unlock() is that they do not perform instrumentation to avoid
17079 - Spinlocks: Add memory barrier operations in spin_unlock(). In ARM
17082 SP_DSB() is also needed to ensure that spin_unlock() works