Searched refs:ext_int_hash (Results 1 – 1 of 1) sorted by relevance
284 static struct hlist_head ext_int_hash[32] ____cacheline_aligned; variable298 BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash))); in ext_hash()300 return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1); in ext_hash()317 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]); in register_external_irq()330 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()354 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()367 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_ext_interrupts()368 INIT_HLIST_HEAD(&ext_int_hash[idx]); in init_ext_interrupts()
Completed in 6 milliseconds