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:num_unpins
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H
A
D
job.c
30
unsigned int
num_unpins
= num_relocs;
in host1x_job_alloc()
local
35
num_unpins
+= num_cmdbufs;
in host1x_job_alloc()
40
(u64)
num_unpins
* sizeof(struct host1x_job_unpin_data) +
in host1x_job_alloc()
42
(u64)
num_unpins
* sizeof(dma_addr_t) +
in host1x_job_alloc()
43
(u64)
num_unpins
* sizeof(u32 *);
in host1x_job_alloc()
58
job->unpins =
num_unpins
? mem : NULL;
in host1x_job_alloc()
59
mem +=
num_unpins
* sizeof(struct host1x_job_unpin_data);
in host1x_job_alloc()
62
job->addr_phys =
num_unpins
? mem : NULL;
in host1x_job_alloc()
114
job->
num_unpins
= 0;
in pin_job()
177
job->unpins[job->
num_unpins
]
in pin_job()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H
A
D
job.c
31
unsigned int
num_unpins
= num_relocs;
in host1x_job_alloc()
local
39
num_unpins
+= num_cmdbufs;
in host1x_job_alloc()
44
(u64)
num_unpins
* sizeof(struct host1x_job_unpin_data) +
in host1x_job_alloc()
46
(u64)
num_unpins
* sizeof(dma_addr_t) +
in host1x_job_alloc()
47
(u64)
num_unpins
* sizeof(u32 *);
in host1x_job_alloc()
64
job->unpins =
num_unpins
? mem : NULL;
in host1x_job_alloc()
65
mem +=
num_unpins
* sizeof(struct host1x_job_unpin_data);
in host1x_job_alloc()
68
job->addr_phys =
num_unpins
? mem : NULL;
in host1x_job_alloc()
150
job->
num_unpins
= 0;
in pin_job()
200
job->addr_phys[job->
num_unpins
]
in pin_job()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H
A
D
debug_hw.c
209
job->num_slots, job->
num_unpins
);
in show_channel_gathers()
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H
A
D
debug_hw.c
203
job->num_slots, job->
num_unpins
);
in show_channel_gathers()
/kernel/linux/linux-5.10/include/linux/
H
A
D
host1x.h
214
unsigned int
num_unpins
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
host1x.h
283
unsigned int
num_unpins
;
member
Completed in 7 milliseconds