Home
last modified time | relevance | path

Searched refs:spin_lock (Results 1 - 9 of 9) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h68 #define spin_lock(lock) do {LOS_SpinLock(lock);} while (0) macro
80 #define spin_lock(lock) do {(void)(lock);LOS_TaskLock();} while (0) macro
83 #define spin_lock_irqsave(lock, flags) do {flags = LOS_IntLock();spin_lock(lock);} while (0)
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c296 spin_lock(&bdev_lock); in bd_acquire()
306 spin_lock(&bdev_lock); in bd_acquire()
/third_party/NuttX/drivers/usbdev/gadget/
H A 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()
H A Df_hid.c345 spin_lock(&hid->hid_lock); in fhid_output_request_complete()
373 spin_lock(&hid->hid_lock); in fhid_input_req_complete()
H A Dcdcacm.c956 spin_lock(&priv->acm_lock); in cdcacm_wrcomplete()
/third_party/ltp/include/lapi/
H A Dbpf.h178 #define BPF_F_LOCK 4 /* spin_lock-ed map_lookup/map_update */
422 FN(spin_lock), \
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_generic.c99 spin_lock(&g_generic_spinlock); in generic_dev_lock()
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1237 spin_lock(&tmpfs_alloc_unit_lock); in los_set_ramfs_unit()
1288 spin_lock(&tmpfs_alloc_unit_lock); in tmpfs_write()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h178 * Update a spin_lock-ed map element.
693 * Update spin_lock-ed map elements. This must be
1284 BPF_F_LOCK = 4, /* spin_lock-ed map_lookup/map_update */
5775 FN(spin_lock, 93, ##ctx) \

Completed in 21 milliseconds