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:init_slots
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
shpchp_core.c
64
static int
init_slots
(struct controller *ctrl)
in init_slots()
function
281
rc =
init_slots
(ctrl);
in shpc_probe()
H
A
D
cpci_hotplug_core.c
295
init_slots
(int clear_ins)
in init_slots()
function
603
status =
init_slots
(first);
in cpci_hp_start()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
shpchp_core.c
63
static int
init_slots
(struct controller *ctrl)
in init_slots()
function
280
rc =
init_slots
(ctrl);
in shpc_probe()
H
A
D
cpci_hotplug_core.c
295
init_slots
(int clear_ins)
in init_slots()
function
603
status =
init_slots
(first);
in cpci_hp_start()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
528
void **
init_slots
;
member
5213
if (!map->
init_slots
[i])
in init_map_in_map_slots()
5216
targ_map = map->
init_slots
[i];
in init_map_in_map_slots()
5236
zfree(&map->
init_slots
);
in init_map_in_map_slots()
5252
if (!map->
init_slots
[i])
in init_prog_array_slots()
5255
targ_prog = map->
init_slots
[i];
in init_prog_array_slots()
5269
zfree(&map->
init_slots
);
in init_prog_array_slots()
6719
tmp = libbpf_reallocarray(map->
init_slots
, new_sz, host_ptr_sz);
in bpf_object__collect_map_relos()
6722
map->
init_slots
= tmp;
in bpf_object__collect_map_relos()
6723
memset(map->
init_slots
in bpf_object__collect_map_relos()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
353
void **
init_slots
;
member
4265
if (!map->
init_slots
[i])
in init_map_slots()
4268
targ_map = map->
init_slots
[i];
in init_map_slots()
4282
zfree(&map->
init_slots
);
in init_map_slots()
6583
tmp = libbpf_reallocarray(map->
init_slots
, new_sz, host_ptr_sz);
in bpf_object__collect_map_relos()
6586
map->
init_slots
= tmp;
in bpf_object__collect_map_relos()
6587
memset(map->
init_slots
+ map->init_slots_sz, 0,
in bpf_object__collect_map_relos()
6591
map->
init_slots
[moff] = targ_map;
in bpf_object__collect_map_relos()
7930
zfree(&map->
init_slots
);
in bpf_map__destroy()
Completed in 30 milliseconds