Home
last modified time | relevance | path

Searched defs:rpc_wait_queue (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/sunrpc/ !
Dsched.h184 struct rpc_wait_queue { struct
185 spinlock_t lock;
186 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */
187 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */
188 unsigned char priority; /* current priority */
189 unsigned char nr; /* # tasks remaining for cookie */
190 unsigned short qlen; /* total # tasks waiting in queue */
191 struct rpc_timer timer_list;
193 const char * name;