MentOS
0.8.0
The Mentoring Operating System
|
Entry of the waiting queue. More...
Public Attributes | |
unsigned int | flags |
Flags of the type WaitQueueFlags. | |
struct task_struct * | task |
Task associated with the wait queue entry. | |
int(* | func )(struct wait_queue_entry_t *wait, unsigned mode, int sync) |
Function associated with the wait queue entry. | |
struct list_head | task_list |
Handler for placing the entry inside a waiting queue double linked-list. | |
Entry of the waiting queue.