Searched refs:__ct_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dcontext_tracking.h59 prev_ctx = __ct_state();
99 static inline int __ct_state(void) { return -1; } function
H A Dcontext_tracking_state.h52 static __always_inline int __ct_state(void) function
136 ret = __ct_state();
H A Dentry-common.h111 CT_WARN_ON(__ct_state() != CONTEXT_USER);
/linux-master/kernel/
H A Dcontext_tracking.c479 if (__ct_state() != state) {
617 if (__ct_state() == state) {

Completed in 159 milliseconds