Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h70 #define spin_lock(lock) do {LOS_SpinLock(lock);} while (0) macro
82 #define spin_lock(lock) do {(void)(lock);LOS_TaskLock();} while (0) macro
85 #define spin_lock_irqsave(lock, flags) do {flags = LOS_IntLock();spin_lock(lock);} while (0)
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c296 spin_lock(&bdev_lock); in bd_acquire()
306 spin_lock(&bdev_lock); in bd_acquire()
/third_party/e2fsprogs/e2fsck/
Drevoke.c152 spin_lock(&journal->j_revoke_lock); in insert_revoke_hash()
168 spin_lock(&journal->j_revoke_lock); in find_revoke_record()
449 spin_lock(&journal->j_revoke_lock); in jbd2_journal_cancel_revoke()
/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h62 #define spin_lock(x) macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.c467 spin_lock(&uac->lock); in fuac_request_complete()
480 spin_lock(&uac->lock); in fuac_request_complete()
514 spin_lock(&uac->lock); in fuac_input_req_complete()
Df_hid.c345 spin_lock(&hid->hid_lock); in fhid_output_request_complete()
373 spin_lock(&hid->hid_lock); in fhid_input_req_complete()
Dcdcacm.c956 spin_lock(&priv->acm_lock); in cdcacm_wrcomplete()
/third_party/ltp/include/lapi/
Dbpf.h415 FN(spin_lock), \
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1236 spin_lock(&tmpfs_alloc_unit_lock); in los_set_ramfs_unit()
1287 spin_lock(&tmpfs_alloc_unit_lock); in tmpfs_write()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c99 spin_lock(&g_generic_spinlock); in generic_dev_lock()
/third_party/NuttX/
DReleaseNotes16743 difference between these APIs to existing spin_lock() and