Home
last modified time | relevance | path

Searched refs:pf_ev_ts (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c3288 new_idx_last_ts = new_pf_entry->pf_ev_ts[new_idx_cnt - 1]; in wma_wow_pagefault_add_new_sym_from_event()
3289 new_idx_old_ts = new_pf_entry->pf_ev_ts[0]; in wma_wow_pagefault_add_new_sym_from_event()
3322 cur_pf_entry->pf_ev_ts[cur_idx_cnt - 1]; in wma_wow_pagefault_add_new_sym_from_event()
3323 cur_idx_old_ts = cur_pf_entry->pf_ev_ts[0]; in wma_wow_pagefault_add_new_sym_from_event()
3353 new_pf_entry->pf_ev_ts[idx2] = cur_time; in wma_wow_pagefault_add_new_sym_from_event()
3392 qdf_mem_zero(&pf_sym_entry->pf_ev_ts[0], in wma_wow_pagefault_process_existing_syms()
3403 pf_sym_entry->pf_ev_ts[(*tbl_sym_cnt)++] = cur_time; in wma_wow_pagefault_process_existing_syms()
3422 entry_ts = pf_sym_entry->pf_ev_ts[pf_ts_idx]; in wma_wow_pagefault_flush_ageout_entries()
3430 qdf_mem_copy(&pf_sym_entry->pf_ev_ts[0], in wma_wow_pagefault_flush_ageout_entries()
3431 &pf_sym_entry->pf_ev_ts[pf_ts_idx], in wma_wow_pagefault_flush_ageout_entries()
[all …]
H A Dwma_main.c3444 qdf_mem_free(pf_sym_entry->pf_ev_ts); in wma_deinit_pagefault_wakeup_history()
3445 pf_sym_entry->pf_ev_ts = NULL; in wma_deinit_pagefault_wakeup_history()
3473 pf_sym_entry->pf_ev_ts = qdf_mem_malloc(max_pf_count * in wma_init_pagefault_wakeup_history()
3475 if (!pf_sym_entry->pf_ev_ts) in wma_init_pagefault_wakeup_history()
3494 qdf_mem_free(pf_sym_entry->pf_ev_ts); in wma_init_pagefault_wakeup_history()
3495 pf_sym_entry->pf_ev_ts = NULL; in wma_init_pagefault_wakeup_history()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h846 qdf_time_t *pf_ev_ts; member