Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/kernel/
Dirq.c274 static struct hlist_head ext_int_hash[32] ____cacheline_aligned; variable
288 BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash))); in ext_hash()
290 return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1); in ext_hash()
307 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]); in register_external_irq()
320 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()
344 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()
357 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_ext_interrupts()
358 INIT_HLIST_HEAD(&ext_int_hash[idx]); in init_ext_interrupts()