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:cb_args
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
command_buffer.c
184
struct hl_cb_mmap_mem_alloc_args *
cb_args
= args;
in hl_cb_mmap_mem_alloc()
local
186
int rc, ctx_id =
cb_args
->ctx->asid;
in hl_cb_mmap_mem_alloc()
189
if (!
cb_args
->internal_cb) {
in hl_cb_mmap_mem_alloc()
191
if (
cb_args
->cb_size < PAGE_SIZE)
in hl_cb_mmap_mem_alloc()
192
cb_args
->cb_size = PAGE_SIZE;
in hl_cb_mmap_mem_alloc()
195
cb_args
->cb_size <=
cb_args
->hdev->asic_prop.cb_pool_cb_size) {
in hl_cb_mmap_mem_alloc()
197
spin_lock(&
cb_args
->hdev->cb_pool_lock);
in hl_cb_mmap_mem_alloc()
198
if (!list_empty(&
cb_args
->hdev->cb_pool)) {
in hl_cb_mmap_mem_alloc()
199
cb = list_first_entry(&
cb_args
in hl_cb_mmap_mem_alloc()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
memtrace_ashmem.c
50
struct ashmem_debug_process_info_args
cb_args
;
in ashmem_debug_process_info_show()
local
63
cb_args
.seq = s;
in ashmem_debug_process_info_show()
64
cb_args
.tsk = tsk;
in ashmem_debug_process_info_show()
68
ashmem_debug_process_info_cb, (void *)&
cb_args
);
in ashmem_debug_process_info_show()
H
A
D
purgeable_ashmem_trigger.c
75
struct purgeable_ashmem_trigger_args
cb_args
;
in purgeable_ashmem_trigger_show()
local
97
cb_args
.seq = s;
in purgeable_ashmem_trigger_show()
98
cb_args
.tsk = tsk;
in purgeable_ashmem_trigger_show()
102
purgeable_ashmem_trigger_cb, (void *)&
cb_args
);
in purgeable_ashmem_trigger_show()
/kernel/linux/linux-6.6/mm/
H
A
D
purgeable_ashmem_trigger.c
75
struct purgeable_ashmem_trigger_args
cb_args
;
in purgeable_ashmem_trigger_show()
local
97
cb_args
.seq = s;
in purgeable_ashmem_trigger_show()
98
cb_args
.tsk = tsk;
in purgeable_ashmem_trigger_show()
102
purgeable_ashmem_trigger_cb, (void *)&
cb_args
);
in purgeable_ashmem_trigger_show()
Completed in 2 milliseconds