Searched refs:wait_list_head (Results 1 – 3 of 3) sorted by relevance
299 list_for_each_entry_safe(pend, temp_pend, &intr->wait_list_head, wait_list_node) { in handle_user_interrupt()
1084 list_for_each_entry_safe(pend, temp, &interrupt->wait_list_head, wait_list_node) { in wake_pending_user_interrupt_threads()3382 list_add_tail(&pend->wait_list_node, &interrupt->wait_list_head); in _hl_interrupt_wait_ioctl()3478 list_add_tail(&pend->wait_list_node, &interrupt->wait_list_head); in _hl_interrupt_wait_ioctl_user_addr()
1112 struct list_head wait_list_head; member2709 INIT_LIST_HEAD(&usr_intr.wait_list_head); \