Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_link_list.c345 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked) in csr_ll_remove_head() function
407 while ((pEntry = csr_ll_remove_head(pList, LL_ACCESS_NOLOCK))) in csr_ll_purge()
Dcsr_api_scan.c87 while ((pEntry = csr_ll_remove_head(pList, LL_ACCESS_NOLOCK)) != NULL) { in csr_ll_scan_purge_result()
141 while ((pEntry = csr_ll_remove_head(pChannelList, in csr_purge_channel_power()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dcsr_link_list.h83 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked);
/wlan-driver/qcacld-3.0/core/sme/src/rrm/
Dsme_rrm.c90 while ((pEntry = csr_ll_remove_head(pList, LL_ACCESS_NOLOCK)) != NULL) { in rrm_ll_purge_neighbor_cache()
/wlan-driver/qcacld-3.0/core/sme/src/qos/
Dsme_qos.c5922 list_elt = csr_ll_remove_head(&qos_session->bufferedCommandList, in sme_qos_process_buffered_cmd()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c416 pEntry = csr_ll_remove_head(&mac->sme.sme_cmd_freelist, LL_ACCESS_LOCK); in sme_get_command_buffer()