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:be_alloc
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
H
A
D
xen_drm_front.c
185
buf_cfg.
be_alloc
= front_info->cfg.
be_alloc
;
in xen_drm_front_dbuf_create()
203
if (buf_cfg.
be_alloc
)
in xen_drm_front_dbuf_create()
236
bool
be_alloc
;
in xen_drm_front_dbuf_destroy()
local
243
be_alloc
= front_info->cfg.
be_alloc
;
in xen_drm_front_dbuf_destroy()
249
if (
be_alloc
)
in xen_drm_front_dbuf_destroy()
268
if (!
be_alloc
)
in xen_drm_front_dbuf_destroy()
465
if (front_info->cfg.
be_alloc
)
in xen_drm_drv_release()
601
if (!front_info->cfg.
be_alloc
)
in xen_drm_drv_fini()
[all...]
H
A
D
xen_drm_front_gem.c
33
bool
be_alloc
;
member
90
if (drm_info->front_info->cfg.
be_alloc
) {
in gem_create()
112
xen_obj->
be_alloc
= true;
in gem_create()
155
if (xen_obj->
be_alloc
) {
in xen_drm_front_gem_free_object_unlocked()
H
A
D
xen_drm_front_cfg.h
31
bool
be_alloc
;
member
H
A
D
xen_drm_front_cfg.c
57
cfg->
be_alloc
= true;
in xen_drm_front_cfg_card()
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H
A
D
xen_drm_front.c
184
buf_cfg.
be_alloc
= front_info->cfg.
be_alloc
;
in xen_drm_front_dbuf_create()
202
if (buf_cfg.
be_alloc
)
in xen_drm_front_dbuf_create()
235
bool
be_alloc
;
in xen_drm_front_dbuf_destroy()
local
242
be_alloc
= front_info->cfg.
be_alloc
;
in xen_drm_front_dbuf_destroy()
248
if (
be_alloc
)
in xen_drm_front_dbuf_destroy()
267
if (!
be_alloc
)
in xen_drm_front_dbuf_destroy()
464
if (front_info->cfg.
be_alloc
)
in xen_drm_drv_release()
578
if (!front_info->cfg.
be_alloc
)
in xen_drm_drv_fini()
[all...]
H
A
D
xen_drm_front_gem.c
32
bool
be_alloc
;
member
145
if (drm_info->front_info->cfg.
be_alloc
) {
in gem_create()
167
xen_obj->
be_alloc
= true;
in gem_create()
210
if (xen_obj->
be_alloc
) {
in xen_drm_front_gem_free_object_unlocked()
H
A
D
xen_drm_front_cfg.h
31
bool
be_alloc
;
member
H
A
D
xen_drm_front_cfg.c
57
cfg->
be_alloc
= true;
in xen_drm_front_cfg_card()
/kernel/linux/linux-5.10/include/xen/
H
A
D
xen-front-pgdir-shbuf.h
51
/* These are the ops used internally depending on
be_alloc
mode. */
75
int
be_alloc
;
member
/kernel/linux/linux-6.6/include/xen/
H
A
D
xen-front-pgdir-shbuf.h
51
/* These are the ops used internally depending on
be_alloc
mode. */
75
int
be_alloc
;
member
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
xen-front-pgdir-shbuf.c
96
* (
be_alloc
flag) this can either do nothing (for buffers
117
* (
be_alloc
flag) this can either do nothing (for buffers
522
if (cfg->
be_alloc
)
in xen_front_pgdir_shbuf_alloc()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
xen-front-pgdir-shbuf.c
88
* (
be_alloc
flag) this can either do nothing (for buffers
109
* (
be_alloc
flag) this can either do nothing (for buffers
520
if (cfg->
be_alloc
)
in xen_front_pgdir_shbuf_alloc()
Completed in 7 milliseconds