Searched refs:CSD_TYPE_SYNC (Results 1 – 2 of 2) sorted by relevance
240 if (csd_type == CSD_TYPE_ASYNC || csd_type == CSD_TYPE_SYNC) in csd_lock_wait_getcpu()477 if (type == CSD_TYPE_SYNC || type == CSD_TYPE_ASYNC) { in __smp_call_single_queue()593 case CSD_TYPE_SYNC: in flush_smp_call_function_queue()617 if (CSD_TYPE(csd) == CSD_TYPE_SYNC) { in flush_smp_call_function_queue()714 .node = { .u_flags = CSD_FLAG_LOCK | CSD_TYPE_SYNC, }, in smp_call_function_single()922 csd->node.u_flags |= CSD_TYPE_SYNC; in smp_call_function_many_cond()
18 CSD_TYPE_SYNC = 0x10, enumerator
Completed in 7 milliseconds