Searched refs:ext_int_hash (Results 1 – 1 of 1) sorted by relevance
289 static struct hlist_head ext_int_hash[32] ____cacheline_aligned; variable303 BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash))); in ext_hash()305 return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1); in ext_hash()322 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]); in register_external_irq()335 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in unregister_external_irq()359 hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) { in do_ext_interrupt()372 for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++) in init_ext_interrupts()373 INIT_HLIST_HEAD(&ext_int_hash[idx]); in init_ext_interrupts()