Home
last modified time | relevance | path

Searched defs:FILTER (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/kernel/trace/
Dtrace_events_filter.c2011 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro
2017 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro
2023 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro
2030 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro
2036 #define FILTER "(a == 1 && b == 1) && (c == 1 && d == 1) && " \ macro
2042 #define FILTER "((a == 1 || b == 1) || (c == 1 || d == 1) || " \ macro
2048 #define FILTER "((((((((a == 1) && (b == 1)) || (c == 1)) && (d == 1)) || " \ macro
2054 #define FILTER "((((((((a == 1) || (b == 1)) && (c == 1)) || (d == 1)) && " \ macro
/linux-3.3/include/linux/
Dfilter.h163 #define SK_RUN_FILTER(FILTER, SKB) (*FILTER->bpf_func)(SKB, FILTER->insns) argument
171 #define SK_RUN_FILTER(FILTER, SKB) sk_run_filter(SKB, FILTER->insns) argument
/linux-3.3/fs/fscache/
Dobject-list.c206 #define FILTER(criterion, _yes, _no) \ in fscache_objlist_show() macro
/linux-3.3/include/net/irda/
Dirlan_common.h82 #define FILTER 2 macro
/linux-3.3/fs/
Dbinfmt_elf.c1103 #define FILTER(type) (mm_flags & (1UL << MMF_DUMP_##type)) in vma_dump_size() macro