Searched refs:tk_flags (Results 1 – 10 of 10) sorted by relevance
96 unsigned short tk_flags; /* misc flags */ member148 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC)149 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER)150 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))151 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN)152 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT)153 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
1175 (task->tk_flags & RPC_TASK_MOVEABLE))) in rpc_task_set_transport()1193 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()1195 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()1241 task->tk_flags |= RPC_TASK_CRED_NOREF; in rpc_run_task()1939 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()2162 if (task->tk_flags & RPC_TASK_NOCONNECT) { in call_connect()2230 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()2561 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()2569 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()2601 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()[all …]
833 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()1109 task->tk_flags = task_setup_data->flags; in rpc_init_task()1160 task->tk_flags |= flags; in rpc_new_task()1185 unsigned short tk_flags = task->tk_flags; in rpc_free_task() local1190 if (tk_flags & RPC_TASK_DYNAMIC) in rpc_free_task()1206 if (!(task->tk_flags & RPC_TASK_CRED_NOREF)) in rpc_release_resources_task()
37 task->tk_flags &= ~RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_tls_probe_call_prepare()
34 task->tk_pid, task->tk_flags, task->tk_status, in tasks_show()
835 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
1592 task->tk_flags |= RPC_TASK_SENT; in xprt_request_transmit()
388 __entry->flags = task->tk_flags;441 __entry->flags = task->tk_flags;
1674 task->tk_flags & RPC_TASK_NETUNREACH_FATAL) { in pnfs_roc_done()
676 task->tk_flags & RPC_TASK_NETUNREACH_FATAL) { in nfs4_async_handle_exception()