Searched refs:on_wakeup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 59 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 }, 268 if (cbs.on_wakeup) in async_request_cb_on_wakeup_fn() 269 (*cbs.on_wakeup)(mp->head.peer, &mp->req, &mp->resp); in async_request_cb_on_wakeup_fn()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | socket_adapter.c | 59 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 }, 268 if (cbs.on_wakeup) in async_request_cb_on_wakeup_fn() 269 (*cbs.on_wakeup)(mp->head.peer, &mp->req, &mp->resp); in async_request_cb_on_wakeup_fn()
|
Completed in 3 milliseconds