Home
last modified time | relevance | path

Searched refs:g_qdf_net_buf_track_lock (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c2841 static spinlock_t g_qdf_net_buf_track_lock[QDF_NET_BUF_TRACK_MAX_SIZE]; variable
3107 spin_lock_init(&g_qdf_net_buf_track_lock[i]); in qdf_net_buf_debug_init()
3124 spin_lock_irqsave(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_exit()
3141 spin_unlock_irqrestore(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_exit()
3212 spin_lock_irqsave(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_add_node()
3247 spin_unlock_irqrestore(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_add_node()
3262 spin_lock_irqsave(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_update_node()
3272 spin_unlock_irqrestore(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_update_node()
3289 spin_lock_irqsave(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_update_map_node()
3299 spin_unlock_irqrestore(&g_qdf_net_buf_track_lock[i], irq_flag); in qdf_net_buf_debug_update_map_node()
[all …]