Searched refs:intersect (Results 1 – 11 of 11) 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 | 634 struct cur_regulatory_info *reg_info, bool intersect, in ath11k_reg_build_regd() argument 779 if (intersect) { in ath11k_reg_build_regd() 880 bool intersect = false; in ath11k_reg_handle_chan_list() local 940 intersect = true; in ath11k_reg_handle_chan_list() 947 power_type, vdev_type, intersect); in ath11k_reg_handle_chan_list() 949 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 | 33 mlock-intersect-test
|
| /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/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/tools/perf/util/ |
| H A D | evsel.c | 4258 struct perf_cpu_map *intersect, *online = NULL; in evsel__warn_user_requested_cpus() local 4262 intersect = perf_cpu_map__intersect(pmu->cpus, user_requested_cpus); in evsel__warn_user_requested_cpus() 4265 intersect = perf_cpu_map__intersect(online, user_requested_cpus); in evsel__warn_user_requested_cpus() 4267 if (!perf_cpu_map__equal(intersect, user_requested_cpus)) { in evsel__warn_user_requested_cpus() 4276 perf_cpu_map__put(intersect); in evsel__warn_user_requested_cpus()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 3552 request->intersect ? " intersect" : "", in ath6kl_cfg80211_reg_notify()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 19302 request->intersect) { in nl80211_reg_change_event_fill()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 5093 KVM_GET_SUPPORTED_CPUID ioctl because some of them intersect with KVM feature
|