Home
last modified time | relevance | path

Searched full:filtered (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/lib/xz/
Dxz_dec_bcj.c56 /* Amount of already filtered data in the beginning of buf */
57 size_t filtered; member
63 * Buffer to hold a mix of filtered and unfiltered data. This
339 * of data that got filtered.
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
[all …]
/kernel/linux/linux-4.19/lib/xz/
Dxz_dec_bcj.c56 /* Amount of already filtered data in the beginning of buf */
57 size_t filtered; member
63 * Buffer to hold a mix of filtered and unfiltered data. This
339 * of data that got filtered.
348 size_t filtered; in bcj_apply() local
356 filtered = bcj_x86(s, buf, size); in bcj_apply()
361 filtered = bcj_powerpc(s, buf, size); in bcj_apply()
366 filtered = bcj_ia64(s, buf, size); in bcj_apply()
371 filtered = bcj_arm(s, buf, size); in bcj_apply()
376 filtered = bcj_armthumb(s, buf, size); in bcj_apply()
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c71 unsigned long long native, filtered; in main() local
89 filtered = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
90 printf("getpid RET_ALLOW: %llu ns\n", filtered); in main()
93 filtered - native); in main()
95 if (filtered == native) in main()
/kernel/linux/linux-4.19/tools/perf/scripts/python/
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
/kernel/linux/linux-5.10/tools/perf/scripts/python/
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
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
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()
/kernel/linux/linux-4.19/drivers/net/wireless/ti/wlcore/
Dps.c97 int filtered[NUM_TX_QUEUES]; in wl1271_ps_filter_frames() local
102 filtered[i] = 0; in wl1271_ps_filter_frames()
104 filtered[i]++; in wl1271_ps_filter_frames()
118 wl->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
120 lnk->wlvif->tx_queue_count[i] -= filtered[i]; in wl1271_ps_filter_frames()
/kernel/linux/linux-4.19/tools/perf/util/
Dhist.c220 if (!n->filtered) in hists__output_recalc_col_len()
293 if (!he->filtered) in hists__decay_entry()
332 if (!he->filtered) in hists__delete_entry()
501 if (!he->filtered) in hist_entry__add_callchain_period()
616 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
730 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
816 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
870 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
925 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1231 /* if it's filtered by own fmt, it has to have filter bits */ in hist_entry__check_and_remove_filter()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dhist.c249 if (!n->filtered) in hists__output_recalc_col_len()
330 if (!he->filtered) in hists__decay_entry()
369 if (!he->filtered) in hists__delete_entry()
575 if (!he->filtered) in hist_entry__add_callchain_period()
724 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry()
859 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
946 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
1000 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1055 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1389 /* if it's filtered by own fmt, it has to have filter bits */ in hist_entry__check_and_remove_filter()
[all …]
Devent.c544 al->filtered = 0; in thread__find_map()
570 al->filtered |= (1 << HIST_FILTER__GUEST); in thread__find_map()
574 al->filtered |= (1 << HIST_FILTER__HOST); in thread__find_map()
649 al->filtered |= (1 << HIST_FILTER__THREAD); in machine__resolve()
672 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
677 al->filtered |= (1 << HIST_FILTER__DSO); in machine__resolve()
696 al->filtered |= (1 << HIST_FILTER__SYMBOL); in machine__resolve()
/kernel/linux/linux-4.19/Documentation/media/uapi/dvb/
Ddmx-fread.rst36 This system call returns filtered data, which might be section or Packetized
37 Elementary Stream (PES) data. The filtered data is transferred from
67 - The filtered data was not read from the buffer in due time,
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
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,
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/event/
Devent-no-pid.tc81 fail "Filtered out task has events"
108 fail "Filtered out task has events"
113 fail "Child of filtered out taskhas events"
/kernel/linux/linux-5.10/include/media/
Ddemux.h144 * @check_crc: If non-zero, check the CRC values of filtered sections.
192 * @buffer1: Pointer to the start of the filtered TS packets.
194 * @buffer2: Pointer to the tail of the filtered TS packets, or NULL.
207 * buffer. The filtered TS packets are delivered to the client using this
259 * @buffer1: Pointer to the start of the filtered section, e.g.
261 * @buffer1_len: Length of the filtered section data in @buffer1,
263 * @buffer2: Pointer to the tail of the filtered section data,
266 * @buffer2_len: Length of the filtered section data in @buffer2,
310 * the MPEG-TS to be filtered comes from userspace,
410 * receive filtered data via the Demux callback API (see 0). The function
[all …]
Ddvb_demux.h115 * @pid: PID to be filtered.
190 * that will be filtered.
191 * @pids: list of filtered program IDs.
285 * @buf: buffer with data to be filtered
303 * @buf: buffer with data to be filtered
321 * @buf: buffer with data to be filtered
/kernel/linux/linux-4.19/include/media/
Ddemux.h144 * @check_crc: If non-zero, check the CRC values of filtered sections.
192 * @buffer1: Pointer to the start of the filtered TS packets.
194 * @buffer2: Pointer to the tail of the filtered TS packets, or NULL.
207 * buffer. The filtered TS packets are delivered to the client using this
259 * @buffer1: Pointer to the start of the filtered section, e.g.
261 * @buffer1_len: Length of the filtered section data in @buffer1,
263 * @buffer2: Pointer to the tail of the filtered section data,
266 * @buffer2_len: Length of the filtered section data in @buffer2,
310 * the MPEG-TS to be filtered comes from userspace,
410 * receive filtered data via the Demux callback API (see 0). The function
[all …]
Ddvb_demux.h115 * @pid: PID to be filtered.
190 * that will be filtered.
191 * @pids: list of filtered program IDs.
285 * @buf: buffer with data to be filtered
303 * @buf: buffer with data to be filtered
321 * @buf: buffer with data to be filtered
/kernel/linux/linux-4.19/include/uapi/linux/dvb/
Ddmx.h158 * @pid: PID to be filtered.
187 * @pid: PID to be filtered.
222 * (TEI) on a filtered pid.
225 * on a filtered pid.
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
Ddmx.h158 * @pid: PID to be filtered.
187 * @pid: PID to be filtered.
222 * (TEI) on a filtered pid.
225 * on a filtered pid.
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
Dia_css_xnr3_types.h75 * \details Blending parameters define the blending strength of filtered
80 * disables the blending and returns the xnr3 filtered output, while a
/kernel/linux/linux-4.19/tools/perf/Documentation/
Dperf-diff.txt114 Determine how to display the overhead percentage of filtered entries.
117 "relative" means it's relative to filtered entries only so that the
190 relative to how entries are filtered. Use --percentage=absolute to
/kernel/linux/linux-4.19/include/uapi/linux/
Dinet_diag.h192 /* u64 bw: max-filtered BW (app throughput) estimate in Byte per sec: */
195 __u32 bbr_min_rtt; /* min-filtered RTT in uSec */
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_tproxy_ipv4.c105 * 0.0.0.0, those are filtered out in in nf_tproxy_get_sock_v4()
128 * 0.0.0.0, those are filtered out in in nf_tproxy_get_sock_v4()
/kernel/linux/linux-5.10/include/uapi/linux/
Dinet_diag.h226 /* u64 bw: max-filtered BW (app throughput) estimate in Byte per sec: */
229 __u32 bbr_min_rtt; /* min-filtered RTT in uSec */
/kernel/linux/linux-4.19/net/ipv6/netfilter/
Dnf_tproxy_ipv6.c104 * 0.0.0.0, those are filtered out in in nf_tproxy_get_sock_v6()
127 * 0.0.0.0, those are filtered out in in nf_tproxy_get_sock_v6()

12345678910>>...20