Searched refs:csr_ll_remove_head (Results 1 – 6 of 6) sorted by relevance
345 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked) in csr_ll_remove_head() function407 while ((pEntry = csr_ll_remove_head(pList, LL_ACCESS_NOLOCK))) in csr_ll_purge()
87 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()
83 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked);
90 while ((pEntry = csr_ll_remove_head(pList, LL_ACCESS_NOLOCK)) != NULL) { in rrm_ll_purge_neighbor_cache()
5922 list_elt = csr_ll_remove_head(&qos_session->bufferedCommandList, in sme_qos_process_buffered_cmd()
416 pEntry = csr_ll_remove_head(&mac->sme.sme_cmd_freelist, LL_ACCESS_LOCK); in sme_get_command_buffer()