Searched refs:ext_int_hash (Results 1 – 1 of 1) sorted by relevance
210 static struct hlist_head ext_int_hash[32] ____cacheline_aligned; variable224 BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash))); in ext_hash()226 return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1); in ext_hash()243 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]); in register_external_irq()256 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()280 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()293 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_ext_interrupts()294 INIT_HLIST_HEAD(&ext_int_hash[idx]); in init_ext_interrupts()