Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c3364 struct wma_pf_sym *pf_sym_entry, in wma_wow_pagefault_process_existing_syms() argument
3372 tbl_sym_cnt = &pf_sym_entry->pf_sym.count; in wma_wow_pagefault_process_existing_syms()
3384 pf_sym_entry->pf_sym.symbol) { in wma_wow_pagefault_process_existing_syms()
3392 qdf_mem_zero(&pf_sym_entry->pf_ev_ts[0], in wma_wow_pagefault_process_existing_syms()
3396 &pf_sym_entry->pf_sym); 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()
3413 wma_wow_pagefault_flush_ageout_entries(struct wma_pf_sym *pf_sym_entry, in wma_wow_pagefault_flush_ageout_entries() argument
3419 cur_pf_count = &pf_sym_entry->pf_sym.count; in wma_wow_pagefault_flush_ageout_entries()
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()
[all …]
H A Dwma_main.c3431 struct wma_pf_sym *pf_sym_entry; in wma_deinit_pagefault_wakeup_history() local
3441 pf_sym_entry = &wma->wma_pf_hist.wma_pf_sym[idx]; in wma_deinit_pagefault_wakeup_history()
3442 pf_sym_entry->pf_sym.symbol = 0x0; in wma_deinit_pagefault_wakeup_history()
3443 pf_sym_entry->pf_sym.count = 0x0; in wma_deinit_pagefault_wakeup_history()
3444 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()
3458 struct wma_pf_sym *pf_sym_entry; in wma_init_pagefault_wakeup_history() local
3470 pf_sym_entry = &wma->wma_pf_hist.wma_pf_sym[idx]; in wma_init_pagefault_wakeup_history()
3471 pf_sym_entry->pf_sym.symbol = 0x0; in wma_init_pagefault_wakeup_history()
3472 pf_sym_entry->pf_sym.count = 0x0; in wma_init_pagefault_wakeup_history()
[all …]