ext_int_hash      218 arch/s390/kernel/irq.c static struct hlist_head ext_int_hash[32] ____cacheline_aligned;
ext_int_hash      232 arch/s390/kernel/irq.c 	BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash)));
ext_int_hash      234 arch/s390/kernel/irq.c 	return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1);
ext_int_hash      251 arch/s390/kernel/irq.c 	hlist_add_head_rcu(&p->entry, &ext_int_hash[index]);
ext_int_hash      264 arch/s390/kernel/irq.c 	hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) {
ext_int_hash      288 arch/s390/kernel/irq.c 	hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) {
ext_int_hash      306 arch/s390/kernel/irq.c 	for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++)
ext_int_hash      307 arch/s390/kernel/irq.c 		INIT_HLIST_HEAD(&ext_int_hash[idx]);