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

/linux-master/arch/s390/kvm/
H A Dinterrupt.c1785 struct kvm_s390_interrupt_info *inti, *tmp_inti; local
1806 tmp_inti = kzalloc(sizeof(*inti), GFP_KERNEL_ACCOUNT);
1807 if (tmp_inti) {
1808 tmp_inti->type = KVM_S390_INT_IO(1, 0, 0, 0);
1809 tmp_inti->io.io_int_word = isc_to_int_word(isc);
1812 inti = tmp_inti;

Completed in 113 milliseconds