最終更新:2013-01-24 (木) 02:13:32 (4109d)  

wait_queue_head_t
Top / wait_queue_head_t

struct __wait_queue_head {
        spinlock_t lock;
        struct list_head task_list;
};
typedef struct __wait_queue_head wait_queue_head_t;

関連