Searched refs:active_fds (Results 1 – 2 of 2) sorted by relevance
38 static struct irq_entry *active_fds; variable146 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()
1381 def active_fds(self): member in RunQueue1897 return self.rq.active_fds()2253 return self.rq.active_fds()