MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
wait_queue_entry_t Struct Reference

Entry of the waiting queue. More...

Public Attributes

unsigned int flags
 Flags of the type WaitQueueFlags.
 
struct task_structtask
 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.
 

Detailed Description

Entry of the waiting queue.


The documentation for this struct was generated from the following file: