Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v4.19/lib/xz/
Dxz_dec_bcj.c57 size_t filtered; member
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
381 filtered = bcj_sparc(s, buf, size); in bcj_apply()
386 filtered = 0; in bcj_apply()
390 *pos += filtered; in bcj_apply()
[all …]
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c71 unsigned long long native, filtered; in main() local
89 filtered = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
90 printf("getpid RET_ALLOW: %llu ns\n", filtered); in main()
93 filtered - native); in main()
95 if (filtered == native) in main()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dps.c97 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local
102 filtered[i] = 0; in wl1271_ps_filter_frames()
104 filtered[i]++; in wl1271_ps_filter_frames()
118 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
120 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
/Linux-v4.19/tools/perf/scripts/python/
Dcompaction-times.py119 filtered = 0
122 filtered = head.is_filtered()
125 filtered = cls.fobj.filter(pid, comm)
126 head = cls.heads[pid] = chead(comm, pid, filtered)
128 if not filtered:
159 def __init__(self, comm, pid, filtered): argument
164 self.filtered = filtered
198 return self.filtered
/Linux-v4.19/tools/perf/util/
Dhist.c220 if (!n->filtered) in hists__output_recalc_col_len()
293 if (!he->filtered) in hists__decay_entry()
332 if (!he->filtered) in hists__delete_entry()
501 if (!he->filtered) in hist_entry__add_callchain_period()
616 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
730 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
816 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
870 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
925 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1244 if (!(he->filtered & (1 << type))) { in hist_entry__check_and_remove_filter()
[all …]
Devent.c1530 al->filtered = 0; in thread__find_map()
1556 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map()
1560 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map()
1608 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
1631 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
1640 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
Dsort.h114 u8 filtered; member
Dsymbol.h215 u8 filtered; member
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-fread.rst36 This system call returns filtered data, which might be section or Packetized
37 Elementary Stream (PES) data. The filtered data is transferred from
67 - The filtered data was not read from the buffer in due time,
Ddmx-add-pid.rst29 PID number to be filtered.
Ddmx-set-buffer-size.rst35 filtered data. The default size is two maximum sized sections, i.e. if
/Linux-v4.19/tools/perf/tests/
Dhists_common.c179 if (!he->filtered) { in print_hists_in()
206 if (!he->filtered) { in print_hists_out()
/Linux-v4.19/tools/perf/Documentation/
Dperf-diff.txt114 Determine how to display the overhead percentage of filtered entries.
117 "relative" means it's relative to filtered entries only so that the
190 relative to how entries are filtered. Use --percentage=absolute to
Dperf-top.txt198 Determine how to display the overhead percentage of filtered entries.
202 "relative" means it's relative to filtered entries only so that the
/Linux-v4.19/net/ipv6/
Draw.c187 int filtered; in ipv6_raw_deliver() local
192 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver()
207 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver()
212 filtered = 0; in ipv6_raw_deliver()
216 if (filtered < 0) in ipv6_raw_deliver()
218 if (filtered == 0) { in ipv6_raw_deliver()
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Daxentia,tse850-pcm5142.txt40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
/Linux-v4.19/drivers/input/serio/
Di8042.c510 bool filtered; in i8042_interrupt() local
584 filtered = i8042_filter(data, str, serio); in i8042_interrupt()
588 if (likely(serio && !filtered)) in i8042_interrupt()
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt36 This set is filtered by ndo_fix_features callback whenever it or
46 is calculated and filtered by calling ndo_fix_features callback
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c298 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
335 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
1897 he->filtered = HIST_FILTER__C2C; \ in he__display()
1899 he->filtered = HIST_FILTER__C2C; \ in he__display()
1917 return he->filtered == 0; in he__display()
1984 he->filtered = HIST_FILTER__C2C; in filter_cb()
2224 if (he->filtered) in print_pareto()
2291 if (!he->filtered) in c2c_browser__update_nr_entries()
Dbuiltin-mem.c164 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
/Linux-v4.19/net/mac80211/
Dethtool.c91 data[i++] += sta->status_stats.filtered; \ in ieee80211_get_stats()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c362 if (h->filtered) in perf_gtk__show_hists()
424 if (he->filtered) in perf_gtk__add_hierarchy_entries()
/Linux-v4.19/Documentation/media/kapi/
Ddtv-demux.rst49 This kernel-space API comprises the callback functions that deliver filtered
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-iio-counter-104-quad-879 Encoder A and B inputs are digitally filtered and
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c277 if (!child->filtered && percent >= hb->min_pcnt) { in hierarchy_count_rows()
514 if (!child->filtered && percent >= hb->min_pcnt) in hierarchy_set_folding()
546 if (he->filtered || percent < browser->min_pcnt) in hist_entry__set_folding()
1762 if (h->filtered) { in hist_browser__refresh()
1800 if (!h->filtered && percent >= min_pcnt) in hists__filter_entries()
1823 if (!h->filtered && percent >= min_pcnt) in hists__filter_prev_entries()

123