Searched refs:wrapper_object (Results 1 – 1 of 1) sorted by relevance
143 _mali_osk_notification_wrapper_t *wrapper_object; in _mali_osk_notification_queue_dequeue() local152 wrapper_object = list_entry(queue->head.next, _mali_osk_notification_wrapper_t, list); in _mali_osk_notification_queue_dequeue()153 *result = &(wrapper_object->data); in _mali_osk_notification_queue_dequeue()154 list_del_init(&wrapper_object->list); in _mali_osk_notification_queue_dequeue()