Searched defs:_mali_osk_notification_queue_t_struct (Results 1 – 1 of 1) sorted by relevance
29 struct _mali_osk_notification_queue_t_struct { struct30 spinlock_t mutex; /**< Mutex protecting the list */31 wait_queue_head_t receive_queue; /**< Threads waiting for new entries to the queue */32 struct list_head head; /**< List of notifications waiting to be picked up */