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

/bionic/libc/kernel/common/linux/sunrpc/
H A Dsched.h46 struct rpc_task { struct
62 void (*tk_timeout_fn)(struct rpc_task *);
64 void (*tk_callback)(struct rpc_task *);
65 void (*tk_action)(struct rpc_task *);
94 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
95 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
96 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
97 typedef void (*rpc_action)(struct rpc_task *);
100 void (*rpc_call_prepare)(struct rpc_task *, void *);
101 void (*rpc_call_done)(struct rpc_task *, voi
[all...]

Completed in 82 milliseconds