Searched refs:watching_p (Results 1 – 2 of 2) sorted by relevance
234 char watching_p; /* Trigger a VIOL_WATCH on access? */ member915 if (UNLIKELY (obj->watching_p)) in __mfu_check()1700 obj->watching_p ? " watching" : "", in __mf_describe_object()2170 if (obj->watching_p != flag) in __mf_watch_or_not()2172 obj->watching_p = flag; in __mf_watch_or_not()
1228 * mf-runtime.c (__mf_object_t): Add watching_p field.1232 (__mf_check, __mf_describe_object): Handle objects with watching_p.