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:data_cmd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-data.c
14
struct
data_cmd
{
struct
20
static struct
data_cmd
data_cmds[];
38
struct
data_cmd
*cmd;
in print_usage()
99
static struct
data_cmd
data_cmds[] = {
106
struct
data_cmd
*cmd;
in cmd_data()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-data.c
13
struct
data_cmd
{
struct
19
static struct
data_cmd
data_cmds[];
95
static struct
data_cmd
data_cmds[] = {
102
struct
data_cmd
*cmd;
in cmd_data()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci.c
484
return host->cmd || host->
data_cmd
;
in sdhci_has_requests()
1504
if (host->
data_cmd
&& host->
data_cmd
->mrq == mrq)
in __sdhci_finish_mrq()
1505
host->
data_cmd
= NULL;
in __sdhci_finish_mrq()
1533
struct mmc_command *
data_cmd
= host->
data_cmd
;
in __sdhci_finish_data()
local
1537
host->
data_cmd
= NULL;
in __sdhci_finish_data()
1544
if (!host->cmd || host->cmd ==
data_cmd
)
in __sdhci_finish_data()
1637
WARN_ON(host->
data_cmd
);
in sdhci_send_command()
1638
host->
data_cmd
in sdhci_send_command()
3359
struct mmc_command *
data_cmd
= host->
data_cmd
;
sdhci_data_irq()
local
[all...]
H
A
D
sdhci.h
537
struct mmc_command *
data_cmd
; /* Current data command */
member
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci.c
523
return host->cmd || host->
data_cmd
;
in sdhci_has_requests()
1526
if (host->
data_cmd
&& host->
data_cmd
->mrq == mrq)
in __sdhci_finish_mrq()
1527
host->
data_cmd
= NULL;
in __sdhci_finish_mrq()
1555
struct mmc_command *
data_cmd
= host->
data_cmd
;
in __sdhci_finish_data()
local
1559
host->
data_cmd
= NULL;
in __sdhci_finish_data()
1566
if (!host->cmd || host->cmd ==
data_cmd
)
in __sdhci_finish_data()
1660
WARN_ON(host->
data_cmd
);
in sdhci_send_command()
1661
host->
data_cmd
in sdhci_send_command()
3388
struct mmc_command *
data_cmd
= host->
data_cmd
;
sdhci_data_irq()
local
[all...]
H
A
D
sdhci.h
548
struct mmc_command *
data_cmd
; /* Current data command */
member
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
5058
struct
data_cmd
{
struct
5064
static struct
data_cmd
drbd_cmd_handler[] = {
5103
struct
data_cmd
const *cmd;
in drbdd()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
5011
struct
data_cmd
{
struct
5017
static struct
data_cmd
drbd_cmd_handler[] = {
5055
struct
data_cmd
const *cmd;
in drbdd()
Completed in 25 milliseconds