Searched refs:ti_flags (Results 1 – 2 of 2) sorted by relevance
186 unsigned long ti_flags; in interrupt_exit_user_prepare_main() local189 ti_flags = read_thread_flags(); in interrupt_exit_user_prepare_main()190 while (unlikely(ti_flags & (_TIF_USER_WORK_MASK & ~_TIF_RESTORE_TM))) { in interrupt_exit_user_prepare_main()192 if (ti_flags & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) { in interrupt_exit_user_prepare_main()200 if (ti_flags & _TIF_SIGPENDING) in interrupt_exit_user_prepare_main()202 do_notify_resume(regs, ti_flags); in interrupt_exit_user_prepare_main()205 ti_flags = read_thread_flags(); in interrupt_exit_user_prepare_main()210 unlikely((ti_flags & _TIF_RESTORE_TM))) { in interrupt_exit_user_prepare_main()269 unsigned long ti_flags; in syscall_exit_prepare() local282 ti_flags = read_thread_flags(); in syscall_exit_prepare()[all …]
165 unsigned short ti_flags; member192 ti->ti_flags |= flag; in nilfs_set_transaction_flag()201 return !!(ti->ti_flags & flag); in nilfs_test_transaction_flag()