/linux/lib/kunit/ |
A D | executor_test.c | 47 struct kunit_suite * const *filtered; in filter_subsuite_test() local 58 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); in filter_subsuite_test() 59 free_subsuite_at_end(test, filtered); in filter_subsuite_test() 64 KUNIT_EXPECT_FALSE(test, filtered[1]); in filter_subsuite_test() 70 struct kunit_suite * const *filtered; in filter_subsuite_test_glob_test() local 81 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, filtered); in filter_subsuite_test_glob_test() 82 free_subsuite_at_end(test, filtered); in filter_subsuite_test_glob_test() 87 KUNIT_EXPECT_FALSE(test, filtered[1]); in filter_subsuite_test_glob_test() 98 struct kunit_suite * const *filtered; in filter_subsuite_to_empty_test() local 110 KUNIT_EXPECT_FALSE_MSG(test, filtered, in filter_subsuite_to_empty_test() [all …]
|
A D | executor.c | 76 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_tests() 107 filtered = kmalloc_array(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_subsuite() 108 if (!filtered) in kunit_filter_subsuite() 119 filtered[n] = NULL; in kunit_filter_subsuite() 121 return filtered; in kunit_filter_subsuite() 153 struct suite_set filtered; in kunit_filter_suites() local 159 filtered.start = copy; in kunit_filter_suites() 161 filtered.end = copy; in kunit_filter_suites() 162 return filtered; in kunit_filter_suites() 172 filtered.end = copy; in kunit_filter_suites() [all …]
|
/linux/lib/xz/ |
A 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() 386 filtered = 0; in bcj_apply() 390 *pos += filtered; in bcj_apply() 391 s->pos += filtered; in bcj_apply() 407 s->temp.filtered -= copy_size; in bcj_flush() 428 if (s->temp.filtered > 0) { in xz_dec_bcj_run() 430 if (s->temp.filtered > 0) in xz_dec_bcj_run() 520 if (s->temp.filtered > 0) in xz_dec_bcj_run() [all …]
|
/linux/tools/perf/scripts/python/ |
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/ |
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/util/ |
A D | hist.c | 257 if (!n->filtered) in hists__output_recalc_col_len() 334 if (!he->filtered) in hists__decay_entry() 373 if (!he->filtered) in hists__delete_entry() 579 if (!he->filtered) in hist_entry__add_callchain_period() 727 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 1429 he->filtered |= (parent->filtered & (1 << type)); in hist_entry__check_and_remove_filter() 1721 if (!h->filtered) in hists__inc_stats() 1748 if (!he->filtered) in hierarchy_recalc_total_periods() 1931 if (!n->filtered) in output_resort() 2077 if (h->filtered) in hists__remove_entry_filter() [all …]
|
A D | event.c | 581 al->filtered = 0; in thread__find_map() 607 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map() 611 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map() 699 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve() 722 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 727 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve() 757 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
|
A D | dlfilter.c | 65 d_al->filtered = 0; in al_to_d_al() 105 d_al->filtered = al->filtered; in dlfilter__resolve_ip()
|
A D | sort.h | 120 u8 filtered; member
|
/linux/Documentation/userspace-api/media/dvb/ |
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,
|
A D | dmx-add-pid.rst | 29 PID number to be filtered.
|
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/ |
A D | hists_common.c | 181 if (!he->filtered) { in print_hists_in() 208 if (!he->filtered) { in print_hists_out()
|
/linux/net/ipv6/ |
A D | raw.c | 182 int filtered; in ipv6_raw_deliver() local 187 filtered = icmpv6_filter(sk, skb); in ipv6_raw_deliver() 202 filtered = filter ? (*filter)(sk, skb) : 0; in ipv6_raw_deliver() 207 filtered = 0; in ipv6_raw_deliver() 211 if (filtered < 0) in ipv6_raw_deliver() 213 if (filtered == 0) { in ipv6_raw_deliver()
|
/linux/tools/perf/include/perf/ |
A D | perf_dlfilter.h | 84 __u8 filtered; /* True if this sample event will be filtered out */ member
|
/linux/tools/perf/Documentation/ |
A 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
|
A D | perf-dlfilter.txt | 176 __u8 filtered; /* true if this sample event will be filtered out */
|
/linux/Documentation/devicetree/bindings/i2c/ |
A 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/tools/perf/ |
A D | builtin-c2c.c | 313 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 350 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 1882 he->filtered = filter_display(c2c_he->stats.lcl_hitm, in he__display() 1886 he->filtered = filter_display(c2c_he->stats.rmt_hitm, in he__display() 1890 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display() 1897 return he->filtered == 0; in he__display() 1980 he->filtered = HIST_FILTER__C2C; in filter_cb() 2228 if (he->filtered) in print_pareto() 2294 if (!he->filtered) in c2c_browser__update_nr_entries()
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | axentia,tse850-pcm5142.txt | 40 are TSE-850 connectors and DAC is the PCB name of the (filtered) output from
|
/linux/drivers/input/serio/ |
A 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/tools/kvm/kvm_stat/ |
A D | kvm_stat.txt | 38 all child events, not just the filtered ones
|
/linux/Documentation/networking/ |
A 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
|
/linux/net/mac80211/ |
A D | ethtool.c | 90 data[i++] += sta->status_stats.filtered; \ in ieee80211_get_stats()
|
/linux/tools/perf/dlfilters/ |
A D | dlfilter-test-api-v0.c | 89 __u8 filtered; /* True if this sample event will be filtered out */ member
|