Searched refs:TCB_FILTERED (Results 1 – 2 of 2) sorted by relevance
341 #define TCB_FILTERED 0x20 /* This system call has been filtered out */ macro361 #define filtered(tcp) ((tcp)->flags & TCB_FILTERED)
848 tcp->flags |= TCB_INSYSCALL | TCB_FILTERED; in trace_syscall_entering()853 tcp->flags &= ~TCB_FILTERED; in trace_syscall_entering()