Home
last modified time | relevance | path

Searched refs:SPINUNIT (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/microcode/
Dcore.c408 #define SPINUNIT 100 /* 100 nsec */ macro
438 if (timeout < SPINUNIT) { in __wait_for_cpus()
444 ndelay(SPINUNIT); in __wait_for_cpus()
445 timeout -= SPINUNIT; in __wait_for_cpus()
/arch/x86/kernel/cpu/mce/
Dcore.c65 #define SPINUNIT 100 /* 100ns */ macro
898 if ((s64)*t < SPINUNIT) { in mce_timed_out()
904 *t -= SPINUNIT; in mce_timed_out()
1021 ndelay(SPINUNIT); in mce_start()
1047 ndelay(SPINUNIT); in mce_start()
1093 ndelay(SPINUNIT); in mce_end()
1107 ndelay(SPINUNIT); in mce_end()