Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/microcode/
Dcore.c509 #define SPINUNIT 100 /* 100 nsec */ macro
539 if (timeout < SPINUNIT) { in __wait_for_cpus()
545 ndelay(SPINUNIT); in __wait_for_cpus()
546 timeout -= SPINUNIT; in __wait_for_cpus()
/arch/x86/kernel/cpu/mcheck/
Dmce.c66 #define SPINUNIT 100 /* 100ns */ macro
842 if ((s64)*t < SPINUNIT) { in mce_timed_out()
848 *t -= SPINUNIT; in mce_timed_out()
965 ndelay(SPINUNIT); in mce_start()
991 ndelay(SPINUNIT); in mce_start()
1034 ndelay(SPINUNIT); in mce_end()
1048 ndelay(SPINUNIT); in mce_end()