Home
last modified time | relevance | path

Searched refs:tk_flags (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h85 unsigned short tk_flags; /* misc flags */ member
136 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC)
137 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER)
138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
139 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)
140 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)
141 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
/openbmc/linux/net/sunrpc/
H A Dclnt.c1159 (task->tk_flags & RPC_TASK_MOVEABLE))) in rpc_task_set_transport()
1177 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
1179 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()
1226 task->tk_flags |= RPC_TASK_CRED_NOREF; in rpc_run_task()
1923 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()
2143 if (task->tk_flags & RPC_TASK_NOCONNECT) { in call_connect()
2208 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()
2536 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
2544 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()
2576 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
[all …]
H A Dsched.c829 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
1107 task->tk_flags = task_setup_data->flags; in rpc_init_task()
1158 task->tk_flags |= flags; in rpc_new_task()
1183 unsigned short tk_flags = task->tk_flags; in rpc_free_task() local
1188 if (tk_flags & RPC_TASK_DYNAMIC) in rpc_free_task()
1204 if (!(task->tk_flags & RPC_TASK_CRED_NOREF)) in rpc_release_resources_task()
H A Dauth_tls.c37 task->tk_flags &= ~RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_tls_probe_call_prepare()
H A Ddebugfs.c34 task->tk_pid, task->tk_flags, task->tk_status, in tasks_show()
H A Dauth.c835 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
H A Dxprt.c1580 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h388 __entry->flags = task->tk_flags;
441 __entry->flags = task->tk_flags;