Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/kernel/
Dirq.c38 static struct irq_entry *active_fds; variable
146 for (irq_entry = active_fds; in activate_fd()
165 irq_entry->next = active_fds; in activate_fd()
166 active_fds = irq_entry; in activate_fd()
230 if (active_fds == NULL) in garbage_collect_irq_entries()
232 walk = active_fds; in garbage_collect_irq_entries()
243 active_fds = walk->next; in garbage_collect_irq_entries()
261 struct irq_entry *walk = active_fds; in get_irq_entry_by_fd()
342 to_free = active_fds; in free_irq_by_irq_and_dev()
394 to_free = active_fds; in deactivate_all_fds()