Searched defs:rpc_wait_queue (Results 1 – 1 of 1) sorted by relevance
188 struct rpc_wait_queue { struct189 spinlock_t lock;190 struct list_head tasks[RPC_NR_PRIORITY]; /* task queue for each priority level */191 pid_t owner; /* process id of last task serviced */192 unsigned char maxpriority; /* maximum priority (0 if queue is not a priority queue) */193 unsigned char priority; /* current priority */194 unsigned char count; /* # task groups remaining serviced so far */195 unsigned char nr; /* # tasks remaining for cookie */196 unsigned short qlen; /* total # tasks waiting in queue */197 struct rpc_timer timer_list;[all …]