| /kernel/linux/linux-6.6/lib/xz/ |
| D | xz_dec_bcj.c | 56 /* 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-5.10/lib/xz/ |
| D | xz_dec_bcj.c | 56 /* 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-6.6/lib/kunit/ |
| D | executor.c | 42 "Changes behavior of filtered tests using attributes, valid values are:\n" 43 "<none>: do not run filtered tests as normal\n" 44 "'skip': skip all filtered tests instead so tests will appear in output\n"); 105 struct kunit_case *filtered, *test_case; in kunit_filter_glob_tests() local 120 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_glob_tests() 121 if (!filtered) { in kunit_filter_glob_tests() 129 filtered[n++] = *test_case; in kunit_filter_glob_tests() 132 copy->test_cases = filtered; in kunit_filter_glob_tests() 148 * Filter and reallocate test suites. Must return the filtered test suites set 161 struct kunit_suite_set filtered = {NULL, NULL}; in kunit_filter_suites() local [all …]
|
| D | attributes.c | 341 struct kunit_case *filtered, *test_case; in kunit_filter_attr_tests() local 353 filtered = kcalloc(n + 1, sizeof(*filtered), GFP_KERNEL); in kunit_filter_attr_tests() 354 if (!filtered) { in kunit_filter_attr_tests() 397 filtered[n++] = *test_case; in kunit_filter_attr_tests() 400 filtered[n++] = *test_case; in kunit_filter_attr_tests() 407 kfree(filtered); in kunit_filter_attr_tests() 411 copy->test_cases = filtered; in kunit_filter_attr_tests()
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| 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
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
| 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()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | hist.c | 249 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
| 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,
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/dvb/ |
| 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,
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | hist.c | 263 if (!n->filtered) in hists__output_recalc_col_len() 340 if (!he->filtered) in hists__decay_entry() 379 if (!he->filtered) in hists__delete_entry() 587 if (!he->filtered) in hist_entry__add_callchain_period() 742 .filtered = symbol__parent_filter(sym_parent) | al->filtered, in __hists__add_entry() 884 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 973 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 1027 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1086 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 1427 /* if it's filtered by own fmt, it has to have filter bits */ in hist_entry__check_and_remove_filter() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/event/ |
| D | event-no-pid.tc | 81 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/tools/testing/selftests/ftrace/test.d/event/ |
| D | event-no-pid.tc | 81 fail "Filtered out task has events" 108 fail "Filtered out task has events" 113 fail "Child of filtered out taskhas events"
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
| D | octep_rx.h | 100 /* Filtered DMAC0 packets */ 103 /* Filtered DMAC0 octets */ 115 /* Filtered DMAC1 packets */ 118 /* Filtered DMAC1 octets */
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | uncore-cache.json | 63 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 72 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 81 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 90 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 99 …Counts the number of lines that were victimized on a fill. This can be filtered by the state that… 916 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 925 …Counts the number of transactions that looked up the directory. Can be filtered by requests that … 934 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 943 …equired. These result in writes to the memory controller. This can be filtered by directory sets… 952 …equired. These result in writes to the memory controller. This can be filtered by directory sets… [all …]
|
| /kernel/linux/linux-6.6/include/media/ |
| D | demux.h | 144 * @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 …]
|
| D | dvb_demux.h | 115 * @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-5.10/include/media/ |
| D | demux.h | 144 * @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 …]
|
| D | dvb_demux.h | 115 * @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-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| D | smu13_driver_if_v13_0_4.h | 209 uint16_t AverageDRAMReads; //Filtered DF Bandwidth::DRAM Reads 210 uint16_t AverageDRAMWrites; //Filtered DF Bandwidth::DRAM Writes 211 uint16_t AverageSocketPower; //Filtered value of CurrentSocketPower 212 uint16_t AverageCorePower; //Filtered of [sum of CorePower[8]]) 213 uint16_t AverageCoreC0Residency[8]; //Filtered of [average C0 residency % per core]
|
| /kernel/linux/linux-6.6/drivers/net/ipa/ |
| D | ipa_table.h | 16 * @filtered: Filter table endpoint bitmap to check 20 bool ipa_filtered_valid(struct ipa *ipa, u64 filtered);
|
| /kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
| D | dmx.h | 143 * @pid: PID to be filtered. 172 * @pid: PID to be filtered. 207 * (TEI) on a filtered pid. 210 * on a filtered pid.
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | stats.h | 455 * @beacon_counter: all beacons (both filtered and not filtered) 456 * @beacon_average_energy: all beacons (both filtered and not 457 * filtered) 547 * @beacon_counter: all beacons (both filtered and not filtered) 548 * @beacon_average_energy: all beacons (both filtered and not 549 * filtered)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
| D | get-reg-list.c | 276 printf("%s: Number registers: %5lld (includes %lld filtered registers)\n", in run_test() 316 "usage: get-reg-list [--config=<selection>] [--list] [--list-filtered]\n\n" in help() 329 …" --list-filtered Print registers that would normally be filtered out (requires --conf… in help() 365 else if (strcmp(av[i], "--list-filtered") == 0) in main()
|