Searched refs:SYNC (Results 1 – 5 of 5) sorted by relevance
62 typedef enum { SYNC, ASYNC, NOSYNC } mp_sync_t; enumerator
781 if (mode == SYNC) { in i386_signal_cpu()1370 if (mode == SYNC && action_func != NULL) { in mp_cpus_call1()1417 if (mode == SYNC) { in mp_cpus_call1()1428 if (mode != SYNC && call_self) { in mp_cpus_call1()2119 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd); in ml_interrupt_prewarm()
428 mp_cpus_call(cpu_to_cpumask(cpu), SYNC, fn, arg); in timer_call_cpu()
77 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator
1167 case SYNC: in inflate()1316 if (state->mode != SYNC) { in inflateSync()1317 state->mode = SYNC; in inflateSync()