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:path_map
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-ps-io-affinity.c
22
struct path_info **
path_map
;
member
29
struct path_info *pi = s->
path_map
[cpu];
in ioa_free_path()
39
s->
path_map
[cpu] = NULL;
in ioa_free_path()
86
if (s->
path_map
[cpu]) {
in ioa_add_path()
92
s->
path_map
[cpu] = pi;
in ioa_add_path()
119
s->
path_map
= kzalloc(nr_cpu_ids * sizeof(struct path_info *),
in ioa_create()
121
if (!s->
path_map
)
in ioa_create()
132
kfree(s->
path_map
);
in ioa_create()
147
kfree(s->
path_map
);
in ioa_destroy()
207
pi = s->
path_map
[cp
in ioa_select_path()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
88
u8
path_map
;
member
H
A
D
hpsa.c
836
else if (hdev->
path_map
& path_map_index)
in path_info_show()
4228
memcpy(&this_device->
path_map
,
in hpsa_get_path_info()
4230
sizeof(this_device->
path_map
));
in hpsa_get_path_info()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
88
u8
path_map
;
member
H
A
D
hpsa.c
835
else if (hdev->
path_map
& path_map_index)
in path_info_show()
4228
memcpy(&this_device->
path_map
,
in hpsa_get_path_info()
4230
sizeof(this_device->
path_map
));
in hpsa_get_path_info()
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
944
u8
path_map
;
member
H
A
D
smartpqi_init.c
1330
device->
path_map
= id_phys->redundant_path_present_map;
in pqi_get_physical_device_info()
1708
existing_device->
path_map
= new_device->
path_map
;
in pqi_scsi_update_device()
6380
else if (device->
path_map
& path_map_index)
in pqi_path_info_show()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1134
u8
path_map
;
member
H
A
D
smartpqi_init.c
1664
device->
path_map
= id_phys->redundant_path_present_map;
in pqi_get_physical_device_info()
2112
existing_device->
path_map
= new_device->
path_map
;
in pqi_scsi_update_device()
2363
return (device->
path_map
& (device->
path_map
- 1)) != 0;
in pqi_is_multipath_device()
7206
else if (device->
path_map
& path_map_index)
in pqi_path_info_show()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
fw.c
2909
RTW89_SET_FWCMD_CXRFK_PATH_MAP(cmd, rfk_info->
path_map
);
in rtw89_fw_h2c_cxdrv_rfk()
H
A
D
core.h
1509
u32
path_map
: 4;
member
H
A
D
coex.c
5832
wl->rfk_info.
path_map
= FIELD_GET(BTC_RFK_PATH_MAP, phy_path);
in _ntfy_wl_rfk()
5838
__func__, wl->rfk_info.phy_map, wl->rfk_info.
path_map
,
in _ntfy_wl_rfk()
Completed in 85 milliseconds