Searched refs:intersect (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/arch/arm/util/ |
| H A D | pmu.c | 21 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 D | reg.c | 633 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 D | reg.h | 39 struct cur_regulatory_info *reg_info, bool intersect,
|
| /linux/tools/testing/selftests/mm/ |
| H A D | .gitignore | 34 mlock-intersect-test
|
| /linux/net/wireless/ |
| H A D | reg.c | 95 .intersect = false, 1322 struct ieee80211_wmm_ac *intersect) in reg_wmm_rules_intersect() argument 1324 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_wmm_rules_intersect() 1325 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_wmm_rules_intersect() 1326 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_wmm_rules_intersect() 1327 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_wmm_rules_intersect() 2675 core_request->intersect = false; in reg_process_hint_core() 2702 lr->intersect) in __reg_process_hint_user() 2740 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user() 2815 driver_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_driver() [all …]
|
| H A D | nl80211.c | 19431 request->intersect) { in nl80211_reg_change_event_fill()
|
| /linux/include/net/ |
| H A D | regulatory.h | 85 bool intersect; member
|
| /linux/Documentation/i2c/ |
| H A D | ten-bit-addresses.rst | 7 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 377 struct perf_cpu_map *intersect; in evlist__use_affinity() local 407 intersect = perf_cpu_map__intersect(used_cpus, pos->core.cpus); in evlist__use_affinity() 408 if (!perf_cpu_map__is_empty(intersect)) { in evlist__use_affinity() 410 perf_cpu_map__put(intersect); in evlist__use_affinity() 414 perf_cpu_map__put(intersect); in evlist__use_affinity()
|
| H A D | evsel.c | 4386 struct perf_cpu_map *intersect, *online = NULL; in evsel__warn_user_requested_cpus() local 4390 intersect = perf_cpu_map__intersect(pmu->cpus, user_requested_cpus); in evsel__warn_user_requested_cpus() 4393 intersect = perf_cpu_map__intersect(online, user_requested_cpus); in evsel__warn_user_requested_cpus() 4395 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evsel__warn_user_requested_cpus() 4404 perf_cpu_map__put(intersect); in evsel__warn_user_requested_cpus()
|
| /linux/Documentation/userspace-api/ |
| H A D | dma-buf-alloc-exchange.rst | 211 - 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/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 3552 request->intersect ? " intersect" : "", in ath6kl_cfg80211_reg_notify()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 5092 KVM_GET_SUPPORTED_CPUID ioctl because some of them intersect with KVM feature
|