Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_link_list.c123 c = pList->Count; in csr_ll_count()
213 pList->Count = 0; in csr_ll_open()
253 pList->Count++; in csr_ll_insert_tail()
273 pList->Count++; in csr_ll_insert_head()
292 pList->Count++; in csr_ll_insert_entry()
313 pList->Count--; in csr_ll_remove_tail()
360 pList->Count--; in csr_ll_remove_head()
438 pList->Count--; in csr_ll_remove_entry()
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_link_list.h52 uint32_t Count; member