Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c59 void (*on_wakeup)(struct hmdfs_peer *peer, const struct hmdfs_req *req, member
64 [F_SYNCFS] = { .on_wakeup = hmdfs_recv_syncfs_cb },
65 [F_WRITEPAGE] = { .on_wakeup = hmdfs_writepage_cb },
267 if (cbs.on_wakeup) in async_request_cb_on_wakeup_fn()
268 (*cbs.on_wakeup)(mp->head.peer, &mp->req, &mp->resp); in async_request_cb_on_wakeup_fn()