Searched refs:task_mem (Results 1 – 5 of 5) sorted by relevance
825 int task_mem, queue_mem; in sof_ipc4_update_pipeline_mem_usage() local831 task_mem = SOF_IPC4_PIPELINE_OBJECT_SIZE; in sof_ipc4_update_pipeline_mem_usage()832 task_mem += SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE + bss; in sof_ipc4_update_pipeline_mem_usage()835 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_LL_TASK_OBJECT_SIZE); in sof_ipc4_update_pipeline_mem_usage()836 task_mem += SOF_IPC4_FW_MAX_QUEUE_COUNT * SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE; in sof_ipc4_update_pipeline_mem_usage()837 task_mem += SOF_IPC4_LL_TASK_LIST_ITEM_SIZE; in sof_ipc4_update_pipeline_mem_usage()839 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_DP_TASK_OBJECT_SIZE); in sof_ipc4_update_pipeline_mem_usage()840 task_mem += SOF_IPC4_DP_TASK_LIST_SIZE; in sof_ipc4_update_pipeline_mem_usage()846 total = SOF_IPC4_FW_PAGE(task_mem + queue_mem); in sof_ipc4_update_pipeline_mem_usage()
313 extern void task_mem(struct seq_file *, struct mm_struct *);
21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() function
443 task_mem(m, mm); in proc_pid_status()
30 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() function