Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/ !
Dcompletion.c16 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags() function
30 return complete_with_flags(x, WF_CURRENT_CPU); in complete_on_current_cpu()
47 complete_with_flags(x, 0); in complete()