Searched refs:rw_done (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/qca/ |
H A D | qca8k-8xxx.c | 215 complete(&mgmt_eth_data->rw_done); in qca8k_rw_reg_ack_handler() 335 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_read_eth() 344 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_read_eth() 387 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_write_eth() 396 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_write_eth() 597 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_busy_wait() 606 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_phy_eth_busy_wait() 699 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_command() 708 ret = wait_for_completion_timeout(&mgmt_eth_data->rw_done, in qca8k_phy_eth_command() 736 reinit_completion(&mgmt_eth_data->rw_done); in qca8k_phy_eth_command() [all...] |
H A D | qca8k.h | 394 struct completion rw_done; member 402 struct completion rw_done; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_page.h | 76 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_page.h | 80 int (*rw_done)(struct rpc_task *, struct nfs_pgio_header *, member
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | read.c | 483 .rw_done = nfs_readpage_done,
|
H A D | pagelist.c | 876 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
|
H A D | write.c | 2177 .rw_done = nfs_writeback_done,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | read.c | 457 .rw_done = nfs_readpage_done,
|
H A D | pagelist.c | 968 if (hdr->rw_ops->rw_done(task, hdr, inode) != 0) in nfs_pgio_result()
|
H A D | write.c | 2216 .rw_done = nfs_writeback_done,
|
Completed in 16 milliseconds