| /linux/lib/kunit/ |
| H A D | executor.c | 129 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 D | attributes.c | 401 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 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/tools/perf/scripts/python/ |
| H A 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/drivers/net/ipa/ |
| H A D | ipa_table.c | 167 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 D | ipa_table.h | 20 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered);
|
| H A D | ipa.h | 118 u64 filtered; /* Support filtering (AP and modem) */ member
|
| H A D | ipa_endpoint.c | 2123 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 D | hist.c | 276 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 D | event.c | 707 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 D | addr_location.h | 20 u16 filtered; member
|
| H A D | addr_location.c | 15 al->filtered = 0; in addr_location__init()
|
| H A D | dlfilter.c | 69 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 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,
|
| H A D | dmx-add-pid.rst | 29 PID number to be filtered.
|
| H A D | dmx-set-buffer-size.rst | 35 filtered data. The default size is two maximum sized sections, i.e. if
|
| /linux/tools/perf/tests/ |
| H A D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 210 if (!he->filtered) { in print_hists_out()
|
| /linux/net/ipv6/ |
| H A D | raw.c | 157 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 D | perf_dlfilter.h | 92 __u8 filtered; /* True if this sample event will be filtered out */ member
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 289 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 D | axentia,tse850-pcm5142.txt | 40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 77 bool filtered; member 177 bool filtered; member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 123 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 D | running_tips.rst | 400 ``--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 D | i8042.c | 564 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()
|