summaryrefslogtreecommitdiff
path: root/include/linux/fs_parser.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-03-09 11:42:06 +0300
committerThomas Gleixner <tglx@linutronix.de>2021-03-17 18:33:52 +0300
commitca5f625118955fc544c3cb3dee7055d33ecadafb (patch)
tree49314867119ecf8952eb9a06d0a0ee220b708ff9 /include/linux/fs_parser.h
parent6951547a1399c8f56468ed93bea8f769b891aec3 (diff)
downloadlinux-ca5f625118955fc544c3cb3dee7055d33ecadafb.tar.xz
tasklets: Provide tasklet_disable_in_atomic()
Replacing the spin wait loops in tasklet_unlock_wait() with wait_var_event() is not possible as a handful of tasklet_disable() invocations are happening in atomic context. All other invocations are in teardown paths which can sleep. Provide tasklet_disable_in_atomic() and tasklet_unlock_spin_wait() to convert the few atomic use cases over, which allows to change tasklet_disable() and tasklet_unlock_wait() in a later step. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20210309084241.563164193@linutronix.de
Diffstat (limited to 'include/linux/fs_parser.h')
0 files changed, 0 insertions, 0 deletions