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:remote_access
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_ctrl.c
3060
LS_64(info->
remote_access
, I40IW_CQPSQ_STAG_REMACCENABLED) |
in i40iw_sc_alloc_stag()
3093
bool
remote_access
;
in i40iw_sc_mr_reg_non_shared()
local
3103
remote_access
= true;
in i40iw_sc_mr_reg_non_shared()
3105
remote_access
= false;
in i40iw_sc_mr_reg_non_shared()
3145
LS_64(
remote_access
, I40IW_CQPSQ_STAG_REMACCENABLED) |
in i40iw_sc_mr_reg_non_shared()
3178
bool
remote_access
;
in i40iw_sc_mr_reg_shared()
local
3183
remote_access
= true;
in i40iw_sc_mr_reg_shared()
3185
remote_access
= false;
in i40iw_sc_mr_reg_shared()
3210
LS_64(
remote_access
, I40IW_CQPSQ_STAG_REMACCENABLED) |
in i40iw_sc_mr_reg_shared()
H
A
D
i40iw_type.h
785
bool
remote_access
;
member
H
A
D
i40iw_verbs.c
1516
info->
remote_access
= true;
in i40iw_hw_alloc_stag()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
auxtrace.h
90
* @
remote_access
: whether to synthesize remote access events
128
bool
remote_access
;
member
H
A
D
arm-spe.c
913
if (spe->synth_opts.
remote_access
) {
in arm_spe_synth_events()
H
A
D
auxtrace.c
1332
synth_opts->
remote_access
= true;
in itrace_synth_opts__set_default()
1551
synth_opts->
remote_access
= true;
in itrace_parse_synth_opts()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
auxtrace.h
99
* @
remote_access
: whether to synthesize remote access events
146
bool
remote_access
;
member
H
A
D
auxtrace.c
1389
synth_opts->
remote_access
= true;
in itrace_synth_opts__set_default()
1627
synth_opts->
remote_access
= true;
in itrace_do_parse_synth_opts()
H
A
D
arm-spe.c
1243
if (spe->synth_opts.
remote_access
) {
in arm_spe_synth_events()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
type.h
971
bool
remote_access
:1;
member
982
bool
remote_access
:1;
member
H
A
D
ctrl.c
1096
FIELD_PREP(IRDMA_CQPSQ_STAG_REMACCENABLED, info->
remote_access
) |
in irdma_sc_alloc_stag()
1128
bool
remote_access
;
in irdma_sc_mr_reg_non_shared()
local
1146
remote_access
= true;
in irdma_sc_mr_reg_non_shared()
1148
remote_access
= false;
in irdma_sc_mr_reg_non_shared()
1186
FIELD_PREP(IRDMA_CQPSQ_STAG_REMACCENABLED,
remote_access
) |
in irdma_sc_mr_reg_non_shared()
H
A
D
verbs.c
2558
info->
remote_access
= true;
in irdma_hw_alloc_mw()
2659
info->
remote_access
= true;
in irdma_hw_alloc_stag()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
perf_event.c
227
ARMV8_EVENT_ATTR(
remote_access
, ARMV8_PMUV3_PERFCTR_REMOTE_ACCESS),
/kernel/linux/linux-6.6/drivers/perf/
H
A
D
arm_pmuv3.c
225
ARMV8_EVENT_ATTR(
remote_access
, ARMV8_PMUV3_PERFCTR_REMOTE_ACCESS),
Completed in 45 milliseconds