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:p_mem_head
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_pci.c
785
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
786
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
835
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
836
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
906
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
907
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
1362
p_mem_node->next = ctrl->
p_mem_head
;
in cpqhp_find_available_resources()
1363
ctrl->
p_mem_head
= p_mem_node;
in cpqhp_find_available_resources()
1365
p_mem_node->next = func->
p_mem_head
;
in cpqhp_find_available_resources()
1366
func->
p_mem_head
in cpqhp_find_available_resources()
[all...]
H
A
D
cpqphp_ctrl.c
1524
res_lists.
p_mem_head
= ctrl->
p_mem_head
;
in board_added()
1533
ctrl->
p_mem_head
= res_lists.
p_mem_head
;
in board_added()
1537
cpqhp_resource_sort_and_combine(&(ctrl->
p_mem_head
));
in board_added()
1634
!func->
p_mem_head
&& !func->io_head) {
in remove_board()
1642
|| temp_func->
p_mem_head
|| temp_func->io_head) {
in remove_board()
1678
res_lists.
p_mem_head
= ctrl->
p_mem_head
;
in remove_board()
1685
ctrl->
p_mem_head
in remove_board()
[all...]
H
A
D
cpqphp_nvram.c
315
resNode = ctrl->
p_mem_head
;
in store_HRT()
561
p_mem_node->next = ctrl->
p_mem_head
;
in compaq_nvram_load()
562
ctrl->
p_mem_head
= p_mem_node;
in compaq_nvram_load()
624
rc &= cpqhp_resource_sort_and_combine(&(ctrl->
p_mem_head
));
in compaq_nvram_load()
H
A
D
cpqphp_sysfs.c
43
res = ctrl->
p_mem_head
;
in show_ctrl()
89
res = new_slot->
p_mem_head
;
in show_dev()
H
A
D
cpqphp.h
240
struct pci_resource *
p_mem_head
;
member
283
struct pci_resource *
p_mem_head
;
member
320
struct pci_resource *
p_mem_head
;
member
H
A
D
cpqphp_core.c
1289
res = ctrl->
p_mem_head
;
in unload_cpqphpd()
1327
res = next->
p_mem_head
;
in unload_cpqphpd()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_pci.c
787
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
788
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
837
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
838
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
908
p_mem_node->next = func->
p_mem_head
;
in cpqhp_save_used_resources()
909
func->
p_mem_head
= p_mem_node;
in cpqhp_save_used_resources()
1364
p_mem_node->next = ctrl->
p_mem_head
;
in cpqhp_find_available_resources()
1365
ctrl->
p_mem_head
= p_mem_node;
in cpqhp_find_available_resources()
1367
p_mem_node->next = func->
p_mem_head
;
in cpqhp_find_available_resources()
1368
func->
p_mem_head
in cpqhp_find_available_resources()
[all...]
H
A
D
cpqphp_ctrl.c
1522
res_lists.
p_mem_head
= ctrl->
p_mem_head
;
in board_added()
1531
ctrl->
p_mem_head
= res_lists.
p_mem_head
;
in board_added()
1535
cpqhp_resource_sort_and_combine(&(ctrl->
p_mem_head
));
in board_added()
1631
!func->
p_mem_head
&& !func->io_head) {
in remove_board()
1639
|| temp_func->
p_mem_head
|| temp_func->io_head) {
in remove_board()
1675
res_lists.
p_mem_head
= ctrl->
p_mem_head
;
in remove_board()
1682
ctrl->
p_mem_head
in remove_board()
[all...]
H
A
D
cpqphp_nvram.c
315
resNode = ctrl->
p_mem_head
;
in store_HRT()
558
p_mem_node->next = ctrl->
p_mem_head
;
in compaq_nvram_load()
559
ctrl->
p_mem_head
= p_mem_node;
in compaq_nvram_load()
621
rc &= cpqhp_resource_sort_and_combine(&(ctrl->
p_mem_head
));
in compaq_nvram_load()
H
A
D
cpqphp_sysfs.c
43
res = ctrl->
p_mem_head
;
in show_ctrl()
89
res = new_slot->
p_mem_head
;
in show_dev()
H
A
D
cpqphp.h
240
struct pci_resource *
p_mem_head
;
member
283
struct pci_resource *
p_mem_head
;
member
320
struct pci_resource *
p_mem_head
;
member
H
A
D
cpqphp_core.c
1290
res = ctrl->
p_mem_head
;
in unload_cpqphpd()
1328
res = next->
p_mem_head
;
in unload_cpqphpd()
Completed in 15 milliseconds