Searched refs:spin_lock (Results 1 – 11 of 11) sorted by relevance
70 #define spin_lock(lock) do {LOS_SpinLock(lock);} while (0) macro82 #define spin_lock(lock) do {(void)(lock);LOS_TaskLock();} while (0) macro85 #define spin_lock_irqsave(lock, flags) do {flags = LOS_IntLock();spin_lock(lock);} while (0)
296 spin_lock(&bdev_lock); in bd_acquire()306 spin_lock(&bdev_lock); in bd_acquire()
152 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()
62 #define spin_lock(x) macro
467 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()
345 spin_lock(&hid->hid_lock); in fhid_output_request_complete()373 spin_lock(&hid->hid_lock); in fhid_input_req_complete()
956 spin_lock(&priv->acm_lock); in cdcacm_wrcomplete()
415 FN(spin_lock), \
1236 spin_lock(&tmpfs_alloc_unit_lock); in los_set_ramfs_unit()1287 spin_lock(&tmpfs_alloc_unit_lock); in tmpfs_write()
99 spin_lock(&g_generic_spinlock); in generic_dev_lock()
16743 difference between these APIs to existing spin_lock() and