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:free_bo
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_release.c
286
struct qxl_bo *bo, *
free_bo
= NULL;
in qxl_alloc_release_reserved()
local
318
free_bo
= qdev->current_release_bo[cur_idx];
in qxl_alloc_release_reserved()
326
if (
free_bo
) {
in qxl_alloc_release_reserved()
327
qxl_bo_unpin(
free_bo
);
in qxl_alloc_release_reserved()
328
qxl_bo_unref(&
free_bo
);
in qxl_alloc_release_reserved()
345
if (
free_bo
) {
in qxl_alloc_release_reserved()
346
qxl_bo_unpin(
free_bo
);
in qxl_alloc_release_reserved()
347
qxl_bo_unref(&
free_bo
);
in qxl_alloc_release_reserved()
/kernel/linux/linux-6.6/drivers/media/platform/nvidia/tegra-vde/
H
A
D
vde.c
83
goto
free_bo
;
in tegra_vde_alloc_bo()
122
free_bo
:
in tegra_vde_alloc_bo()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hmm/
H
A
D
hmm.c
112
static DEVICE_ATTR_RO(
free_bo
);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/
H
A
D
hmm.c
163
static DEVICE_ATTR_RO(
free_bo
);
/kernel/linux/linux-6.6/drivers/accel/qaic/
H
A
D
qaic_data.c
696
goto
free_bo
;
in qaic_create_bo_ioctl()
713
free_bo
:
in qaic_create_bo_ioctl()
Completed in 6 milliseconds