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:used_mappings
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
submit.c
307
job_data->
used_mappings
= mappings;
in submit_process_bufs()
319
job_data->
used_mappings
= NULL;
in submit_process_bufs()
500
tegra_drm_mapping_put(job_data->
used_mappings
[i].mapping);
in release_job()
502
kfree(job_data->
used_mappings
);
in release_job()
668
if (job_data && job_data->
used_mappings
) {
in tegra_drm_ioctl_channel_submit()
670
tegra_drm_mapping_put(job_data->
used_mappings
[i].mapping);
in tegra_drm_ioctl_channel_submit()
672
kfree(job_data->
used_mappings
);
in tegra_drm_ioctl_channel_submit()
H
A
D
submit.h
13
struct tegra_drm_used_mapping *
used_mappings
;
member
H
A
D
firewall.c
32
struct tegra_drm_mapping *m = fw->submit->
used_mappings
[i].mapping;
in fw_check_addr_valid()
Completed in 3 milliseconds