Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dsched.h130 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro
140 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/Linux-v5.15/fs/nfs/
Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
/Linux-v5.15/fs/nfsd/
Dnfs4callback.c1356 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | flags, in nfsd4_run_cb_work()
/Linux-v5.15/net/sunrpc/
Dclnt.c1085 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client()
2722 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper()
/Linux-v5.15/include/trace/events/
Dsunrpc.h308 { RPC_TASK_SOFT, "SOFT" }, \