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:next_res
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
resource.c
1004
struct resource *
next_res
= NULL;
in __reserve_region_with_split()
local
1020
if (!
next_res
)
in __reserve_region_with_split()
1022
res =
next_res
;
in __reserve_region_with_split()
1023
next_res
= NULL;
in __reserve_region_with_split()
1031
WARN_ON(
next_res
);
in __reserve_region_with_split()
1040
next_res
= alloc_resource(GFP_ATOMIC);
in __reserve_region_with_split()
1041
if (!
next_res
) {
in __reserve_region_with_split()
1045
next_res
->name = name;
in __reserve_region_with_split()
1046
next_res
->start = conflict->end + 1;
in __reserve_region_with_split()
1047
next_res
in __reserve_region_with_split()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
resource.c
995
struct resource *
next_res
= NULL;
in __reserve_region_with_split()
local
1011
if (!
next_res
)
in __reserve_region_with_split()
1013
res =
next_res
;
in __reserve_region_with_split()
1014
next_res
= NULL;
in __reserve_region_with_split()
1022
WARN_ON(
next_res
);
in __reserve_region_with_split()
1031
next_res
= alloc_resource(GFP_ATOMIC);
in __reserve_region_with_split()
1032
if (!
next_res
) {
in __reserve_region_with_split()
1036
next_res
->name = name;
in __reserve_region_with_split()
1037
next_res
->start = conflict->end + 1;
in __reserve_region_with_split()
1038
next_res
in __reserve_region_with_split()
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
301
struct pci_resource *
next_res
;
in sort_by_size()
local
328
next_res
= current_res->next;
in sort_by_size()
331
next_res
->next = current_res->next;
in sort_by_size()
332
current_res->next =
next_res
;
in sort_by_size()
349
struct pci_resource *
next_res
;
in sort_by_max_size()
local
376
next_res
= current_res->next;
in sort_by_max_size()
379
next_res
->next = current_res->next;
in sort_by_max_size()
380
current_res->next =
next_res
;
in sort_by_max_size()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_ctrl.c
301
struct pci_resource *
next_res
;
in sort_by_size()
local
328
next_res
= current_res->next;
in sort_by_size()
331
next_res
->next = current_res->next;
in sort_by_size()
332
current_res->next =
next_res
;
in sort_by_size()
349
struct pci_resource *
next_res
;
in sort_by_max_size()
local
376
next_res
= current_res->next;
in sort_by_max_size()
379
next_res
->next = current_res->next;
in sort_by_max_size()
380
current_res->next =
next_res
;
in sort_by_max_size()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
hv-24x7.c
1580
struct hv_24x7_result *res, *
next_res
;
in h_24x7_event_commit_txn()
local
1607
i < result_buffer->num_results; i++, res =
next_res
) {
in h_24x7_event_commit_txn()
1611
&
next_res
);
in h_24x7_event_commit_txn()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
hv-24x7.c
1588
struct hv_24x7_result *res, *
next_res
;
in h_24x7_event_commit_txn()
local
1615
i < result_buffer->num_results; i++, res =
next_res
) {
in h_24x7_event_commit_txn()
1619
&
next_res
);
in h_24x7_event_commit_txn()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
probe.c
887
struct resource *res, *
next_res
;
in pci_register_host_bridge()
local
983
next_res
= next->res;
in pci_register_host_bridge()
985
if (res->flags !=
next_res
->flags || offset != next_offset)
in pci_register_host_bridge()
988
if (res->end + 1 ==
next_res
->start) {
in pci_register_host_bridge()
989
next_res
->start = res->start;
in pci_register_host_bridge()
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
vmbus_drv.c
2184
struct resource *
next_res
;
in vmbus_acpi_remove()
local
2193
for (cur_res = hyperv_mmio; cur_res; cur_res =
next_res
) {
in vmbus_acpi_remove()
2194
next_res
= cur_res->sibling;
in vmbus_acpi_remove()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
vmbus_drv.c
2080
struct resource *
next_res
;
in vmbus_mmio_remove()
local
2089
for (cur_res = hyperv_mmio; cur_res; cur_res =
next_res
) {
in vmbus_mmio_remove()
2090
next_res
= cur_res->sibling;
in vmbus_mmio_remove()
Completed in 23 milliseconds