Searched defs:FILTER (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/
H A Dcoredump.c1072 #define FILTER(type) (mm_flags & (1UL << MMF_DUMP_##type)) macro
1140 #undef FILTER macro
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_filter.c2673 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro
2678 #undef FILTER macro
2679 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro
2684 #undef FILTER macro
2685 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro
2691 #undef FILTER macro
2692 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro
2697 #undef FILTER macro
2698 #define FILTER "( macro
2703 #undef FILTER macro
2704 #define FILTER macro
2709 #undef FILTER macro
2710 #define FILTER macro
2715 #undef FILTER macro
2716 #define FILTER macro
2724 #undef FILTER macro
[all...]

Completed in 107 milliseconds