Home
last modified time | relevance | path

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

/include/linux/
Dthread_info.h24 #define current_thread_info() ((struct thread_info *)current) macro
131 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, &current_thread_info()->syscall_work)
152 test_bit(SYSCALL_WORK_BIT_##fl, &current_thread_info()->syscall_work)
[all …]
Dentry-common.h165 unsigned long work = READ_ONCE(current_thread_info()->syscall_work); in syscall_enter_from_user_mode_work()
/include/linux/sched/
Didle.h31 (unsigned long *)(&current_thread_info()->flags)); in __current_set_polling()
37 (unsigned long *)(&current_thread_info()->flags)); in __current_clr_polling()
45 (unsigned long *)(&current_thread_info()->flags)); in __current_set_polling()
51 (unsigned long *)(&current_thread_info()->flags)); in __current_clr_polling()
/include/asm-generic/
Dpreempt.h11 return READ_ONCE(current_thread_info()->preempt_count); in preempt_count()
16 return &current_thread_info()->preempt_count; in preempt_count_ptr()
Dcurrent.h8 #define get_current() (current_thread_info()->task)