Lines Matching refs:task
18 TP_PROTO(struct rpc_task *task),
20 TP_ARGS(task),
29 __entry->task_id = task->tk_pid;
30 __entry->client_id = task->tk_client->cl_clid;
31 __entry->status = task->tk_status;
40 TP_PROTO(struct rpc_task *task),
42 TP_ARGS(task)
46 TP_PROTO(struct rpc_task *task),
48 TP_ARGS(task)
52 TP_PROTO(struct rpc_task *task, int status),
54 TP_ARGS(task, status),
63 __entry->task_id = task->tk_pid;
64 __entry->client_id = task->tk_client->cl_clid;
75 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
77 TP_ARGS(clnt, task, action),
90 __entry->task_id = task->tk_pid;
92 __entry->runstate = task->tk_runstate;
93 __entry->status = task->tk_status;
94 __entry->flags = task->tk_flags;
108 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
110 TP_ARGS(clnt, task, action)
116 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
118 TP_ARGS(clnt, task, action)
124 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const void *action),
126 TP_ARGS(clnt, task, action)
132 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const struct rpc_wait_queue *q),
134 TP_ARGS(clnt, task, q),
148 __entry->task_id = task->tk_pid;
149 __entry->timeout = task->tk_timeout;
150 __entry->runstate = task->tk_runstate;
151 __entry->status = task->tk_status;
152 __entry->flags = task->tk_flags;
168 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const struct rpc_wait_queue *q),
170 TP_ARGS(clnt, task, q)
176 TP_PROTO(const struct rpc_clnt *clnt, const struct rpc_task *task, const struct rpc_wait_queue *q),
178 TP_ARGS(clnt, task, q)