Home
last modified time | relevance | path

Searched refs:data_cmd (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/
Dbuiltin-data.c12 struct data_cmd { struct
18 static struct data_cmd data_cmds[]; argument
36 struct data_cmd *cmd; in print_usage()
96 static struct data_cmd data_cmds[] = {
103 struct data_cmd *cmd; in cmd_data()
/Linux-v4.19/drivers/mmc/host/
Dsdhci.c1110 if (host->data_cmd && host->data_cmd->mrq == mrq) in sdhci_finish_mrq()
1111 host->data_cmd = NULL; in sdhci_finish_mrq()
1124 struct mmc_command *data_cmd = host->data_cmd; in sdhci_finish_data() local
1128 host->data_cmd = NULL; in sdhci_finish_data()
1160 if (!host->cmd || host->cmd == data_cmd) in sdhci_finish_data()
1241 WARN_ON(host->data_cmd); in sdhci_send_command()
1242 host->data_cmd = cmd; in sdhci_send_command()
1342 cmd == host->data_cmd) { in sdhci_finish_command()
2387 return host->cmd || host->data_cmd; in sdhci_has_requests()
2392 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h507 struct mmc_command *data_cmd; /* Current data command */ member
/Linux-v4.19/drivers/block/drbd/
Ddrbd_receiver.c4882 struct data_cmd { struct
4888 static struct data_cmd drbd_cmd_handler[] = { argument
4926 struct data_cmd const *cmd; in drbdd()