Home
last modified time | relevance | path

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

/net/sunrpc/
Dsched.c677 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()
724 task->tk_pid, task->tk_flags); in __rpc_execute()
790 task->tk_flags |= RPC_TASK_KILLED; in __rpc_execute()
900 task->tk_flags = task_setup_data->flags; in rpc_init_task()
945 task->tk_flags |= flags; in rpc_new_task()
971 unsigned short tk_flags = task->tk_flags; in rpc_free_task() local
975 if (tk_flags & RPC_TASK_DYNAMIC) { in rpc_free_task()
Dclnt.c737 if (!(rovr->tk_flags & RPC_TASK_KILLED)) { in rpc_killall_tasks()
738 rovr->tk_flags |= RPC_TASK_KILLED; in rpc_killall_tasks()
894 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
896 task->tk_flags |= RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_task_set_client()
903 task->tk_flags |= RPC_TASK_SWAPPER; in rpc_task_set_client()
1802 if (task->tk_flags & RPC_TASK_NOCONNECT) { in call_connect()
2047 if (!(task->tk_flags & RPC_TASK_NO_RETRANS_TIMEOUT) in call_status()
2107 if (task->tk_flags & RPC_TASK_TIMEOUT) in call_timeout()
2114 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()
2115 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()
[all …]
Dxprt.c871 if ((task->tk_flags & RPC_TASK_NO_RETRANS_TIMEOUT) in xprt_prepare_transmit()
935 task->tk_flags |= RPC_TASK_SENT; in xprt_transmit()
Dauth.c827 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
Dxprtsock.c735 if (task->tk_flags & RPC_TASK_SENT) in xs_tcp_send_request()
/net/sunrpc/xprtrdma/
Dtransport.c491 if (task->tk_flags & RPC_TASK_SWAPPER) in xprt_rdma_allocate()