Home
last modified time | relevance | path

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

/include/linux/
A Dthread_info.h24 #define current_thread_info() ((struct thread_info *)current)
95 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag()
100 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag()
105 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag()
114 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag()
119 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag()
124 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag()
133 static __always_inline unsigned long read_ti_thread_flags(struct thread_info *ti) in read_ti_thread_flags()
A Dsched.h824 struct thread_info thread_info; member
1922 struct thread_info thread_info; member
1928 extern struct thread_info init_thread_info;
1934 # define task_thread_info(task) (&(task)->thread_info)
1936 # define task_thread_info(task) ((struct thread_info *)(task)->stack)

Completed in 12 milliseconds