Searched refs:filter (Results 1 – 6 of 6) sorted by relevance
/lib/xz/ |
D | Kconfig | 13 bool "x86 BCJ filter decoder" if EXPERT 18 bool "PowerPC BCJ filter decoder" if EXPERT 23 bool "IA-64 BCJ filter decoder" if EXPERT 28 bool "ARM BCJ filter decoder" if EXPERT 33 bool "ARM-Thumb BCJ filter decoder" if EXPERT 38 bool "SPARC BCJ filter decoder" if EXPERT
|
/lib/ |
D | show_mem.c | 11 void show_mem(unsigned int filter, nodemask_t *nodemask) in show_mem() argument 17 show_free_areas(filter, nodemask); in show_mem()
|
D | xarray.c | 1812 unsigned long max, xa_mark_t filter) in xa_find() argument 1819 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find() 1820 entry = xas_find_marked(&xas, max, filter); in xa_find() 1861 unsigned long max, xa_mark_t filter) in xa_find_after() argument 1871 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_find_after() 1872 entry = xas_find_marked(&xas, max, filter); in xa_find_after() 1958 unsigned long max, unsigned int n, xa_mark_t filter) in xa_extract() argument 1965 if ((__force unsigned int)filter < XA_MAX_MARKS) in xa_extract() 1966 return xas_extract_marked(&xas, dst, max, n, filter); in xa_extract()
|
D | kobject_uevent.c | 502 if (uevent_ops && uevent_ops->filter) in kobject_uevent_env() 503 if (!uevent_ops->filter(kset, kobj)) { in kobject_uevent_env()
|
D | Kconfig.debug | 864 # Enables a timestamp based low pass filter to compensate for perf based 1613 bool "stacktrace filter for fault-injection capabilities" 1619 Provide stacktrace filter for fault-injection capabilities 1900 tristate "Test BPF filter functionality"
|
D | test_bpf.c | 6588 fprog.filter = fptr; in generate_filter()
|