Home
last modified time | relevance | path

Searched refs:intersect (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/arch/arm/util/
H A Dpmu.c21 struct perf_cpu_map *intersect, *online = cpu_map__online(); in perf_pmu__arch_init() local
42 intersect = perf_cpu_map__intersect(online, pmu->cpus); in perf_pmu__arch_init()
45 pmu->cpus = intersect; in perf_pmu__arch_init()
/linux/drivers/net/wireless/ath/ath11k/
H A Dreg.c633 struct cur_regulatory_info *reg_info, bool intersect, in ath11k_reg_build_regd() argument
778 if (intersect) { in ath11k_reg_build_regd()
879 bool intersect = false; in ath11k_reg_handle_chan_list() local
942 intersect = true; in ath11k_reg_handle_chan_list()
949 power_type, vdev_type, intersect); in ath11k_reg_handle_chan_list()
951 regd = ath11k_reg_build_regd(ab, reg_info, intersect, vdev_type, power_type); in ath11k_reg_handle_chan_list()
H A Dreg.h39 struct cur_regulatory_info *reg_info, bool intersect,
/linux/tools/testing/selftests/mm/
H A D.gitignore34 mlock-intersect-test
/linux/net/wireless/
H A Dreg.c84 .intersect = false,
1311 struct ieee80211_wmm_ac *intersect)
1313 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_intersect_dfs_region()
1314 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_intersect_dfs_region()
1315 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_intersect_dfs_region()
1316 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_intersect_dfs_region()
2679 core_request->intersect = false; in reg_process_hint_core()
2706 lr->intersect) in __reg_process_hint_user()
2744 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user()
2819 driver_request->intersect in reg_process_hint_driver()
1322 reg_wmm_rules_intersect(const struct ieee80211_wmm_ac * wmm_ac1,const struct ieee80211_wmm_ac * wmm_ac2,struct ieee80211_wmm_ac * intersect) reg_wmm_rules_intersect() argument
[all...]
H A Dnl80211.c20282 request->intersect) { in nl80211_reg_change_event_fill()
/linux/include/net/
H A Dregulatory.h85 bool intersect; member
/linux/Documentation/i2c/
H A Dten-bit-addresses.rst7 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit
/linux/tools/perf/util/
H A Devlist.c387 struct perf_cpu_map *intersect; in evlist__use_affinity()
417 intersect = perf_cpu_map__intersect(used_cpus, pos->core.cpus); in evlist__use_affinity()
418 if (!perf_cpu_map__is_empty(intersect)) { in evlist__use_affinity()
420 perf_cpu_map__put(intersect);
424 perf_cpu_map__put(intersect); in evlist_cpu_iterator__init()
377 struct perf_cpu_map *intersect; evlist__use_affinity() local
H A Devsel.c4418 struct perf_cpu_map *intersect, *online = NULL;
4422 intersect = perf_cpu_map__intersect(pmu->cpus, user_requested_cpus);
4425 intersect = perf_cpu_map__intersect(online, user_requested_cpus);
4427 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) {
4436 perf_cpu_map__put(intersect);
4386 struct perf_cpu_map *intersect, *online = NULL; evsel__warn_user_requested_cpus() local
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst211 - intersect these formats to determine the most appropriate one
212 - for this format, intersect the lists of supported modifiers for both KMS and
218 additionally intersect against this list.
/linux/Documentation/virt/kvm/
H A Dapi.rst5094 KVM_GET_SUPPORTED_CPUID ioctl because some of them intersect with KVM feature