Searched refs:TCB_FILTERED (Results 1 – 3 of 3) sorted by relevance
676 tcp->flags |= TCB_FILTERED; in syscall_entering_trace()680 tcp->flags &= ~TCB_FILTERED; in syscall_entering_trace()
267 #define TCB_FILTERED 0x20 /* This system call has been filtered out */ macro298 #define filtered(tcp) ((tcp)->flags & TCB_FILTERED)
51586 * defs.h (TCB_FILTERED, filtered): New defines.51593 print/noprint decision and set the TCB_FILTERED bit appropriately.51595 TCB_FILTERED bit to determine print/noprint status.