Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dsched.h122 #define RPC_TASK_SWAPPER 0x0002 /* is swapping in/out */ macro
137 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER)
/linux-6.6.21/fs/nfs/
Dwrite.c1418 task_setup_data->flags |= RPC_TASK_SWAPPER; in nfs_initiate_write()
/linux-6.6.21/include/trace/events/
Dsunrpc.h342 { RPC_TASK_SWAPPER, "SWAPPER" }, \