Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dirq.c144 static struct list_head ext_int_hash[256]; variable
160 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_external_interrupts()
161 INIT_LIST_HEAD(&ext_int_hash[idx]); in init_external_interrupts()
183 list_add_rcu(&p->entry, &ext_int_hash[index]); in register_external_interrupt()
196 list_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_interrupt()
226 list_for_each_entry_rcu(p, &ext_int_hash[index], entry) in do_extint()