Searched defs:rpc_wait_queue (Results 1 – 1 of 1) sorted by relevance
196 struct rpc_wait_queue { struct197 spinlock_t lock;198 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */199 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */200 unsigned char priority; /* current priority */201 unsigned char nr; /* # tasks remaining for cookie */202 unsigned int qlen; /* total # tasks waiting in queue */203 struct rpc_timer timer_list;205 const char * name;