Home
last modified time | relevance | path

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

123

/linux/lib/kunit/
H A Dexecutor.c129 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local
144 filtered = kzalloc_objs(*filtered, n + 1); in kunit_filter_glob_tests()
145 if (!filtered) { in kunit_filter_glob_tests()
153 filtered[n++] = *test_case; in kunit_filter_glob_tests()
156 copy->test_cases = filtered; in kunit_filter_glob_tests()
185 struct kunit_suite_set filtered = {NULL, NULL}; in kunit_filter_suites() local
194 return filtered; in kunit_filter_suites()
260 filtered.start = copy_start; in kunit_filter_suites()
261 filtered.end = copy; in kunit_filter_suites()
285 return filtered; in kunit_filter_suites()
H A Dattributes.c401 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local
413 filtered = kzalloc_objs(*filtered, n + 1); 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/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/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/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.c276 if (!n->filtered) in hists__output_recalc_col_len()
427 if (!he->filtered) { in hists__decay_entry()
468 if (!he->filtered) in hists__delete_entry()
676 if (!he->filtered) { in hist_entry__add_callchain_period()
837 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
979 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
1088 hists__inc_nr_samples(hists, iter->he->filtered); in iter_finish_branch_entry()
1132 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1191 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
2524 hists__inc_nr_samples(struct hists * hists,bool filtered) hists__inc_nr_samples() argument
[all...]
H A Devent.c707 al->filtered = 0; in thread__find_map()
730 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map()
734 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map()
827 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
857 al->filtered |= (1 << HIST_FILTER__PARALLELISM); in machine__resolve()
872 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
877 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
907 al->filtered |= (1 << HIST_FILTER__SYMBOL); in is_bts_event()
H A Daddr_location.h20 u16 filtered; member
H A Daddr_location.c15 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/net/ipv6/
H A Draw.c157 int filtered; in ipv6_raw_deliver() local
172 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver()
188 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver()
193 filtered = 0; in ipv6_raw_deliver()
197 if (filtered < 0) in ipv6_raw_deliver()
199 if (filtered == 0) { in ipv6_raw_deliver()
/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.c289 hists__inc_nr_samples(evsel_hists, he->filtered);
291 if (!he->filtered)
352 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
405 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
2111 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in c2c_hists__init()
2115 he->filtered = filter_display(c2c_he->stats.rmt_hitm,
2119 he->filtered = filter_display(c2c_he->stats.tot_hitm, in c2c_hists__reinit()
2123 he->filtered = filter_display(c2c_he->stats.tot_peer, in c2c_hists__reinit()
2130 return he->filtered == 0; in filter_display()
2215 he->filtered in set_nodestr()
[all...]
/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/tools/testing/selftests/bpf/
H A Dtest_progs.h77 bool filtered; member
177 bool filtered; member
/linux/tools/perf/Documentation/
H A Dperf-diff.txt123 Determine how to display the overhead percentage of filtered entries.
126 "relative" means it's relative to filtered entries only so that the
261 relative to how entries are filtered. Use --percentage=absolute to
/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.
/linux/drivers/input/serio/
H A Di8042.c564 bool filtered; in i8042_handle_data() local
594 filtered = i8042_filter(data, str, serio); in i8042_handle_data()
597 if (likely(serio && !filtered)) in i8042_handle_data()

123