| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | object-list.c | 201 #define FILTER(criterion, _yes, _no) \ in fscache_objlist_show() macro 216 FILTER(cookie->def, in fscache_objlist_show() 218 FILTER(fscache_object_is_active(obj) || in fscache_objlist_show() 224 FILTER(test_bit(FSCACHE_OBJECT_PENDING_WRITE, &obj->flags), in fscache_objlist_show() 226 FILTER(atomic_read(&obj->n_reads), in fscache_objlist_show() 228 FILTER(obj->events & obj->event_mask, in fscache_objlist_show() 230 FILTER(work_busy(&obj->work), WORK, NOWORK); in fscache_objlist_show()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_set_ftrace_file.tc | 20 FILTER=set_ftrace_filter 35 cat=`cat $FILTER` 36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'` 37 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | coredump.c | 981 #define FILTER(type) (mm_flags & (1UL << MMF_DUMP_##type)) in vma_dump_size() macro 992 if ((vma->vm_flags & VM_SHARED) && FILTER(DAX_SHARED)) in vma_dump_size() 994 if (!(vma->vm_flags & VM_SHARED) && FILTER(DAX_PRIVATE)) in vma_dump_size() 1001 if ((vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_SHARED)) in vma_dump_size() 1003 if (!(vma->vm_flags & VM_SHARED) && FILTER(HUGETLB_PRIVATE)) in vma_dump_size() 1015 FILTER(ANON_SHARED) : FILTER(MAPPED_SHARED)) in vma_dump_size() 1021 if ((!IS_ENABLED(CONFIG_MMU) || vma->anon_vma) && FILTER(ANON_PRIVATE)) in vma_dump_size() 1026 if (FILTER(MAPPED_PRIVATE)) in vma_dump_size() 1033 if (FILTER(ELF_HEADERS) && in vma_dump_size() 1049 #undef FILTER in vma_dump_size()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_filter.c | 2199 .filter = FILTER, \ 2214 #define FILTER "a == 1 && b == 1 && c == 1 && d == 1 && " \ macro 2219 #undef FILTER 2220 #define FILTER "a == 1 || b == 1 || c == 1 || d == 1 || " \ macro 2225 #undef FILTER 2226 #define FILTER "(a == 1 || b == 1) && (c == 1 || d == 1) && " \ macro 2232 #undef FILTER 2233 #define FILTER "(a == 1 && b == 1) || (c == 1 && d == 1) || " \ macro 2238 #undef FILTER 2239 #define FILTER "(a == 1 && b == 1) && (c == 1 && d == 1) && " \ macro [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | boottime-trace.rst | 49 kernel.fgraph_filters = FILTER[, FILTER2...] 52 kernel.fgraph_notraces = FILTER[, FILTER2...] 102 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER 103 Set FILTER rule to the GROUP:EVENT.
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-probe.txt | 98 --funcs[=FILTER]:: 101 This also can accept a FILTER rule argument. 108 --filter=FILTER:: 109 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob 110 pattern, see FILTER PATTERN for detail. 111 Default FILTER is "!__k???tab_* & !__crc_*" for --vars, and "!_*" 236 FILTER PATTERN
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | seccomp.c | 19 P_SECCOMP_SET_MODE_OP(FILTER); in syscall_arg__scnprintf_seccomp_op()
|
| /OK3568_Linux_fs/buildroot/package/pppd/ |
| H A D | pppd.mk | 36 PPPD_MAKE_OPTS += FILTER=y
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-features.rst | 132 .. _LIRC-CAN-SET-REC-FILTER:
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/m4/ |
| H A D | sox.m4 | 257 dnl SOX_REPORT_SECTION(NAME, TITLE, [FILTER])
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gimple.def | 172 the FILTER argument. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple.def | 172 the FILTER argument. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 7238 'disable frame-filter FILTER-DICTIONARY FILTER-NAME' 7239 Disable a frame filter in the dictionary matching FILTER-DICTIONARY 7240 and FILTER-NAME. The FILTER-DICTIONARY may be 'all', 'global', 7243 across all dictionaries are disabled. The FILTER-NAME is the name 7245 FILTER-DICTIONARY. A disabled frame-filter is not deleted, it may 7248 'enable frame-filter FILTER-DICTIONARY FILTER-NAME' 7249 Enable a frame filter in the dictionary matching FILTER-DICTIONARY 7250 and FILTER-NAME. The FILTER-DICTIONARY may be 'all', 'global', 7253 across all dictionaries are enabled. The FILTER-NAME is the name 7255 FILTER-DICTIONARY. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 7238 'disable frame-filter FILTER-DICTIONARY FILTER-NAME' 7239 Disable a frame filter in the dictionary matching FILTER-DICTIONARY 7240 and FILTER-NAME. The FILTER-DICTIONARY may be 'all', 'global', 7243 across all dictionaries are disabled. The FILTER-NAME is the name 7245 FILTER-DICTIONARY. A disabled frame-filter is not deleted, it may 7248 'enable frame-filter FILTER-DICTIONARY FILTER-NAME' 7249 Enable a frame filter in the dictionary matching FILTER-DICTIONARY 7250 and FILTER-NAME. The FILTER-DICTIONARY may be 'all', 'global', 7253 across all dictionaries are enabled. The FILTER-NAME is the name 7255 FILTER-DICTIONARY. [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | pre-generated-old-configure.patch | 8897 + (''' FILTER ''', r''' $FILTER ''')
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-11 | 5416 char *HELP-FILTER (int KEY, const char *TEXT, void *INPUT)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-11 | 5416 char *HELP-FILTER (int KEY, const char *TEXT, void *INPUT)
|