/net/sunrpc/ |
D | sched.c | 68 bool rpc_task_set_rpc_status(struct rpc_task *task, int rpc_status) in rpc_task_set_rpc_status() 76 rpc_task_timeout(const struct rpc_task *task) in rpc_task_timeout() 95 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 121 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task, in __rpc_add_timer() 147 __rpc_list_enqueue_task(struct list_head *q, struct rpc_task *task) in __rpc_list_enqueue_task() 169 __rpc_list_dequeue_task(struct rpc_task *task) in __rpc_list_dequeue_task() 194 struct rpc_task *task, in __rpc_add_wait_queue_priority() 206 struct rpc_task *task, in __rpc_add_wait_queue() 224 static void __rpc_remove_wait_queue_priority(struct rpc_task *task) in __rpc_remove_wait_queue_priority() 233 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() [all …]
|
D | xprt.c | 265 int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt() 329 int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt_cong() 364 static inline int xprt_lock_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_lock_write() 376 static bool __xprt_lock_write_func(struct rpc_task *task, void *data) in __xprt_lock_write_func() 419 void xprt_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt() 437 void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt_cong() 447 void xprt_release_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_write() 518 void xprt_release_rqst_cong(struct rpc_task *task) in xprt_release_rqst_cong() 562 void xprt_adjust_cwnd(struct rpc_xprt *xprt, struct rpc_task *task, int result) in xprt_adjust_cwnd() 678 static void xprt_init_majortimeo(struct rpc_task *task, struct rpc_rqst *req) in xprt_init_majortimeo() [all …]
|
D | clnt.c | 905 struct rpc_task *task; in rpc_cancel_tasks() local 1107 void rpc_task_release_transport(struct rpc_task *task) in rpc_task_release_transport() 1121 void rpc_task_release_client(struct rpc_task *task) in rpc_task_release_client() 1155 void rpc_task_set_transport(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_transport() 1171 void rpc_task_set_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_client() 1189 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message() 1205 rpc_default_callback(struct rpc_task *task, void *data) in rpc_default_callback() 1219 struct rpc_task *task; in rpc_run_task() local 1248 struct rpc_task *task; in rpc_call_sync() local 1285 struct rpc_task *task; in rpc_call_async() local [all …]
|
D | auth_tls.c | 35 static void rpc_tls_probe_call_prepare(struct rpc_task *task, void *data) in rpc_tls_probe_call_prepare() 41 static void rpc_tls_probe_call_done(struct rpc_task *task, void *data) in rpc_tls_probe_call_done() 62 struct rpc_task *task; in tls_probe() local 99 static int tls_marshal(struct rpc_task *task, struct xdr_stream *xdr) in tls_marshal() 115 static int tls_refresh(struct rpc_task *task) in tls_refresh() 121 static int tls_validate(struct rpc_task *task, struct xdr_stream *xdr) in tls_validate()
|
D | auth.c | 607 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() 623 rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_machine_cred() 639 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() 647 rpcauth_bindcred(struct rpc_task *task, const struct cred *cred, int flags) in rpcauth_bindcred() 724 int rpcauth_marshcred(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_marshcred() 739 int rpcauth_wrap_req_encode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_wrap_req_encode() 757 int rpcauth_wrap_req(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_wrap_req() 779 rpcauth_checkverf(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_checkverf() 794 rpcauth_unwrap_resp_decode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp_decode() 810 rpcauth_unwrap_resp(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp() [all …]
|
D | auth_null.c | 63 nul_marshal(struct rpc_task *task, struct xdr_stream *xdr) in nul_marshal() 83 nul_refresh(struct rpc_task *task) in nul_refresh() 90 nul_validate(struct rpc_task *task, struct xdr_stream *xdr) in nul_validate()
|
D | auth_unix.c | 111 unx_marshal(struct rpc_task *task, struct xdr_stream *xdr) in unx_marshal() 166 unx_refresh(struct rpc_task *task) in unx_refresh() 173 unx_validate(struct rpc_task *task, struct xdr_stream *xdr) in unx_validate()
|
D | debugfs.c | 23 struct rpc_task *task = v; in tasks_show() local 47 struct rpc_task *task; in tasks_start() local 60 struct rpc_task *task = v; in tasks_next() local
|
D | svc.c | 332 svc_pool_map_set_cpumask(struct task_struct *task, unsigned int pidx) in svc_pool_map_set_cpumask() 734 struct task_struct *task = NULL; in svc_pool_victim() local 766 struct task_struct *task; in svc_start_kthreads() local 801 struct task_struct *task; in svc_stop_kthreads() local 1564 struct rpc_task *task; in bc_svc_process() local
|
D | stats.c | 154 void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics() 200 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
|
D | xprtsock.c | 1349 struct rpc_task *task; in xs_udp_data_read_skb() local 1672 static void xs_udp_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xs_udp_timer() 1834 static void xs_local_rpcbind(struct rpc_task *task) in xs_local_rpcbind() 2030 static void xs_local_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xs_local_connect() 2744 static void xs_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xs_connect() 2903 static int bc_malloc(struct rpc_task *task) in bc_malloc() 2931 static void bc_free(struct rpc_task *task) in bc_free()
|
D | rpcb_clnt.c | 669 void rpcb_getport_async(struct rpc_task *task) in rpcb_getport_async()
|
/net/sunrpc/xprtrdma/ |
D | transport.c | 424 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer() 474 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect() 501 xprt_rdma_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_alloc_slot() 559 xprt_rdma_allocate(struct rpc_task *task) in xprt_rdma_allocate() 588 xprt_rdma_free(struct rpc_task *task) in xprt_rdma_free()
|
D | svc_rdma_backchannel.c | 104 xprt_rdma_bc_allocate(struct rpc_task *task) in xprt_rdma_bc_allocate() 130 xprt_rdma_bc_free(struct rpc_task *task) in xprt_rdma_bc_free()
|
/net/sunrpc/auth_gss/ |
D | auth_gss.c | 391 gss_upcall_callback(struct rpc_task *task) in gss_upcall_callback() 594 gss_refresh_upcall(struct rpc_task *task) in gss_refresh_upcall() 1289 struct rpc_task *task; in gss_send_destroy_context() local 1535 static int gss_marshal(struct rpc_task *task, struct xdr_stream *xdr) in gss_marshal() 1609 static int gss_renew_cred(struct rpc_task *task) in gss_renew_cred() 1652 gss_refresh(struct rpc_task *task) in gss_refresh() 1676 gss_refresh_null(struct rpc_task *task) in gss_refresh_null() 1682 gss_validate(struct rpc_task *task, struct xdr_stream *xdr) in gss_validate() 1741 struct rpc_task *task, struct xdr_stream *xdr) in gss_wrap_req_integ() 1834 struct rpc_task *task, struct xdr_stream *xdr) in gss_wrap_req_priv() [all …]
|
/net/bluetooth/cmtp/ |
D | cmtp.h | 85 struct task_struct *task; member
|
/net/bluetooth/bnep/ |
D | bnep.h | 152 struct task_struct *task; member
|
/net/bluetooth/hidp/ |
D | hidp.h | 145 struct task_struct *task; member
|
/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 198 struct task_struct *task; member 1747 struct task_struct *task; in start_sync_thread() local
|
/net/core/ |
D | net_namespace.c | 1361 static struct ns_common *netns_get(struct task_struct *task) in netns_get()
|