| /linux/lib/xz/ |
| H A D | xz_dec_bcj.c | 57 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 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/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/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/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 | 706 al->filtered = 0; in thread__find_map() 729 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 733 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 826 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 846 al->filtered |= (1 << HIST_FILTER__PARALLELISM); in machine__resolve() 861 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 866 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 896 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
| 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/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 | 308 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 in filter_cb() [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 77 bool filtered; 175 bool filtered; 76 bool filtered; global() member 174 bool filtered; global() member
|
| H A D | test_progs.c | 464 subtest_filtered = subtest_state->filtered; in dump_test_log() 612 subtest_state->filtered = true; in test__start_subtest_with_desc() 1525 subtest_state->filtered = msg.subtest_done.filtered; in dispatch_thread_send_subtests() 1847 msg.subtest_done.filtered = subtest_state->filtered; in worker_main_send_subtests()
|
| /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/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/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.
|