Searched defs:kfifo_in_spinlocked (Results 1 – 1 of 1) sorted by relevance
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | linuxver.h | 870 #define kfifo_in_spinlocked(a, b, c, d) kfifo_put(a, (u8 *)b, c) macro 875 #define kfifo_in_spinlocked(a, b, c, d) kfifo_in_locked(a, b, c, d) macro
|