Home
last modified time | relevance | path

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

/net/sunrpc/
Dsched.c691 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()
738 task->tk_pid, task->tk_flags); in __rpc_execute()
804 task->tk_flags |= RPC_TASK_KILLED; in __rpc_execute()
914 task->tk_flags = task_setup_data->flags; in rpc_init_task()
959 task->tk_flags |= flags; in rpc_new_task()
985 unsigned short tk_flags = task->tk_flags; in rpc_free_task() local
989 if (tk_flags & RPC_TASK_DYNAMIC) { in rpc_free_task()
Dclnt.c595 if (!(rovr->tk_flags & RPC_TASK_KILLED)) { in rpc_killall_tasks()
596 rovr->tk_flags |= RPC_TASK_KILLED; in rpc_killall_tasks()
748 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
755 task->tk_flags |= RPC_TASK_SWAPPER; in rpc_task_set_client()
1930 if (task->tk_flags & RPC_TASK_TIMEOUT) in call_timeout()
1937 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()
1938 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()
1973 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
1981 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
2272 task->tk_pid, task->tk_flags, task->tk_status, in rpc_show_task()
Dauth.c751 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
Dxprt.c924 task->tk_flags |= RPC_TASK_SENT; in xprt_transmit()
/net/sunrpc/xprtrdma/
Dtransport.c518 if (task->tk_flags & RPC_TASK_SWAPPER) in xprt_rdma_allocate()