Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:task_mem
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-topology.c
967
int
task_mem
, queue_mem;
in sof_ipc4_update_resource_usage()
local
973
task_mem
= SOF_IPC4_PIPELINE_OBJECT_SIZE;
in sof_ipc4_update_resource_usage()
974
task_mem
+= SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE + bss;
in sof_ipc4_update_resource_usage()
977
task_mem
+= SOF_IPC4_FW_ROUNDUP(SOF_IPC4_LL_TASK_OBJECT_SIZE);
in sof_ipc4_update_resource_usage()
978
task_mem
+= SOF_IPC4_FW_MAX_QUEUE_COUNT * SOF_IPC4_MODULE_INSTANCE_LIST_ITEM_SIZE;
in sof_ipc4_update_resource_usage()
979
task_mem
+= SOF_IPC4_LL_TASK_LIST_ITEM_SIZE;
in sof_ipc4_update_resource_usage()
981
task_mem
+= SOF_IPC4_FW_ROUNDUP(SOF_IPC4_DP_TASK_OBJECT_SIZE);
in sof_ipc4_update_resource_usage()
982
task_mem
+= SOF_IPC4_DP_TASK_LIST_SIZE;
in sof_ipc4_update_resource_usage()
988
total = SOF_IPC4_FW_PAGE(
task_mem
+ queue_mem);
in sof_ipc4_update_resource_usage()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
internal.h
319
extern void
task_mem
(struct seq_file *, struct mm_struct *);
H
A
D
task_nommu.c
21
void
task_mem
(struct seq_file *m, struct mm_struct *mm)
in task_mem()
function
H
A
D
array.c
419
task_mem
(m, mm);
in proc_pid_status()
H
A
D
task_mmu.c
35
void
task_mem
(struct seq_file *m, struct mm_struct *mm)
in task_mem()
function
/kernel/linux/linux-6.6/fs/proc/
H
A
D
internal.h
311
extern void
task_mem
(struct seq_file *, struct mm_struct *);
H
A
D
task_nommu.c
21
void
task_mem
(struct seq_file *m, struct mm_struct *mm)
in task_mem()
function
H
A
D
array.c
451
task_mem
(m, mm);
in proc_pid_status()
H
A
D
task_mmu.c
35
void
task_mem
(struct seq_file *m, struct mm_struct *mm)
in task_mem()
function
Completed in 15 milliseconds