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:head_node
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_mm.c
163
start, last) ?: (struct drm_mm_node *)&mm->
head_node
;
in __drm_mm_interval_first()
978
INIT_LIST_HEAD(&mm->
head_node
.node_list);
in drm_mm_init()
979
mm->
head_node
.flags = 0;
in drm_mm_init()
980
mm->
head_node
.mm = mm;
in drm_mm_init()
981
mm->
head_node
.start = start + size;
in drm_mm_init()
982
mm->
head_node
.size = -size;
in drm_mm_init()
983
add_hole(&mm->
head_node
);
in drm_mm_init()
1027
total_free += drm_mm_dump_hole(p, &mm->
head_node
);
in drm_mm_print()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_mm.c
160
start, last) ?: (struct drm_mm_node *)&mm->
head_node
;
in __drm_mm_interval_first()
975
INIT_LIST_HEAD(&mm->
head_node
.node_list);
in drm_mm_init()
976
mm->
head_node
.flags = 0;
in drm_mm_init()
977
mm->
head_node
.mm = mm;
in drm_mm_init()
978
mm->
head_node
.start = start + size;
in drm_mm_init()
979
mm->
head_node
.size = -size;
in drm_mm_init()
980
add_hole(&mm->
head_node
);
in drm_mm_init()
1028
total_free += drm_mm_dump_hole(p, &mm->
head_node
);
in drm_mm_print()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_mm.h
205
/*
head_node
.node_list is the list of all memory nodes, ordered
207
struct drm_mm_node
head_node
;
member
351
#define drm_mm_nodes(mm) (&(mm)->
head_node
.node_list)
498
* over the special _unallocated_ &drm_mm.
head_node
, and may even continue
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_mm.h
207
/*
head_node
.node_list is the list of all memory nodes, ordered
209
struct drm_mm_node
head_node
;
member
353
#define drm_mm_nodes(mm) (&(mm)->
head_node
.node_list)
500
* over the special _unallocated_ &drm_mm.
head_node
, and may even continue
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_api_cmd.h
191
struct hinic_api_cmd_cell *
head_node
;
member
H
A
D
hinic_hw_api_cmd.c
695
chain->
head_node
= node;
in api_cmd_create_cell()
801
chain->curr_node = chain->
head_node
;
in api_cmd_create_cells()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_api_cmd.h
191
struct hinic_api_cmd_cell *
head_node
;
member
H
A
D
hinic_hw_api_cmd.c
691
chain->
head_node
= node;
in api_cmd_create_cell()
797
chain->curr_node = chain->
head_node
;
in api_cmd_create_cells()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_gtt.c
104
vm->mm.
head_node
.color = I915_COLOR_UNEVICTABLE;
in i915_address_space_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gtt.c
280
vm->mm.
head_node
.color = I915_COLOR_UNEVICTABLE;
in i915_address_space_init()
Completed in 11 milliseconds