Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/entry/
Dcommon.c240 u32 cached_flags = READ_ONCE(current_thread_info()->flags); in syscall_exit_to_user_mode_prepare() local
257 if (unlikely(cached_flags & SYSCALL_EXIT_WORK)) in syscall_exit_to_user_mode_prepare()
258 syscall_exit_work(regs, cached_flags); in syscall_exit_to_user_mode_prepare()