Searched defs:rpc_wait_queue (Results 1 – 2 of 2) sorted by relevance
194 struct rpc_wait_queue { struct195 spinlock_t lock;196 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */197 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */198 unsigned char priority; /* current priority */199 unsigned char nr; /* # tasks remaining for cookie */200 unsigned short qlen; /* total # tasks waiting in queue */201 struct rpc_timer timer_list;203 const char * name;
183 struct rpc_wait_queue { struct184 spinlock_t lock;185 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */186 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */187 unsigned char priority; /* current priority */188 unsigned char nr; /* # tasks remaining for cookie */189 unsigned short qlen; /* total # tasks waiting in queue */190 struct rpc_timer timer_list;192 const char * name;