Home
last modified time | relevance | path

Searched refs:RPC_TASK_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dsched.h126 #define RPC_TASK_DYNAMIC 0x0080 /* task was kmalloc'ed */ macro
/Linux-v6.6/net/sunrpc/
Dsched.c1154 flags = RPC_TASK_DYNAMIC; in rpc_new_task()
1188 if (tk_flags & RPC_TASK_DYNAMIC) in rpc_free_task()
/Linux-v6.6/include/trace/events/
Dsunrpc.h346 { RPC_TASK_DYNAMIC, "DYNAMIC" }, \