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:nr_streams
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stream.c
76
if (es->
nr_streams
< es->nr_streams_max) {
in evsel_streams__set_hot_cnode()
77
i = es->
nr_streams
;
in evsel_streams__set_hot_cnode()
79
es->
nr_streams
++;
in evsel_streams__set_hot_cnode()
88
for (i = 1; i < es->
nr_streams
; i++) {
in evsel_streams__set_hot_cnode()
184
for (int i = 0; i < es_pair->
nr_streams
; i++) {
in stream__callchain_match()
211
for (int i = 0; i < es_base->
nr_streams
; i++) {
in evsel_streams__match()
309
for (i = 0; i < es_base->
nr_streams
; i++) {
in callchain_streams_report()
319
for (i = 0; i < es_base->
nr_streams
; i++) {
in callchain_streams_report()
329
for (i = 0; i < es_pair->
nr_streams
; i++) {
in callchain_streams_report()
H
A
D
stream.h
15
int
nr_streams
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stream.c
76
if (es->
nr_streams
< es->nr_streams_max) {
in evsel_streams__set_hot_cnode()
77
i = es->
nr_streams
;
in evsel_streams__set_hot_cnode()
79
es->
nr_streams
++;
in evsel_streams__set_hot_cnode()
88
for (i = 1; i < es->
nr_streams
; i++) {
in evsel_streams__set_hot_cnode()
184
for (int i = 0; i < es_pair->
nr_streams
; i++) {
in stream__callchain_match()
211
for (int i = 0; i < es_base->
nr_streams
; i++) {
in evsel_streams__match()
309
for (i = 0; i < es_base->
nr_streams
; i++) {
in callchain_streams_report()
319
for (i = 0; i < es_base->
nr_streams
; i++) {
in callchain_streams_report()
329
for (i = 0; i < es_pair->
nr_streams
; i++) {
in callchain_streams_report()
H
A
D
stream.h
15
int
nr_streams
;
member
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
nvme.h
291
u16
nr_streams
;
member
H
A
D
core.c
630
ctrl->
nr_streams
= min_t(u16, ctrl->nssa, BLK_MAX_WRITE_HINTS - 1);
in nvme_configure_directives()
631
dev_info(ctrl->device, "Using %u streams\n", ctrl->
nr_streams
);
in nvme_configure_directives()
653
if (WARN_ON_ONCE(streamid > ctrl->
nr_streams
))
in nvme_assign_write_stream()
789
if (req_op(req) == REQ_OP_WRITE && ctrl->
nr_streams
)
in nvme_setup_rw()
1909
if (ctrl->
nr_streams
&& ns->sws && ns->sgs)
in nvme_config_discard()
1964
if (!ctrl->
nr_streams
)
in nvme_setup_streams_ns()
Completed in 9 milliseconds