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:slot_min
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
114
debug("%s -
slot_min
= %x\n", __func__, ptr->
slot_min
);
in print_bus_info()
737
// create bus_info lined list --- if only one slot per bus:
slot_min
= slot_max
in ebda_rsrc_controller()
746
bus_info_ptr1->
slot_min
= slot_ptr->slot_num;
in ebda_rsrc_controller()
759
bus_info_ptr2->
slot_min
= min(bus_info_ptr2->
slot_min
, slot_ptr->slot_num);
in ebda_rsrc_controller()
1004
* (if only one slot per bus
slot_min
= slot_max )
H
A
D
ibmphp_core.c
782
u8 i = slot_cur->bus_on->
slot_min
;
in is_bus_empty()
913
for (i = slot_cur->bus_on->
slot_min
; i <= slot_cur->bus_on->slot_max; i++) {
in check_limitations()
H
A
D
ibmphp.h
238
u8
slot_min
;
member
H
A
D
ibmphp_pci.c
1676
min = bus->
slot_min
;
in find_sec_number()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
ibmphp_ebda.c
114
debug("%s -
slot_min
= %x\n", __func__, ptr->
slot_min
);
in print_bus_info()
737
// create bus_info lined list --- if only one slot per bus:
slot_min
= slot_max
in ebda_rsrc_controller()
746
bus_info_ptr1->
slot_min
= slot_ptr->slot_num;
in ebda_rsrc_controller()
759
bus_info_ptr2->
slot_min
= min(bus_info_ptr2->
slot_min
, slot_ptr->slot_num);
in ebda_rsrc_controller()
1004
* (if only one slot per bus
slot_min
= slot_max )
H
A
D
ibmphp_core.c
711
u8 i = slot_cur->bus_on->
slot_min
;
in is_bus_empty()
842
for (i = slot_cur->bus_on->
slot_min
; i <= slot_cur->bus_on->slot_max; i++) {
in check_limitations()
H
A
D
ibmphp.h
238
u8
slot_min
;
member
H
A
D
ibmphp_pci.c
1674
min = bus->
slot_min
;
in find_sec_number()
/kernel/linux/linux-6.6/lib/
H
A
D
maple_tree.c
1877
unsigned char
slot_min
, slot_count = mt_slots[bn->type];
in mab_calc_split()
local
1910
slot_min
= mt_min_slots[bn->type];
in mab_calc_split()
1920
(b_end - split >
slot_min
))
in mab_calc_split()
Completed in 24 milliseconds