| /Linux-v5.4/lib/xz/ |
| D | xz_dec_bcj.c | 57 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-v5.4/tools/testing/selftests/seccomp/ |
| D | seccomp_benchmark.c | 71 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-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | ps.c | 83 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local 88 filtered[i] = 0; in wl1271_ps_filter_frames() 90 filtered[i]++; in wl1271_ps_filter_frames() 104 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames() 106 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | compaction-times.py | 119 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-v5.4/tools/perf/util/ |
| D | hist.c | 234 if (!n->filtered) in hists__output_recalc_col_len() 315 if (!he->filtered) in hists__decay_entry() 354 if (!he->filtered) in hists__delete_entry() 560 if (!he->filtered) in hist_entry__add_callchain_period() 707 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 837 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 923 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 977 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1032 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1357 if (!(he->filtered & (1 << type))) { in hist_entry__check_and_remove_filter() [all …]
|
| D | event.c | 468 al->filtered = 0; in thread__find_map() 494 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 498 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 573 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 596 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 605 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
| D | sort.h | 112 u8 filtered; member
|
| D | symbol.h | 127 u8 filtered; member
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | dmx-fread.rst | 43 This system call returns filtered data, which might be section or Packetized 44 Elementary Stream (PES) data. The filtered data is transferred from 74 - The filtered data was not read from the buffer in due time,
|
| D | dmx-add-pid.rst | 36 PID number to be filtered.
|
| D | dmx-set-buffer-size.rst | 42 filtered data. The default size is two maximum sized sections, i.e. if
|
| /Linux-v5.4/tools/perf/tests/ |
| D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 208 if (!he->filtered) { in print_hists_out()
|
| /Linux-v5.4/net/ipv6/ |
| D | raw.c | 182 int filtered; in ipv6_raw_deliver() local 187 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver() 202 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver() 207 filtered = 0; in ipv6_raw_deliver() 211 if (filtered < 0) in ipv6_raw_deliver() 213 if (filtered == 0) { in ipv6_raw_deliver()
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-diff.txt | 115 Determine how to display the overhead percentage of filtered entries. 118 "relative" means it's relative to filtered entries only so that the 249 relative to how entries are filtered. Use --percentage=absolute to
|
| D | perf-top.txt | 201 Determine how to display the overhead percentage of filtered entries. 205 "relative" means it's relative to filtered entries only so that the
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | axentia,tse850-pcm5142.txt | 40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
|
| /Linux-v5.4/tools/kvm/kvm_stat/ |
| D | kvm_stat.txt | 38 all child events, not just the filtered ones
|
| /Linux-v5.4/drivers/input/serio/ |
| D | i8042.c | 520 bool filtered; in i8042_interrupt() local 591 filtered = i8042_filter(data, str, serio); in i8042_interrupt() 595 if (likely(serio && !filtered)) in i8042_interrupt()
|
| /Linux-v5.4/Documentation/networking/ |
| D | netdev-features.txt | 36 This set is filtered by ndo_fix_features callback whenever it or 46 is calculated and filtered by calling ndo_fix_features callback
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-c2c.c | 307 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 344 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 1906 he->filtered = HIST_FILTER__C2C; \ in he__display() 1908 he->filtered = HIST_FILTER__C2C; \ in he__display() 1926 return he->filtered == 0; in he__display() 1993 he->filtered = HIST_FILTER__C2C; in filter_cb() 2237 if (he->filtered) in print_pareto() 2304 if (!he->filtered) in c2c_browser__update_nr_entries()
|
| D | builtin-mem.c | 168 if (al.filtered || (mem->hide_unresolved && al.sym == NULL)) in dump_raw_samples()
|
| /Linux-v5.4/net/mac80211/ |
| D | ethtool.c | 90 data[i++] += sta->status_stats.filtered; \ in ieee80211_get_stats()
|
| /Linux-v5.4/tools/perf/ui/gtk/ |
| D | hists.c | 364 if (h->filtered) in perf_gtk__show_hists() 426 if (he->filtered) in perf_gtk__add_hierarchy_entries()
|
| /Linux-v5.4/drivers/perf/ |
| D | Kconfig | 62 through the SMMU and allow the resulting information to be filtered
|
| /Linux-v5.4/Documentation/media/kapi/ |
| D | dtv-demux.rst | 51 This kernel-space API comprises the callback functions that deliver filtered
|