Home
last modified time | relevance | path

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

/include/linux/
Dcontext_tracking.h17 extern void __context_tracking_enter(enum ctx_state state);
18 extern void __context_tracking_exit(enum ctx_state state);
20 extern void context_tracking_enter(enum ctx_state state);
21 extern void context_tracking_exit(enum ctx_state state);
50 static inline enum ctx_state exception_enter(void) in exception_enter()
52 enum ctx_state prev_ctx; in exception_enter()
64 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit()
80 static __always_inline enum ctx_state ct_state(void) in ct_state()
90 static inline enum ctx_state exception_enter(void) { return 0; } in exception_enter()
91 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit()
[all …]
Dcontext_tracking_state.h17 enum ctx_state { enum