Searched defs:rpc_task (Results 1 – 2 of 2) sorted by relevance
43 struct rpc_task { struct59 void (*tk_callback)(struct rpc_task *); argument60 void (*tk_action)(struct rpc_task *); argument61 const struct rpc_call_ops *tk_ops;62 void * tk_calldata;64 unsigned long tk_timeout; /* timeout for rpc_sleep() */65 unsigned long tk_runstate; /* Task run status */66 struct workqueue_struct *tk_workqueue; /* Normally rpciod, but could91 typedef void (*rpc_action)(struct rpc_task *); argument
690 async def _handle_cancellation_from_core(object rpc_task,