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:old_slot
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_core.c
268
struct slot *
old_slot
, *next_slot;
in ctrl_slot_cleanup()
local
270
old_slot
= ctrl->slot;
in ctrl_slot_cleanup()
273
while (
old_slot
) {
in ctrl_slot_cleanup()
274
next_slot =
old_slot
->next;
in ctrl_slot_cleanup()
275
pci_hp_deregister(&
old_slot
->hotplug_slot);
in ctrl_slot_cleanup()
276
kfree(
old_slot
);
in ctrl_slot_cleanup()
277
old_slot
= next_slot;
in ctrl_slot_cleanup()
H
A
D
cpqphp_ctrl.c
980
* @
old_slot
: slot to remove
984
static int slot_remove(struct pci_func *
old_slot
)
in slot_remove()
argument
988
if (
old_slot
== NULL)
in slot_remove()
991
next = cpqhp_slot_list[
old_slot
->bus];
in slot_remove()
995
if (next ==
old_slot
) {
in slot_remove()
996
cpqhp_slot_list[
old_slot
->bus] =
old_slot
->next;
in slot_remove()
997
cpqhp_destroy_board_resources(
old_slot
);
in slot_remove()
998
kfree(
old_slot
);
in slot_remove()
1002
while ((next->next !=
old_slot
)
in slot_remove()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_core.c
268
struct slot *
old_slot
, *next_slot;
in ctrl_slot_cleanup()
local
270
old_slot
= ctrl->slot;
in ctrl_slot_cleanup()
273
while (
old_slot
) {
in ctrl_slot_cleanup()
274
next_slot =
old_slot
->next;
in ctrl_slot_cleanup()
275
pci_hp_deregister(&
old_slot
->hotplug_slot);
in ctrl_slot_cleanup()
276
kfree(
old_slot
);
in ctrl_slot_cleanup()
277
old_slot
= next_slot;
in ctrl_slot_cleanup()
H
A
D
cpqphp_ctrl.c
979
* @
old_slot
: slot to remove
983
static int slot_remove(struct pci_func *
old_slot
)
in slot_remove()
argument
987
if (
old_slot
== NULL)
in slot_remove()
990
next = cpqhp_slot_list[
old_slot
->bus];
in slot_remove()
994
if (next ==
old_slot
) {
in slot_remove()
995
cpqhp_slot_list[
old_slot
->bus] =
old_slot
->next;
in slot_remove()
996
cpqhp_destroy_board_resources(
old_slot
);
in slot_remove()
997
kfree(
old_slot
);
in slot_remove()
1001
while ((next->next !=
old_slot
)
in slot_remove()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
cavium.c
274
struct cvm_mmc_slot *
old_slot
;
in cvm_mmc_switch_to()
local
281
old_slot
= host->slot[host->last_slot];
in cvm_mmc_switch_to()
282
old_slot
->cached_switch = readq(host->base + MIO_EMM_SWITCH(host));
in cvm_mmc_switch_to()
283
old_slot
->cached_rca = readq(host->base + MIO_EMM_RCA(host));
in cvm_mmc_switch_to()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
cavium.c
274
struct cvm_mmc_slot *
old_slot
;
in cvm_mmc_switch_to()
local
281
old_slot
= host->slot[host->last_slot];
in cvm_mmc_switch_to()
282
old_slot
->cached_switch = readq(host->base + MIO_EMM_SWITCH(host));
in cvm_mmc_switch_to()
283
old_slot
->cached_rca = readq(host->base + MIO_EMM_RCA(host));
in cvm_mmc_switch_to()
Completed in 10 milliseconds