Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/ !
Dbuiltin-data.c13 struct data_cmd { struct
19 static struct data_cmd data_cmds[]; argument
94 static struct data_cmd data_cmds[] = {
101 struct data_cmd *cmd; in cmd_data()
/linux-6.1.9/drivers/mmc/host/ !
Dsdhci.c523 return host->cmd || host->data_cmd; in sdhci_has_requests()
1540 if (host->data_cmd && host->data_cmd->mrq == mrq) in __sdhci_finish_mrq()
1541 host->data_cmd = NULL; in __sdhci_finish_mrq()
1569 struct mmc_command *data_cmd = host->data_cmd; in __sdhci_finish_data() local
1573 host->data_cmd = NULL; in __sdhci_finish_data()
1580 if (!host->cmd || host->cmd == data_cmd) in __sdhci_finish_data()
1674 WARN_ON(host->data_cmd); in sdhci_send_command()
1675 host->data_cmd = cmd; in sdhci_send_command()
1840 cmd == host->data_cmd) { in sdhci_finish_command()
3034 if (host->data_cmd) { in sdhci_error_out_mrqs()
[all …]
Dsdhci.h543 struct mmc_command *data_cmd; /* Current data command */ member
/linux-6.1.9/drivers/block/drbd/ !
Ddrbd_receiver.c4997 struct data_cmd { struct
5003 static struct data_cmd drbd_cmd_handler[] = { argument
5041 struct data_cmd const *cmd; in drbdd()