Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dirq.c281 static struct hlist_head ext_int_hash[32] ____cacheline_aligned; variable
295 BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash))); in ext_hash()
297 return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1); in ext_hash()
314 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]); in register_external_irq()
327 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()
351 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()
364 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_ext_interrupts()
365 INIT_HLIST_HEAD(&ext_int_hash[idx]); in init_ext_interrupts()