Home
last modified time | relevance | path

Searched defs:spin_unlock_irqrestore (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Dspinlock.h51 static inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore() function
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dspinlock.h20 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dlocks.h160 #define spin_unlock_irqrestore(lock, flags) spin_unlock(lock) macro
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dptr_ring.c107 static void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dspinlock.h407 static __always_inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long flags) in spin_unlock_irqrestore() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dosdep_service_bsd.h168 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dosdep_service_bsd.h168 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service_bsd.h168 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h222 #define spin_unlock_irqrestore(lock, flags) do { flags = 0; } while (0) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dosdep_service_bsd.h155 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dosdep_service_bsd.h155 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dosdep_service_bsd.h155 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dosdep_service_bsd.h155 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dosdep_service_bsd.h154 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dosdep_service_bsd.h155 #define spin_unlock_irqrestore mtx_unlock_irqrestore macro
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dfirmware.c72 # define spin_unlock_irqrestore(a, b) macro