Searched refs:tk_flags (Results 1 – 6 of 6) sorted by relevance
1167 (task->tk_flags & RPC_TASK_MOVEABLE))) in rpc_task_set_transport()1185 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()1187 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()1233 task->tk_flags |= RPC_TASK_CRED_NOREF; in rpc_run_task()1931 (!(task->tk_flags & RPC_TASK_SENT) || in rpc_task_need_encode()2154 if (task->tk_flags & RPC_TASK_NOCONNECT) { in call_connect()2222 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()2553 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()2561 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()2593 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()
Completed in 22 milliseconds