Home
last modified time | relevance | path

Searched refs:RPC_TASK_MOVEABLE (Results 1 – 2 of 2) sorted by relevance

/include/linux/sunrpc/
Dsched.h123 #define RPC_TASK_MOVEABLE 0x0004 /* nfs4.1+ rpc tasks */ macro
142 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
/include/trace/events/
Dsunrpc.h302 { RPC_TASK_MOVEABLE, "MOVEABLE" }, \