Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlogfile.c650 bool should_wait = true; in ntfs_empty_logfile() local
748 if (should_wait) { in ntfs_empty_logfile()
749 should_wait = false; in ntfs_empty_logfile()
/linux/kernel/sched/
H A Dext.c7850 bool should_wait = false; in kick_one_cpu() local
7874 should_wait = true; in kick_one_cpu()
7887 return should_wait; in kick_one_cpu()
7909 bool should_wait = false; in kick_cpus_irq_workfn() local
7920 should_wait |= kick_one_cpu(cpu, this_rq, ksyncs); in kick_cpus_irq_workfn()
7934 if (should_wait) { in kick_cpus_irq_workfn()