/Linux-v6.1/lib/kunit/ |
D | executor.c | 61 struct kunit_case *filtered, *test_case; in kunit_filter_tests() local 76 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_tests() 77 if (!filtered) { in kunit_filter_tests() 85 filtered[n++] = *test_case; in kunit_filter_tests() 88 copy->test_cases = filtered; in kunit_filter_tests() 116 struct suite_set filtered; in kunit_filter_suites() local 121 copy = kmalloc_array(max, sizeof(*filtered.start), GFP_KERNEL); in kunit_filter_suites() 122 filtered.start = copy; in kunit_filter_suites() 124 filtered.end = copy; in kunit_filter_suites() 125 return filtered; in kunit_filter_suites() [all …]
|
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/tools/perf/util/ |
D | hist.c | 262 if (!n->filtered) in hists__output_recalc_col_len() 339 if (!he->filtered) in hists__decay_entry() 378 if (!he->filtered) in hists__delete_entry() 584 if (!he->filtered) in hist_entry__add_callchain_period() 732 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 870 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 957 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 1011 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1066 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1415 if (!(he->filtered & (1 << type))) { in hist_entry__check_and_remove_filter() [all …]
|
D | event.c | 582 al->filtered = 0; in thread__find_map() 608 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 612 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 703 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 726 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 731 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 761 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
D | dlfilter.c | 65 d_al->filtered = 0; in al_to_d_al() 105 d_al->filtered = al->filtered; in dlfilter__resolve_ip()
|
D | sort.h | 119 u8 filtered; member
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | dmx-fread.rst | 35 This system call returns filtered data, which might be section or Packetized 36 Elementary Stream (PES) data. The filtered data is transferred from 65 - The filtered data was not read from the buffer in due time,
|
D | dmx-add-pid.rst | 29 PID number to be filtered.
|
D | dmx-set-buffer-size.rst | 35 filtered data. The default size is two maximum sized sections, i.e. if
|
/Linux-v6.1/tools/perf/tests/ |
D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 208 if (!he->filtered) { in print_hists_out()
|
/Linux-v6.1/net/ipv6/ |
D | raw.c | 159 int filtered; in ipv6_raw_deliver() local 167 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver() 182 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver() 187 filtered = 0; in ipv6_raw_deliver() 191 if (filtered < 0) in ipv6_raw_deliver() 193 if (filtered == 0) { in ipv6_raw_deliver()
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_progs.h | 73 bool filtered; member 160 bool filtered; member
|
D | test_progs.c | 293 subtest_filtered = subtest_state->filtered; in dump_test_log() 428 subtest_state->filtered = true; in test__start_subtest() 1151 subtest_state->filtered = msg.subtest_done.filtered; in dispatch_thread_send_subtests() 1447 msg.subtest_done.filtered = subtest_state->filtered; in worker_main_send_subtests()
|
/Linux-v6.1/tools/perf/include/perf/ |
D | perf_dlfilter.h | 92 __u8 filtered; /* True if this sample event will be filtered out */ member
|
/Linux-v6.1/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-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c.txt | 59 Width of spikes which can be filtered by digital filter 65 be filtered out. Only lower frequency will pass (this is applicable to
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-diff.txt | 120 Determine how to display the overhead percentage of filtered entries. 123 "relative" means it's relative to filtered entries only so that the 258 relative to how entries are filtered. Use --percentage=absolute to
|
D | perf-dlfilter.txt | 198 __u8 filtered; /* true if this sample event will be filtered out */
|
/Linux-v6.1/tools/perf/ |
D | builtin-c2c.c | 330 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 367 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 2111 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in he__display() 2115 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display() 2119 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display() 2123 he->filtered = filter_display(c2c_he->stats.tot_peer, in he__display() 2130 return he->filtered == 0; in he__display() 2215 he->filtered = HIST_FILTER__C2C; in filter_cb() 2501 if (he->filtered) in print_pareto() 2567 if (!he->filtered) in c2c_browser__update_nr_entries()
|
/Linux-v6.1/drivers/input/serio/ |
D | i8042.c | 530 bool filtered; in i8042_interrupt() local 601 filtered = i8042_filter(data, str, serio); in i8042_interrupt() 605 if (likely(serio && !filtered)) in i8042_interrupt()
|
/Linux-v6.1/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 38 all child events, not just the filtered ones
|
/Linux-v6.1/net/mac80211/ |
D | ethtool.c | 94 data[i++] += (sta)->status_stats.filtered; \ in ieee80211_get_stats()
|
/Linux-v6.1/Documentation/networking/ |
D | netdev-features.rst | 39 This set is filtered by ndo_fix_features callback whenever it or 49 is calculated and filtered by calling ndo_fix_features callback
|