Home
last modified time | relevance | path

Searched refs:RPC_TASK_SOFT (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.h140 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro
150 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/linux/net/sunrpc/
H A Dauth_tls.c60 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in tls_probe()
H A Dclnt.c1185 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
2874 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper()
2912 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
/linux/fs/nfs/
H A Dmount_clnt.c188 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()