Home
last modified time | relevance | path

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

1234

/linux/lib/xz/
H A Dxz_dec_bcj.c57 size_t filtered; member
409 size_t filtered; in bcj_apply() local
417 filtered = bcj_x86(s, buf, size); in bcj_apply()
422 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
427 filtered = bcj_arm(s, buf, size); in bcj_apply()
432 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
437 filtered = bcj_sparc(s, buf, size); in bcj_apply()
442 filtered = bcj_arm64(s, buf, size); in bcj_apply()
447 filtered = bcj_riscv(s, buf, size); in bcj_apply()
452 filtered = 0; in bcj_apply()
[all …]
/linux/lib/kunit/
H A Dexecutor.c119 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local
134 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_glob_tests()
135 if (!filtered) { in kunit_filter_glob_tests()
143 filtered[n++] = *test_case; in kunit_filter_glob_tests()
146 copy->test_cases = filtered; in kunit_filter_glob_tests()
175 struct kunit_suite_set filtered = {NULL, NULL}; in kunit_filter_suites() local
184 return filtered; in kunit_filter_suites()
250 filtered.start = copy_start; in kunit_filter_suites()
251 filtered.end = copy; in kunit_filter_suites()
275 return filtered; in kunit_filter_suites()
H A Dattributes.c401 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local
413 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_attr_tests()
414 if (!filtered) { in kunit_filter_attr_tests()
457 filtered[n++] = *test_case; in kunit_filter_attr_tests()
460 filtered[n++] = *test_case; in kunit_filter_attr_tests()
467 kfree(filtered); in kunit_filter_attr_tests()
471 copy->test_cases = filtered; in kunit_filter_attr_tests()
/linux/tools/perf/scripts/python/
H A 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/drivers/net/wireless/ti/wlcore/
H A Dps.c83 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/drivers/net/ipa/
H A Dipa_table.c167 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered) in ipa_filtered_valid() argument
172 if (!filtered) { in ipa_filtered_valid()
178 count = hweight64(filtered); in ipa_filtered_valid()
236 u64 ep_mask = ipa->filtered; in ipa_filter_reset_table()
419 count = 1 + hweight64(ipa->filtered); in ipa_table_init_add()
526 u64 ep_mask = ipa->filtered; in ipa_filter_config()
647 if (count < 1 + hweight64(ipa->filtered)) in ipa_table_mem_valid()
752 *virt++ = cpu_to_le64(ipa->filtered << 1); in ipa_table_init()
754 *virt++ = cpu_to_le64(ipa->filtered); in ipa_table_init()
H A Dipa_table.h20 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered);
H A Dipa.h118 u64 filtered; /* Support filtering (AP and modem) */ member
H A Dipa_endpoint.c2123 ipa->filtered = 0; in ipa_endpoint_exit()
2144 u32 filtered; in ipa_endpoint_init() local
2166 filtered = 0; in ipa_endpoint_init()
2174 filtered |= BIT(data->endpoint_id); in ipa_endpoint_init()
2180 if (!ipa_filtered_valid(ipa, filtered)) { in ipa_endpoint_init()
2186 ipa->filtered = filtered; in ipa_endpoint_init()
/linux/tools/perf/util/
H A Dhist.c273 if (!n->filtered) in hists__output_recalc_col_len()
424 if (!he->filtered) { in hists__decay_entry()
465 if (!he->filtered) in hists__delete_entry()
673 if (!he->filtered) { in hist_entry__add_callchain_period()
834 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
976 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
1085 hists__inc_nr_samples(hists, iter->he->filtered); in iter_finish_branch_entry()
1129 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1188 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1399 cmp = (int64_t)!!left->filtered - (int64_t)!!right->filtered; in hist_entry__cmp_impl()
[all …]
H A Devent.c656 al->filtered = 0; in thread__find_map()
679 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map()
683 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map()
777 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
797 al->filtered |= (1 << HIST_FILTER__PARALLELISM); in machine__resolve()
812 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
817 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
847 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
H A Daddr_location.h21 u16 filtered;
20 u8 filtered; global() member
H A Daddr_location.c16 al->filtered = 0; in addr_location__init()
H A Ddlfilter.c69 d_al->filtered = 0; in al_to_d_al()
110 d_al->filtered = al->filtered; in dlfilter__resolve_ip()
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-fread.rst35 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,
H A Ddmx-add-pid.rst29 PID number to be filtered.
H A Ddmx-set-buffer-size.rst35 filtered data. The default size is two maximum sized sections, i.e. if
/linux/tools/perf/tests/
H A Dhists_common.c181 if (!he->filtered) { in print_hists_in()
210 if (!he->filtered) { in print_hists_out()
/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h92 __u8 filtered; /* True if this sample event will be filtered out */ member
/linux/tools/perf/
H A Dbuiltin-c2c.c308 hists__inc_nr_samples(evsel_hists, he->filtered); in perf_c2c__evsel_hists_inc_stats()
310 if (!he->filtered) in perf_c2c__evsel_hists_inc_stats()
370 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
416 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
2146 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in he__display()
2150 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display()
2154 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display()
2158 he->filtered = filter_display(c2c_he->stats.tot_peer, in he__display()
2165 return he->filtered == 0; in he__display()
2250 he->filtered = HIST_FILTER__C2C; in filter_cb()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h77 bool filtered;
175 bool filtered;
76 bool filtered; global() member
174 bool filtered; global() member
H A Dtest_progs.c446 subtest_filtered = subtest_state->filtered; in dump_test_log()
590 subtest_state->filtered = true; in test__start_subtest()
1484 subtest_state->filtered = msg.subtest_done.filtered; in dispatch_thread()
1806 msg.subtest_done.filtered = subtest_state->filtered; in worker_main_send_subtests()
/linux/tools/perf/Documentation/
H A Dperf-diff.txt120 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
/linux/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst400 ``--filter_action=skip`` flag to skip filtered tests instead. These tests will be
413 - If a test has an attribute set, then the test's value is filtered on.
441 Tests can also be filtered using this attribute.
448 filtered using this attribute.

1234