Home
last modified time | relevance | path

Searched refs:active_fds (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/um/kernel/
Dirq.c36 static struct irq_entry *active_fds; variable
142 for (irq_entry = active_fds; in activate_fd()
161 irq_entry->next = active_fds; in activate_fd()
162 active_fds = irq_entry; in activate_fd()
226 if (active_fds == NULL) in garbage_collect_irq_entries()
228 walk = active_fds; in garbage_collect_irq_entries()
239 active_fds = walk->next; in garbage_collect_irq_entries()
258 struct irq_entry *walk = active_fds; in get_irq_entry_by_fd()
339 to_free = active_fds; in free_irq_by_irq_and_dev()
398 to_free = active_fds; in deactivate_all_fds()