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

12345

/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/sunrpc/
H A Dsched.h38 struct rpc_task { struct
54 void (*tk_timeout_fn)(struct rpc_task *);
55 void (*tk_callback)(struct rpc_task *);
56 void (*tk_action)(struct rpc_task *);
83 #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)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
89 typedef void (*rpc_action)(struct rpc_task *);
92 void (*rpc_call_prepare)(struct rpc_task *, void *);
93 void (*rpc_call_done)(struct rpc_task *, voi
[all...]

Completed in 494 milliseconds

12345