Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h671 qdf_atomic_t num_active_task; member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1441 qdf_atomic_inc(&dp_intf->num_active_task); in ucfg_dp_start_xmit()
1443 qdf_atomic_dec(&dp_intf->num_active_task); in ucfg_dp_start_xmit()
1492 qdf_atomic_inc(&dp_intf->num_active_task); in ucfg_dp_softap_start_xmit()
1494 qdf_atomic_dec(&dp_intf->num_active_task); in ucfg_dp_softap_start_xmit()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_main.c296 r = atomic_read(&dp_intf->num_active_task); in dp_intf_wait_for_task_complete()
320 if (qdf_atomic_read(&dp_intf->num_active_task)) in dp_wait_complete_tasks()
1237 qdf_atomic_init(&dp_intf->num_active_task); in dp_vdev_obj_create_notification()
H A Dwlan_dp_txrx.c1615 qdf_atomic_inc(&dp_intf->num_active_task); in dp_rx_flush_packet_cbk()
1624 qdf_atomic_dec(&dp_intf->num_active_task); in dp_rx_flush_packet_cbk()