Lines Matching refs:__always_inline

16 static __always_inline int preempt_count(void)  in preempt_count()
21 static __always_inline void preempt_count_set(int pc) in preempt_count_set()
33 static __always_inline void set_preempt_need_resched(void) in set_preempt_need_resched()
38 static __always_inline void clear_preempt_need_resched(void) in clear_preempt_need_resched()
43 static __always_inline bool test_preempt_need_resched(void) in test_preempt_need_resched()
48 static __always_inline void __preempt_count_add(int val) in __preempt_count_add()
63 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub()
68 static __always_inline bool __preempt_count_dec_and_test(void) in __preempt_count_dec_and_test()
73 static __always_inline bool should_resched(int preempt_offset) in should_resched()
83 static __always_inline int preempt_count(void) in preempt_count()
88 static __always_inline void preempt_count_set(int pc) in preempt_count_set()
93 static __always_inline void set_preempt_need_resched(void) in set_preempt_need_resched()
97 static __always_inline void clear_preempt_need_resched(void) in clear_preempt_need_resched()
101 static __always_inline bool test_preempt_need_resched(void) in test_preempt_need_resched()
106 static __always_inline void __preempt_count_add(int val) in __preempt_count_add()
111 static __always_inline void __preempt_count_sub(int val) in __preempt_count_sub()
116 static __always_inline bool __preempt_count_dec_and_test(void) in __preempt_count_dec_and_test()
121 static __always_inline bool should_resched(int preempt_offset) in should_resched()