Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Dsched.h128 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro
138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/Linux-v6.6/net/sunrpc/
Dauth_tls.c60 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in tls_probe()
Dclnt.c1170 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
2834 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper()
2872 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
/Linux-v6.6/fs/nfs/
Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
/Linux-v6.6/fs/nfsd/
Dnfs4callback.c1429 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | flags, in nfsd4_run_cb_work()
/Linux-v6.6/include/trace/events/
Dsunrpc.h348 { RPC_TASK_SOFT, "SOFT" }, \