Home
last modified time | relevance | path

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

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