Home
last modified time | relevance | path

Searched defs:rpc_task (Results 1 – 2 of 2) sorted by relevance

/third_party/Linux_Kernel/include/linux/sunrpc/
Dsched.h43 struct rpc_task { struct
59 void (*tk_callback)(struct rpc_task *); argument
60 void (*tk_action)(struct rpc_task *); argument
61 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 could
91 typedef void (*rpc_action)(struct rpc_task *); argument
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dserver.pyx.pxi690 async def _handle_cancellation_from_core(object rpc_task,