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:pathmask_to_pos
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
cio.h
351
*
pathmask_to_pos
() - find the position of the left-most bit in a pathmask
354
static inline u8
pathmask_to_pos
(u8 mask)
in pathmask_to_pos()
function
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
cio.h
351
*
pathmask_to_pos
() - find the position of the left-most bit in a pathmask
354
static inline u8
pathmask_to_pos
(u8 mask)
in pathmask_to_pos()
function
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
device_pgid.c
138
int i =
pathmask_to_pos
(req->lpm);
in spid_build_cp()
440
int i =
pathmask_to_pos
(req->lpm);
in snid_build_cp()
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
device_pgid.c
139
int i =
pathmask_to_pos
(req->lpm);
in spid_build_cp()
441
int i =
pathmask_to_pos
(req->lpm);
in snid_build_cp()
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2215
int pos =
pathmask_to_pos
(lpum);
in dasd_3990_erp_disable_path()
2247
int pos =
pathmask_to_pos
(lpum);
in dasd_3990_erp_account_error()
H
A
D
dasd_eckd.c
1069
pos =
pathmask_to_pos
(lpm);
in dasd_eckd_read_conf()
1135
pos =
pathmask_to_pos
(lpm);
in dasd_eckd_read_conf()
6138
int pos =
pathmask_to_pos
(lpum);
in dasd_eckd_psf_cuir_response()
6202
return device->path[
pathmask_to_pos
(lpum)].conf_data;
in dasd_eckd_get_ref_conf()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2220
int pos =
pathmask_to_pos
(lpum);
in dasd_3990_erp_disable_path()
2252
int pos =
pathmask_to_pos
(lpum);
in dasd_3990_erp_account_error()
H
A
D
dasd_eckd.c
1174
pos =
pathmask_to_pos
(lpm);
in dasd_eckd_read_conf()
1417
pos =
pathmask_to_pos
(lpm);
in dasd_eckd_path_available_action()
6358
int pos =
pathmask_to_pos
(lpum);
in dasd_eckd_psf_cuir_response()
6422
return device->path[
pathmask_to_pos
(lpum)].conf_data;
in dasd_eckd_get_ref_conf()
H
A
D
dasd_devmap.c
2581
dasd_path_create_kobj(device,
pathmask_to_pos
(lpm));
in dasd_path_create_kobjects()
Completed in 28 milliseconds