Searched defs:rpc_wait_queue (Results 1 – 1 of 1) sorted by relevance
181 struct rpc_wait_queue { struct182 spinlock_t lock;183 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */184 pid_t owner; /* process id of last task serviced */185 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */186 unsigned char priority; /* current priority */187 unsigned char nr; /* # tasks remaining for cookie */188 unsigned short qlen; /* total # tasks waiting in queue */189 struct rpc_timer timer_list;191 const char * name;