Searched refs:on_wakeup (Results 1 – 1 of 1) sorted by relevance
61 void (*on_wakeup)(struct hmdfs_peer *peer, const struct hmdfs_req *req, member66 [F_SYNCFS] = { .on_wakeup = hmdfs_recv_syncfs_cb },67 [F_WRITEPAGE] = { .on_wakeup = hmdfs_writepage_cb },271 if (cbs.on_wakeup) in async_request_cb_on_wakeup_fn()272 (*cbs.on_wakeup)(mp->head.peer, &mp->req, &mp->resp); in async_request_cb_on_wakeup_fn()