/linux-6.12.1/tools/perf/arch/arm/util/ |
D | pmu.c | 21 struct perf_cpu_map *intersect; in perf_pmu__arch_init() local 44 intersect = perf_cpu_map__intersect(cpu_map__online(), pmu->cpus); in perf_pmu__arch_init() 46 pmu->cpus = intersect; in perf_pmu__arch_init()
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | reg.h | 38 struct cur_regulatory_info *reg_info, bool intersect,
|
D | reg.c | 642 struct cur_regulatory_info *reg_info, bool intersect, in ath11k_reg_build_regd() argument 787 if (intersect) { in ath11k_reg_build_regd() 840 bool intersect = false; in ath11k_reg_handle_chan_list() local 900 intersect = true; in ath11k_reg_handle_chan_list() 907 power_type, vdev_type, intersect); in ath11k_reg_handle_chan_list() 909 regd = ath11k_reg_build_regd(ab, reg_info, intersect, vdev_type, power_type); in ath11k_reg_handle_chan_list()
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | .gitignore | 30 mlock-intersect-test
|
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | reg.h | 97 bool intersect);
|
D | reg.c | 616 struct ath12k_reg_info *reg_info, bool intersect) in ath12k_reg_build_regd() argument 733 if (intersect) { in ath12k_reg_build_regd()
|
D | wmi.c | 5693 bool intersect = false; in ath12k_reg_chan_list_event() local 5749 intersect = true; in ath12k_reg_chan_list_event() 5751 regd = ath12k_reg_build_regd(ab, reg_info, intersect); in ath12k_reg_chan_list_event()
|
/linux-6.12.1/include/net/ |
D | regulatory.h | 85 bool intersect; member
|
/linux-6.12.1/net/wireless/ |
D | reg.c | 95 .intersect = false, 1323 struct ieee80211_wmm_ac *intersect) in reg_wmm_rules_intersect() argument 1325 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_wmm_rules_intersect() 1326 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_wmm_rules_intersect() 1327 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_wmm_rules_intersect() 1328 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_wmm_rules_intersect() 2695 core_request->intersect = false; in reg_process_hint_core() 2722 lr->intersect) in __reg_process_hint_user() 2760 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user() 2835 driver_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_driver() [all …]
|
D | nl80211.c | 17935 request->intersect) { in nl80211_reg_change_event_fill()
|
/linux-6.12.1/Documentation/i2c/ |
D | ten-bit-addresses.rst | 7 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit
|
/linux-6.12.1/tools/perf/util/ |
D | evlist.c | 2584 struct perf_cpu_map *intersect, *to_test; in evlist__warn_user_requested_cpus() local 2588 intersect = perf_cpu_map__intersect(to_test, user_requested_cpus); in evlist__warn_user_requested_cpus() 2589 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evlist__warn_user_requested_cpus() 2596 perf_cpu_map__put(intersect); in evlist__warn_user_requested_cpus()
|
/linux-6.12.1/Documentation/userspace-api/ |
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-6.12.1/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 3548 request->intersect ? " intersect" : "", in ath6kl_cfg80211_reg_notify()
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 5036 KVM_GET_SUPPORTED_CPUID ioctl because some of them intersect with KVM feature
|