Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsmp.c206 if (csd_type == CSD_TYPE_ASYNC || csd_type == CSD_TYPE_SYNC) in csd_lock_wait_getcpu()
505 case CSD_TYPE_SYNC: in __flush_smp_call_function_queue()
529 if (CSD_TYPE(csd) == CSD_TYPE_SYNC) { in __flush_smp_call_function_queue()
635 .node = { .u_flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, }, in smp_call_function_single()
844 csd->node.u_flags |= CSD_TYPE_SYNC; in smp_call_function_many_cond()
/linux/include/linux/
H A Dsmp_types.h18 CSD_TYPE_SYNC = 0x10, enumerator