Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_link_list.c152 bool csr_ll_is_list_empty(tDblLinkList *pList, bool fInterlocked) in csr_ll_is_list_empty() argument
162 if (fInterlocked) in csr_ll_is_list_empty()
167 if (fInterlocked) in csr_ll_is_list_empty()
241 bool fInterlocked) in csr_ll_insert_tail() argument
249 if (fInterlocked) in csr_ll_insert_tail()
254 if (fInterlocked) in csr_ll_insert_tail()
260 bool fInterlocked) in csr_ll_insert_head() argument
269 if (fInterlocked) in csr_ll_insert_head()
274 if (fInterlocked) in csr_ll_insert_head()
280 tListElem *pNewEntry, bool fInterlocked) in csr_ll_insert_entry() argument
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_link_list.h73 bool csr_ll_is_list_empty(tDblLinkList *pList, bool fInterlocked);
75 bool fInterlocked);
77 bool fInterlocked);
80 tListElem *pNewEntry, bool fInterlocked);
81 tListElem *csr_ll_peek_head(tDblLinkList *pList, bool fInterlocked);
82 tListElem *csr_ll_peek_tail(tDblLinkList *pList, bool fInterlocked);
83 tListElem *csr_ll_remove_head(tDblLinkList *pList, bool fInterlocked);
84 tListElem *csr_ll_remove_tail(tDblLinkList *pList, bool fInterlocked);
86 bool fInterlocked);
87 void csr_ll_purge(tDblLinkList *pList, bool fInterlocked);
[all …]