Searched refs:wait_list_head (Results 1 – 3 of 3) sorted by relevance
295 list_for_each_entry_safe(pend, temp_pend, &intr->wait_list_head, wait_list_node) { in handle_user_interrupt()
1051 list_for_each_entry_safe(pend, temp, &interrupt->wait_list_head, wait_list_node) { in wake_pending_user_interrupt_threads()3203 list_add_tail(&pend->wait_list_node, &interrupt->wait_list_head); in _hl_interrupt_wait_ioctl()3299 list_add_tail(&pend->wait_list_node, &interrupt->wait_list_head); in _hl_interrupt_wait_ioctl_user_addr()
1081 struct list_head wait_list_head; member2678 INIT_LIST_HEAD(&usr_intr.wait_list_head); \