Searched refs:spin_unlock (Results 1 – 10 of 10) sorted by relevance
71 #define spin_unlock(lock) do {LOS_SpinUnlock(lock);} while (0) macro83 #define spin_unlock(lock) do {(void)(lock);LOS_TaskUnlock();} while (0) macro86 #define spin_unlock_irqrestore(lock, flags) do {spin_unlock(lock);LOS_IntRestore(flags);} while (0)
299 spin_unlock(&bdev_lock); in bd_acquire()302 spin_unlock(&bdev_lock); in bd_acquire()313 spin_unlock(&bdev_lock); in bd_acquire()
353 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()
469 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()
987 spin_unlock(&priv->acm_lock); in cdcacm_wrcomplete()
416 FN(spin_unlock), \
1238 spin_unlock(&tmpfs_alloc_unit_lock); in los_set_ramfs_unit()1289 spin_unlock(&tmpfs_alloc_unit_lock); in tmpfs_write()
104 spin_unlock(&g_generic_spinlock); in generic_dev_unlock()
5586 FN(spin_unlock, 94, ##ctx) \
16744 spin_unlock() is that they do not perform instrumentation to avoid17079 - Spinlocks: Add memory barrier operations in spin_unlock(). In ARM17082 SP_DSB() is also needed to ensure that spin_unlock() works