Searched refs:wait_list_head (Results 1 – 3 of 3) sorted by relevance
383 list_for_each_entry_safe(pend, temp_pend, &intr->wait_list_head, list_node) { in handle_user_interrupt_wait_list()
1103 list_for_each_entry_safe(pend, temp, &interrupt->wait_list_head, list_node) { in wake_pending_user_interrupt_threads()3448 list_add_tail(&pend->list_node, &data->interrupt->wait_list_head); in _hl_interrupt_wait_ioctl()3536 list_add_tail(&pend->list_node, &interrupt->wait_list_head); in _hl_interrupt_wait_ioctl_user_addr()
1163 struct list_head wait_list_head; member2780 INIT_LIST_HEAD(&usr_intr.wait_list_head); \