Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcompletion.c21 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags() function
35 return complete_with_flags(x, WF_CURRENT_CPU); in complete_on_current_cpu()
52 complete_with_flags(x, 0); in complete()