Searched refs:current_thread_info (Results 1 – 5 of 5) sorted by relevance
24 #define current_thread_info() ((struct thread_info *)current) macro131 set_ti_thread_flag(current_thread_info(), flag)133 clear_ti_thread_flag(current_thread_info(), flag)135 update_ti_thread_flag(current_thread_info(), flag, value)137 test_and_set_ti_thread_flag(current_thread_info(), flag)139 test_and_clear_ti_thread_flag(current_thread_info(), flag)141 test_ti_thread_flag(current_thread_info(), flag)143 read_ti_thread_flags(current_thread_info())150 set_bit(SYSCALL_WORK_BIT_##fl, ¤t_thread_info()->syscall_work)152 test_bit(SYSCALL_WORK_BIT_##fl, ¤t_thread_info()->syscall_work)[all …]
165 unsigned long work = READ_ONCE(current_thread_info()->syscall_work); in syscall_enter_from_user_mode_work()
31 (unsigned long *)(¤t_thread_info()->flags)); in __current_set_polling()37 (unsigned long *)(¤t_thread_info()->flags)); in __current_clr_polling()45 (unsigned long *)(¤t_thread_info()->flags)); in __current_set_polling()51 (unsigned long *)(¤t_thread_info()->flags)); in __current_clr_polling()
11 return READ_ONCE(current_thread_info()->preempt_count); in preempt_count()16 return ¤t_thread_info()->preempt_count; in preempt_count_ptr()
8 #define get_current() (current_thread_info()->task)