Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/kernel/
H A 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1381 def active_fds(self): member in RunQueue
1897 return self.rq.active_fds()
2253 return self.rq.active_fds()