Searched refs:war_list (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/ia64/sn/kernel/
H A Dio_common.c128 struct sn_flush_device_war *war_list; sn_device_fixup_war() local
135 war_list = kzalloc(DEV_PER_WIDGET * sizeof(*war_list), GFP_KERNEL); sn_device_fixup_war()
136 BUG_ON(!war_list); sn_device_fixup_war()
139 nasid, widget, __pa(war_list), 0, 0, 0 ,0); sn_device_fixup_war()
144 dev_entry = war_list + device; sn_device_fixup_war()
146 kfree(war_list); sn_device_fixup_war()

Completed in 52 milliseconds