Home
last modified time | relevance | path

Searched full:filters (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/openbmc/phosphor-dbus-monitor/src/
H A Dfilters.hpp15 /** @class Filters
18 * Filters of any type can be applied to property value changes.
20 class Filters class
23 Filters() = default;
24 Filters(const Filters&) = delete;
25 Filters(Filters&&) = default;
26 Filters& operator=(const Filters&) = delete;
27 Filters& operator=(Filters&&) = default;
28 virtual ~Filters() = default;
42 class OperandFilters : public Filters
[all …]
H A Dpdmgen.py622 """Handle config file directives that require an index for filters."""
625 # Pop filters data for adding to the available filters array
628 self.filters = kw.pop("filters", None)
633 """Modify filters to add the property value type and
635 if self.filters:
638 for f in self.filters:
640 self.filters = [OpArgument(**x) for x in self.filters]
649 # Pop optional filters for the properties being watched
650 self.filters = kw.pop("filters", None)
659 """Create any filters for this property watch."""
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c34 if (!ASSERT_EQ(set.cnt, 1, "test filters count")) in test_parse_test_list()
36 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
38 ASSERT_EQ(set.tests[0].subtest_cnt, 0, "subtest filters count"); in test_parse_test_list()
44 if (!ASSERT_EQ(set.cnt, 2, "count of test filters")) in test_parse_test_list()
46 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
48 ASSERT_EQ(set.tests[0].subtest_cnt, 0, "subtest filters count"); in test_parse_test_list()
49 ASSERT_EQ(set.tests[1].subtest_cnt, 0, "subtest filters count"); in test_parse_test_list()
58 if (!ASSERT_EQ(set.cnt, 2, "count of test filters")) in test_parse_test_list()
60 if (!ASSERT_OK_PTR(set.tests, "test filters initialized")) in test_parse_test_list()
62 if (!ASSERT_EQ(set.tests[0].subtest_cnt, 1, "subtest filters count")) in test_parse_test_list()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c30 * pass_to_csme and rx_handler_res are set. Otherwise, next level of filters
34 const struct iwl_sap_oob_filters *filters, in iwl_mei_rx_filter_eth() argument
45 for (filt = &filters->eth_filters[0]; in iwl_mei_rx_filter_eth()
46 filt < &filters->eth_filters[0] + ARRAY_SIZE(filters->eth_filters); in iwl_mei_rx_filter_eth()
70 /* MCAST frames that don't match layer 2 filters are not sent to ME */ in iwl_mei_rx_filter_eth()
81 const struct iwl_sap_oob_filters *filters, in iwl_mei_rx_filter_arp() argument
84 const struct iwl_sap_ipv4_filter *filt = &filters->ipv4_filter; in iwl_mei_rx_filter_arp()
139 const struct iwl_sap_oob_filters *filters, in iwl_mei_rx_filter_tcp_udp() argument
144 for (filt = &filters->flex_filters[0]; in iwl_mei_rx_filter_tcp_udp()
145 filt < &filters->flex_filters[0] + ARRAY_SIZE(filters->flex_filters); in iwl_mei_rx_filter_tcp_udp()
[all …]
/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c51 if (con->filters->nr_types) in lock_contention_prepare()
52 ntypes = con->filters->nr_types; in lock_contention_prepare()
54 /* resolve lock name filters to addr */ in lock_contention_prepare()
55 if (con->filters->nr_syms) { in lock_contention_prepare()
60 for (i = 0; i < con->filters->nr_syms; i++) { in lock_contention_prepare()
62 con->filters->syms[i], in lock_contention_prepare()
66 con->filters->syms[i]); in lock_contention_prepare()
70 addrs = realloc(con->filters->addrs, in lock_contention_prepare()
71 (con->filters->nr_addrs + 1) * sizeof(*addrs)); in lock_contention_prepare()
77 addrs[con->filters->nr_addrs++] = map__unmap_ip(kmap, sym->start); in lock_contention_prepare()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DFilterCollection.json93 "/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}/Filters",
94 "/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Filters",
95 … "/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters",
96 "/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}/Filters",
97 "/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Filters",
98 … "/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters",
99 … "/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}/Filters",
100 "/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Filters",
101 … "/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters",
102 "/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}/Filters"
/openbmc/qemu/tests/qemu-iotests/
H A D22839 filters=[filter_testfiles, filter_imgfmt])
41 filters=[filter_testfiles, filter_imgfmt])
46 filters=[filter_testfiles, filter_imgfmt])
75 filters=[filter_qmp_testfiles, filter_qmp_imgfmt])
94 filters=[filter_qmp_testfiles, filter_qmp_imgfmt])
110 filters=[filter_qmp_testfiles])
125 filters=[filter_qmp_testfiles])
142 filters=[filter_qmp_testfiles])
161 filters=[filter_qmp_testfiles, filter_qmp_imgfmt])
190 filters=[filter_qmp_testfiles, filter_qmp_imgfmt])
[all …]
H A D14127 # Common filters to mask values that vary in the test output
45 filters=QMP_FILTERS)
50 filters=[iotests.filter_qmp_generated_node_ids])
54 iotests.log(event, filters=[iotests.filter_qmp_event])
96 filters=QMP_FILTERS)
108 filters=QMP_FILTERS)
111 iotests.log(event, filters=[iotests.filter_qmp_event])
123 iotests.log(event, filters=[iotests.filter_qmp_event])
136 filters=[iotests.filter_qmp_testfiles])
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DFilterCollection_v1.xml56 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}/Filters</String>
57 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Filters</String>
58 …<String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
59 … <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
60 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Filters</String>
61 …edfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
62 …<String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
63 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Filters</String>
64 …edfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
65 …<String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c29 * @list: pointer to the list which contains MAC filters entry
144 * ice_fltr_add_mac_list - add list of MAC filters
146 * @list: list of filters
154 * ice_fltr_remove_mac_list - remove list of MAC filters
156 * @list: list of filters
164 * ice_fltr_add_vlan_list - add list of VLAN filters
166 * @list: list of filters
174 * ice_fltr_remove_vlan_list - remove list of VLAN filters
176 * @list: list of filters
185 * ice_fltr_add_eth_list - add list of ethertype filters
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-io.json87 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
96 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
105 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
114 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
132 …k, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise…
141 …k, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise…
150 …k, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise…
159 …k, but does not include when packets are being sent from the ring stop.; Filters for the Clockwise…
177 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
186 …k, but does not include when packets are being sent from the ring stop.; Filters for the Countercl…
[all …]
H A Duncore-cache.json21filters available. Note the non-standard filtering equation. This event will count requests that…
30 …udes code, data, prefetches and hints coming from L2. This has numerous filters available. Note …
39 …udes code, data, prefetches and hints coming from L2. This has numerous filters available. Note …
48filters available. Note the non-standard filtering equation. This event will count requests that…
57 …udes code, data, prefetches and hints coming from L2. This has numerous filters available. Note …
228 …ame ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and …
237 …ame ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and …
246 …ame ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and …
255 …ame ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Down and …
273 …ame ring as CBo 2 UP AD because they are on opposite sides of the ring.; Filters for the Up and Ev…
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dfilter.hpp51 * This is the base template that ipmi filters will resolve into. This is
55 * Filters are called with a ipmi::message::Request shared_ptr on all IPMI
57 * command (by returning an IPMI error competion code.) If all the filters
58 * return success, the actual IPMI command will be executed. Filters can reject
110 * Filters are called with a ipmi::message::Request shared_ptr on all IPMI
112 * command (by returning an IPMI error competion code.) If all the filters
113 * return success, the actual IPMI command will be executed. Filters can reject
/openbmc/webui-vue/src/components/Mixins/
H A DTableFilterMixin.js3 getFilteredTableData(tableData = [], filters = []) { argument
4 const filterItems = filters.reduce((arr, filter) => {
7 // If no filters are active, then return all table data
11 for (const { key, values } of filters) {
18 // active filters
/openbmc/phosphor-inventory-manager/
H A Devents.hpp39 * @param[in] filters - An array of filter callbacks.
42 explicit Event(const std::vector<Filter>& filters, Type t = Type::STARTUP) : in Event()
43 std::vector<Filter>(filters), type(t) in Event()
74 DbusSignal(const char* sig, const std::vector<Filter>& filters) : in DbusSignal()
75 Event(filters, Type::DBUS_SIGNAL), signature(sig) in DbusSignal()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c182 printf("getpid RET_ALLOW 2 filters (bitmap): %llu ns\n", bitmap2); in main()
189 printf("getpid RET_ALLOW 3 filters (full): %llu ns\n", filter1); in main()
196 printf("getpid RET_ALLOW 4 filters (full): %llu ns\n", filter2); in main()
208 ESTIMATE("total seccomp overhead for 2 bitmapped filters", calc, in main()
210 ESTIMATE("total seccomp overhead for 3 full filters", calc, in main()
212 ESTIMATE("total seccomp overhead for 4 full filters", calc, in main()
218 ESTIMATE("seccomp per-filter overhead (filters / 4)", per_filter2, in main()
227 ret |= compare("per-filter (last 2 diff)", "≈", "per-filter (filters / 4)", in main()
239 ret |= compare("native + entry + (per filter * 4)", "≈", "4 filters total", in main()
/openbmc/linux/mm/damon/
H A Dsysfs-schemes.c485 * filters directory
501 struct damon_sysfs_scheme_filters *filters) in damon_sysfs_scheme_filters_rm_dirs() argument
503 struct damon_sysfs_scheme_filter **filters_arr = filters->filters_arr; in damon_sysfs_scheme_filters_rm_dirs()
506 for (i = 0; i < filters->nr; i++) in damon_sysfs_scheme_filters_rm_dirs()
508 filters->nr = 0; in damon_sysfs_scheme_filters_rm_dirs()
510 filters->filters_arr = NULL; in damon_sysfs_scheme_filters_rm_dirs()
514 struct damon_sysfs_scheme_filters *filters, int nr_filters) in damon_sysfs_scheme_filters_add_dirs() argument
519 damon_sysfs_scheme_filters_rm_dirs(filters); in damon_sysfs_scheme_filters_add_dirs()
527 filters->filters_arr = filters_arr; in damon_sysfs_scheme_filters_add_dirs()
532 damon_sysfs_scheme_filters_rm_dirs(filters); in damon_sysfs_scheme_filters_add_dirs()
[all …]
/openbmc/phosphor-dbus-monitor/src/templates/
H A Dgenerated.mako.hpp125 using PropertyFilters = std::array<std::unique_ptr<Filters>, ${len(filters)}>;
131 % for f in filters: in get()
134 % for o in f.filters: in get()
258 % if w.filters is None: in get()
263 ConfigPropertyFilters::get()[${w.filters}].get()), in get()
266 % if w.filters is None: in get()
274 ConfigPropertyFilters::get()[${w.filters}].get()), in get()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst256 RX flow rules (ntuple filters)
266 The driver utilizes the ethtool interface for configuring ntuple filters,
273 When disabling ntuple filters, all the user programmed filters are
274 flushed from the driver cache and hardware. All needed filters must
277 Because of the fixed order of the rules, the location of filters is also fixed:
279 - Locations 0 - 15 for VLAN ID filters
280 - Locations 16 - 31 for L2 EtherType filters
281 - Locations 32 - 39 for L3/L4 5-tuple filters (locations 32, 36 for IPv6)
284 destination TCP/UDP/SCTP port) is compared against 8 filters. For IPv4, up to
302 At the moment you can not use IPv4 and IPv6 filters at the same time.
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-cache.json8 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
19 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
30 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
41 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
52 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
63 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
74 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
85 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
96 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
107 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-cache.json8 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
19 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
30 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
41 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
52 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
63 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
74 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
85 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
96 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
107 …alifications specified by the subevent. There are a number of subevent 'filters' but only a subse…
[all …]
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst2 Seccomp BPF (SECure COMPuting with filters)
18 Filter (BPF) program, as with socket filters, except that the data
27 pointers which constrains all filters to solely evaluating the system
38 choosing. Expressive, dynamic filters provide further options down this
48 ``CONFIG_HAVE_ARCH_SECCOMP_FILTER``, then filters may be added as below:
68 processes will be constrained to the same filters and system
78 additional filters may be layered on which will increase evaluation
88 filters exist, the return value for the evaluation of a given system
166 If multiple filters exist, the return value for the evaluation of a
170 multiple filters return values of the same precedence, only the
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c15 * map. All the branch filters are not supported
16 * in powerpc. Supported filters in:
27 /* Valid bhrb filters in power9/power10 */
33 /* Valid bhrb filters in power10 */
51 * bhrb filters is not supported in bhrb_filter_map_test()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Di40e.rst142 flexible filters. For a given flow type, you must clear all Intel Ethernet Flow
143 Director filters before changing the input set (for that flow type).
149 When disabling ntuple filters, all the user programmed filters are flushed from
150 the driver cache and hardware. All needed filters must be re-added when ntuple
163 To see the list of filters currently present::
167 Application Targeted Routing (ATR) Perfect Filters
185 Sideband Perfect Filters
187 Sideband Perfect Filters are used to direct traffic that matches specified
201 Use the following command to display all of the active filters::
209 Where <N> is the filter id displayed when printing all the active filters, and
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Dpt.h108 * @filter: filters defined for this context
109 * @nr_filters: number of defined filters in the @filter array
119 * @filters: last configured filters
127 struct pt_filters filters; member

12345678910>>...51