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:pav
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_alias.c
83
/* for hyper
pav
there is only one group */
in _find_group()
84
if (lcu->
pav
== HYPER_PAV) {
in _find_group()
92
/* for base
pav
we have to find the group that matches the base */
in _find_group()
148
lcu->
pav
= NO_PAV;
in _allocate_lcu()
309
* adding it to a
pav
group.
328
if (lcu->
pav
== NO_PAV) {
in _add_device_to_lcu()
522
lcu->
pav
= NO_PAV;
in _lcu_update()
526
lcu->
pav
= BASE_PAV;
in _lcu_update()
529
lcu->
pav
= HYPER_PAV;
in _lcu_update()
532
if (lcu->
pav
!
in _lcu_update()
[all...]
H
A
D
dasd_eckd.h
631
enum pavtype
pav
;
member
H
A
D
dasd_eckd.c
5977
if (!device->block && private->lcu->
pav
== HYPER_PAV)
in dasd_eckd_query_host_access()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_alias.c
83
/* for hyper
pav
there is only one group */
in _find_group()
84
if (lcu->
pav
== HYPER_PAV) {
in _find_group()
92
/* for base
pav
we have to find the group that matches the base */
in _find_group()
148
lcu->
pav
= NO_PAV;
in _allocate_lcu()
309
* adding it to a
pav
group.
328
if (lcu->
pav
== NO_PAV) {
in _add_device_to_lcu()
522
lcu->
pav
= NO_PAV;
in _lcu_update()
526
lcu->
pav
= BASE_PAV;
in _lcu_update()
529
lcu->
pav
= HYPER_PAV;
in _lcu_update()
532
if (lcu->
pav
!
in _lcu_update()
[all...]
H
A
D
dasd_eckd.h
640
enum pavtype
pav
;
member
H
A
D
dasd_eckd.c
5996
if (!device->block && private->lcu->
pav
== HYPER_PAV)
in dasd_eckd_query_host_access()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H
A
D
port.h
430
u16
pav
);
H
A
D
port.c
1352
u16
pav
)
in mv88e6xxx_port_set_assoc_vector()
1364
reg |=
pav
& mask;
in mv88e6xxx_port_set_assoc_vector()
1351
mv88e6xxx_port_set_assoc_vector(struct mv88e6xxx_chip *chip, int port, u16
pav
)
mv88e6xxx_port_set_assoc_vector()
argument
H
A
D
chip.c
6471
u16
pav
= learning ? (1 << port) : 0;
in mv88e6xxx_port_bridge_flags()
local
6473
err = mv88e6xxx_port_set_assoc_vector(chip, port,
pav
);
in mv88e6xxx_port_bridge_flags()
Completed in 31 milliseconds