Searched refs:spinlock_alloc (Results 1 – 2 of 2) sorted by relevance
/nrf_wifi-latest/os_if/inc/ | ||
D | osal_ops.h | 213 void *(*spinlock_alloc)(void); member |
/nrf_wifi-latest/os_if/src/ | ||
D | osal.c | 126 return os_ops->spinlock_alloc(); in nrf_wifi_osal_spinlock_alloc() |