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

/linux-master/arch/x86/kernel/apic/
H A Dvector.c34 unsigned int move_in_progress : 1, member in struct:apic_chip_data
172 apicd->move_in_progress = true;
251 * Careful here. @apicd might either have move_in_progress set or
256 if (apicd->move_in_progress || !hlist_unhashed(&apicd->clist))
371 apicd->move_in_progress = 0;
650 seq_printf(m, "%*smove_in_progress: %u\n", ind, "", apicd.move_in_progress ? 1 : 0);
956 apicd->move_in_progress = 0;
1014 apicd->move_in_progress = 0;
1049 if (apicd->move_in_progress)
1058 if (likely(!apicd->move_in_progress))
[all...]

Completed in 183 milliseconds