Searched refs:RPC_TASK_SOFT (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | sched.h | 128 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro 138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | sched.h | 128 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro 138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth_tls.c | 60 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in tls_probe()
|
H A D | clnt.c | 1173 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client() 2837 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper() 2875 .flags = RPC_TASK_SOFT | RPC_TASK_SOFTCONN | RPC_TASK_NULLCREDS, in rpc_ping_noreply()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | mount_clnt.c | 189 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | mount_clnt.c | 193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | clnt.c | 1087 task->tk_flags |= RPC_TASK_SOFT; in rpc_task_set_client() 2686 err = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_ping() 2706 .flags = flags | RPC_TASK_SOFT | RPC_TASK_SOFTCONN | in rpc_call_null_helper()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sunrpc.h | 305 TRACE_DEFINE_ENUM(RPC_TASK_SOFT); variable 322 { RPC_TASK_SOFT, "SOFT" }, \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4callback.c | 1355 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | flags, in nfsd4_run_cb_work()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4callback.c | 1429 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | flags, in nfsd4_run_cb_work()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 348 { RPC_TASK_SOFT, "SOFT" }, \
|
Completed in 18 milliseconds