| /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()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | .gitignore | 38 mlock-intersect-test
|
| /linux/include/net/ |
| H A D | regulatory.h | 85 bool intersect; member
|
| /linux/net/wireless/ |
| H A D | reg.c | 84 .intersect = false, 1311 struct ieee80211_wmm_ac *intersect) in reg_wmm_rules_intersect() argument 1313 intersect->cw_min = max_t(u16, wmm_ac1->cw_min, wmm_ac2->cw_min); in reg_wmm_rules_intersect() 1314 intersect->cw_max = max_t(u16, wmm_ac1->cw_max, wmm_ac2->cw_max); in reg_wmm_rules_intersect() 1315 intersect->cot = min_t(u16, wmm_ac1->cot, wmm_ac2->cot); in reg_wmm_rules_intersect() 1316 intersect->aifsn = max_t(u8, wmm_ac1->aifsn, wmm_ac2->aifsn); in reg_wmm_rules_intersect() 2682 core_request->intersect = false; in reg_process_hint_core() 2709 lr->intersect) in __reg_process_hint_user() 2747 user_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_user() 2822 driver_request->intersect = treatment == REG_REQ_INTERSECT; in reg_process_hint_driver() [all …]
|
| H A D | nl80211.c | 20877 request->intersect) { in nl80211_reg_change_event_fill()
|
| /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 | 439 struct perf_cpu_map *intersect; in evlist_cpu_iterator__init() 469 intersect = perf_cpu_map__intersect(used_cpus, pos->core.cpus); in evlist_cpu_iterator__next() 470 if (!perf_cpu_map__is_empty(intersect)) { in evlist_cpu_iterator__next() 472 perf_cpu_map__put(intersect); in evlist_cpu_iterator__next() 476 perf_cpu_map__put(intersect); in evlist_cpu_iterator__next() 377 struct perf_cpu_map *intersect; evlist__use_affinity() local
|
| H A D | evsel.c | 4738 struct perf_cpu_map *intersect, *online = NULL; 4742 intersect = perf_cpu_map__intersect(pmu->cpus, user_requested_cpus); 4745 intersect = perf_cpu_map__intersect(online, user_requested_cpus); 4747 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { 4756 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 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 | 3555 request->intersect ? " intersect" : "", in ath6kl_cfg80211_reg_notify()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 5106 KVM_GET_SUPPORTED_CPUID ioctl because some of them intersect with KVM feature
|