Files
kernel_xiaomi_cepheus/include/linux/completion.h
Thomas Gleixner 63f45bd4ef completion: Use simple wait queues
Completions have no long lasting callbacks and therefor do not need
the complex waitqueue variant. Use simple waitqueues which reduces the
contention on the waitqueue lock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2022-05-09 07:32:00 +00:00

4.8 KiB