Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-data.c14 struct data_cmd { struct
20 static struct data_cmd data_cmds[]; argument
38 struct data_cmd *cmd; in print_usage()
98 static struct data_cmd data_cmds[] = {
105 struct data_cmd *cmd; in cmd_data()
/Linux-v5.4/drivers/mmc/host/
Dsdhci.c464 return host->cmd || host->data_cmd; in sdhci_has_requests()
1244 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1245 host->data_cmd = NULL; in __sdhci_finish_mrq()
1284 struct mmc_command *data_cmd = host->data_cmd; in sdhci_finish_data() local
1288 host->data_cmd = NULL; in sdhci_finish_data()
1295 if (!host->cmd || host->cmd == data_cmd) in sdhci_finish_data()
1383 WARN_ON(host->data_cmd); in sdhci_send_command()
1384 host->data_cmd = cmd; in sdhci_send_command()
1484 cmd == host->data_cmd) { in sdhci_finish_command()
2564 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h539 struct mmc_command *data_cmd; /* Current data command */ member
/Linux-v5.4/drivers/block/drbd/
Ddrbd_receiver.c5058 struct data_cmd { struct
5064 static struct data_cmd drbd_cmd_handler[] = { argument
5103 struct data_cmd const *cmd; in drbdd()