| /net/sunrpc/ |
| D | sched.c | 66 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 88 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_add_timer() 119 __rpc_list_enqueue_task(struct list_head *q, struct rpc_task *task) in __rpc_list_enqueue_task() 141 __rpc_list_dequeue_task(struct rpc_task *task) in __rpc_list_dequeue_task() 166 struct rpc_task *task, in __rpc_add_wait_queue_priority() 183 struct rpc_task *task, in __rpc_add_wait_queue() 209 static void __rpc_remove_wait_queue_priority(struct rpc_task *task) in __rpc_remove_wait_queue_priority() 218 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() 272 static void rpc_task_set_debuginfo(struct rpc_task *task) in rpc_task_set_debuginfo() 279 static inline void rpc_task_set_debuginfo(struct rpc_task *task) in rpc_task_set_debuginfo() [all …]
|
| D | xprt.c | 183 int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt() 234 int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt_cong() 271 static inline int xprt_lock_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_lock_write() 281 static bool __xprt_lock_write_func(struct rpc_task *task, void *data) in __xprt_lock_write_func() 304 static bool __xprt_lock_write_cong_func(struct rpc_task *task, void *data) in __xprt_lock_write_cong_func() 335 static void xprt_task_clear_bytes_sent(struct rpc_task *task) in xprt_task_clear_bytes_sent() 351 void xprt_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt() 369 void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt_cong() 379 static inline void xprt_release_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_write() 391 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_task *task) in __xprt_get_cong() [all …]
|
| D | clnt.c | 968 void rpc_task_release_transport(struct rpc_task *task) in rpc_task_release_transport() 979 void rpc_task_release_client(struct rpc_task *task) in rpc_task_release_client() 996 void rpc_task_set_transport(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_transport() 1003 void rpc_task_set_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_client() 1024 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message() 1039 rpc_default_callback(struct rpc_task *task, void *data) in rpc_default_callback() 1053 struct rpc_task *task; in rpc_run_task() local 1077 struct rpc_task *task; in rpc_call_sync() local 1114 struct rpc_task *task; in rpc_call_async() local 1139 struct rpc_task *task; in rpc_run_bc_task() local [all …]
|
| D | auth.c | 657 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred() 666 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() 680 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() 690 rpcauth_bindcred(struct rpc_task *task, struct rpc_cred *cred, int flags) in rpcauth_bindcred() 750 rpcauth_marshcred(struct rpc_task *task, __be32 *p) in rpcauth_marshcred() 761 rpcauth_checkverf(struct rpc_task *task, __be32 *p) in rpcauth_checkverf() 781 rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, in rpcauth_wrap_req() 806 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, in rpcauth_unwrap_resp() 821 rpcauth_refreshcred(struct rpc_task *task) in rpcauth_refreshcred() 844 rpcauth_invalcred(struct rpc_task *task) in rpcauth_invalcred() [all …]
|
| D | auth_null.c | 65 nul_marshal(struct rpc_task *task, __be32 *p) in nul_marshal() 79 nul_refresh(struct rpc_task *task) in nul_refresh() 86 nul_validate(struct rpc_task *task, __be32 *p) in nul_validate()
|
| D | auth_unix.c | 149 unx_marshal(struct rpc_task *task, __be32 *p) in unx_marshal() 183 unx_refresh(struct rpc_task *task) in unx_refresh() 190 unx_validate(struct rpc_task *task, __be32 *p) in unx_validate()
|
| D | xprtsock.c | 441 static void xs_nospace_callback(struct rpc_task *task) in xs_nospace_callback() 453 static int xs_nospace(struct rpc_task *task) in xs_nospace() 513 static int xs_local_send_request(struct rpc_task *task) in xs_local_send_request() 574 static int xs_udp_send_request(struct rpc_task *task) in xs_udp_send_request() 649 static int xs_tcp_send_request(struct rpc_task *task) in xs_tcp_send_request() 755 static void xs_tcp_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xs_tcp_release_xprt() 955 struct rpc_task *task; in xs_local_data_read_skb() local 1041 struct rpc_task *task; in xs_udp_data_read_skb() local 1750 static void xs_udp_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xs_udp_timer() 1897 static void xs_local_rpcbind(struct rpc_task *task) in xs_local_rpcbind() [all …]
|
| D | debugfs.c | 24 struct rpc_task *task = v; in tasks_show() local 48 struct rpc_task *task; in tasks_start() local 61 struct rpc_task *task = v; in tasks_next() local
|
| D | svc.c | 302 svc_pool_map_set_cpumask(struct task_struct *task, unsigned int pidx) in svc_pool_map_set_cpumask() 671 struct task_struct *task = NULL; in choose_victim() local 710 struct task_struct *task; in svc_start_kthreads() local 749 struct task_struct *task; in svc_signal_kthreads() local 802 struct task_struct *task; in svc_stop_kthreads() local 1461 struct rpc_task *task; in bc_svc_process() local
|
| D | sunrpc.h | 40 static inline int rpc_reply_expected(struct rpc_task *task) in rpc_reply_expected()
|
| D | stats.c | 147 void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics() 187 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
|
| D | auth_generic.c | 72 static struct rpc_cred *generic_bind_cred(struct rpc_task *task, in generic_bind_cred()
|
| D | rpcb_clnt.c | 672 void rpcb_getport_async(struct rpc_task *task) in rpcb_getport_async()
|
| /net/sunrpc/xprtrdma/ |
| D | svc_rdma_backchannel.c | 160 xprt_rdma_bc_allocate(struct rpc_task *task) in xprt_rdma_bc_allocate() 186 xprt_rdma_bc_free(struct rpc_task *task) in xprt_rdma_bc_free() 233 xprt_rdma_bc_send_request(struct rpc_task *task) in xprt_rdma_bc_send_request()
|
| D | transport.c | 519 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer() 527 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect() 636 xprt_rdma_allocate(struct rpc_task *task) in xprt_rdma_allocate() 680 xprt_rdma_free(struct rpc_task *task) in xprt_rdma_free() 722 xprt_rdma_send_request(struct rpc_task *task) in xprt_rdma_send_request()
|
| /net/sunrpc/auth_gss/ |
| D | auth_gss.c | 421 gss_upcall_callback(struct rpc_task *task) in gss_upcall_callback() 564 gss_refresh_upcall(struct rpc_task *task) in gss_refresh_upcall() 1222 struct rpc_task *task; in gss_destroying_context() local 1492 gss_marshal(struct rpc_task *task, __be32 *p) in gss_marshal() 1547 static int gss_renew_cred(struct rpc_task *task) in gss_renew_cred() 1590 gss_refresh(struct rpc_task *task) in gss_refresh() 1614 gss_refresh_null(struct rpc_task *task) in gss_refresh_null() 1620 gss_validate(struct rpc_task *task, __be32 *p) in gss_validate() 1847 gss_wrap_req(struct rpc_task *task, in gss_wrap_req() 1959 gss_unwrap_resp(struct rpc_task *task, in gss_unwrap_resp()
|
| /net/bluetooth/cmtp/ |
| D | cmtp.h | 85 struct task_struct *task; member
|
| /net/bluetooth/bnep/ |
| D | bnep.h | 162 struct task_struct *task; member
|
| /net/bluetooth/hidp/ |
| D | hidp.h | 145 struct task_struct *task; member
|
| /net/sched/ |
| D | sch_atm.c | 67 struct tasklet_struct task; /* dequeue tasklet */ member
|
| /net/netfilter/ipvs/ |
| D | ip_vs_sync.c | 198 struct task_struct *task; member 1762 struct task_struct *task; in start_sync_thread() local
|
| /net/core/ |
| D | net_namespace.c | 1071 static struct ns_common *netns_get(struct task_struct *task) in netns_get()
|