Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dsmp.c22 CSD_FLAG_SYNCHRONOUS = 0x02, enumerator
245 if (csd->flags & CSD_FLAG_SYNCHRONOUS) { in flush_smp_call_function_queue()
275 struct call_single_data csd_stack = { .flags = CSD_FLAG_LOCK | CSD_FLAG_SYNCHRONOUS }; in smp_call_function_single()
453 csd->flags |= CSD_FLAG_SYNCHRONOUS; in smp_call_function_many()