Home
last modified time | relevance | path

Searched refs:kmalloc (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_perf.c93 entry = kmalloc(sizeof(struct qdf_perf_entry), GFP_ATOMIC); in __qdf_perf_init()
H A Dqdf_mem.c80 qdf_atomic_t kmalloc; member
1050 &qdf_mem_stat.kmalloc); in qdf_mem_debugfs_init()
1088 qdf_atomic_add(size, &qdf_mem_stat.kmalloc); in qdf_mem_kmalloc_inc()
1187 qdf_atomic_sub(size, &qdf_mem_stat.kmalloc); in qdf_mem_kmalloc_dec()
1210 kmalloc(sizeof(__qdf_mempool_ctxt_t), GFP_KERNEL); in __qdf_mempool_init()
1232 kmalloc(sizeof(__qdf_mempool_ctxt_t), GFP_KERNEL); in __qdf_mempool_init()
2947 return qdf_atomic_read(&qdf_mem_stat.kmalloc); in qdf_heap_mem_stats_read()
/wlan-driver/platform/cnss_utils/
H A Dcnss_plat_ipc_qmi.c186 fd = kmalloc(sizeof(*fd), GFP_KERNEL); in cnss_plat_ipc_init_file_data()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dlinux_ac.c435 pl_info_lnx = kmalloc(sizeof(*pl_info_lnx), GFP_KERNEL); in pktlog_attach()
/wlan-driver/platform/cnss2/
H A Dmain.c3218 desc = kmalloc(sizeof(*desc), GFP_KERNEL); in cnss_qcom_devcd_dump()
H A Dpci.c6313 ssr_entry = kmalloc(sizeof(*ssr_entry) * CNSS_HOST_DUMP_TYPE_MAX, GFP_KERNEL); in cnss_pci_collect_host_dump_info()