Home
last modified time | relevance | path

Searched refs:task_mem (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/sof/
H A Dipc4-topology.c1172 int task_mem, queue_mem; in sof_ipc4_update_resource_usage() local
1178 task_mem = SOF_IPC4_PIPELINE_OBJECT_SIZE; in sof_ipc4_update_resource_usage()
1179 task_mem += SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE + bss; in sof_ipc4_update_resource_usage()
1182 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_LL_TASK_OBJECT_SIZE); in sof_ipc4_update_resource_usage()
1183 task_mem += SOF_IPC4_FW_MAX_QUEUE_COUNT * SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE; in sof_ipc4_update_resource_usage()
1184 task_mem += SOF_IPC4_LL_TASK_LIST_ITEM_SIZE; in sof_ipc4_update_resource_usage()
1186 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_DP_TASK_OBJECT_SIZE); in sof_ipc4_update_resource_usage()
1187 task_mem += SOF_IPC4_DP_TASK_LIST_SIZE; in sof_ipc4_update_resource_usage()
1193 total = SOF_IPC4_FW_PAGE(task_mem + queue_mem); in sof_ipc4_update_resource_usage()
/linux-6.15/fs/proc/
H A Dtask_nommu.c21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() function
H A Dinternal.h400 extern void task_mem(struct seq_file *, struct mm_struct *);
H A Darray.c451 task_mem(m, mm); in proc_pid_status()
H A Dtask_mmu.c34 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() function