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:dr_wrk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
2109
struct hv_dr_work *
dr_wrk
;
in pci_devices_present_work()
local
2113
dr_wrk
= container_of(work, struct hv_dr_work, wrk);
in pci_devices_present_work()
2114
hbus =
dr_wrk
->bus;
in pci_devices_present_work()
2115
kfree(
dr_wrk
);
in pci_devices_present_work()
2234
struct hv_dr_work *
dr_wrk
;
in hv_pci_start_relations_work()
local
2244
dr_wrk
= kzalloc(sizeof(*
dr_wrk
), GFP_NOWAIT);
in hv_pci_start_relations_work()
2245
if (!
dr_wrk
)
in hv_pci_start_relations_work()
2248
INIT_WORK(&
dr_wrk
->wrk, pci_devices_present_work);
in hv_pci_start_relations_work()
2249
dr_wrk
in hv_pci_start_relations_work()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
2584
struct hv_dr_work *
dr_wrk
;
in pci_devices_present_work()
local
2588
dr_wrk
= container_of(work, struct hv_dr_work, wrk);
in pci_devices_present_work()
2589
hbus =
dr_wrk
->bus;
in pci_devices_present_work()
2590
kfree(
dr_wrk
);
in pci_devices_present_work()
2710
struct hv_dr_work *
dr_wrk
;
in hv_pci_start_relations_work()
local
2720
dr_wrk
= kzalloc(sizeof(*
dr_wrk
), GFP_NOWAIT);
in hv_pci_start_relations_work()
2721
if (!
dr_wrk
)
in hv_pci_start_relations_work()
2724
INIT_WORK(&
dr_wrk
->wrk, pci_devices_present_work);
in hv_pci_start_relations_work()
2725
dr_wrk
in hv_pci_start_relations_work()
[all...]
Completed in 8 milliseconds