| /tools/power/cpupower/lib/ |
| A D | cpufreq.c | 348 if (!any) in cpufreq_put_available_governors() 351 tmp = any->first; in cpufreq_put_available_governors() 478 if (!any) in cpufreq_put_available_frequencies() 481 tmp = any->first; in cpufreq_put_available_frequencies() 491 cpufreq_put_available_frequencies(any); in cpufreq_put_boost_frequencies() 559 if (!any) in cpufreq_put_affected_cpus() 562 tmp = any->first; in cpufreq_put_affected_cpus() 578 cpufreq_put_affected_cpus(any); in cpufreq_put_related_cpus() 785 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats() argument 789 if (!any) in cpufreq_put_stats() [all …]
|
| /tools/testing/selftests/net/ |
| A D | reuseaddr_conflict.c | 21 int open_port(int ipv6, int any) in open_port() argument 39 .sin_addr.s_addr = any ? htonl(INADDR_ANY) : inet_addr("127.0.0.1"), in open_port() 73 if (any) in open_port()
|
| A D | gre_ipv6_lladdr.sh | 140 test_gre_device "${GRE_TYPE}" any 192.0.2.11 "${MODE}" 141 test_gre_device "${GRE_TYPE}" 192.0.2.10 any "${MODE}" 156 test_gre_device "${GRE_TYPE}" any 2001:db8::11 "${MODE}" 157 test_gre_device "${GRE_TYPE}" 2001:db8::10 any "${MODE}"
|
| A D | cmsg_so_mark.sh | 32 ip -netns $NS route add prohibit any table 300 33 ip -6 -netns $NS route add prohibit any table 300
|
| /tools/usb/usbip/ |
| A D | COPYING | 16 Foundation's software and to any other program whose authors commit to 50 Finally, any free program is threatened constantly by software 66 means either the Program or any derivative work under copyright law: 80 source code as you receive it, in any medium, provided that you 84 and give any other recipients of the Program a copy of this License 96 stating that you changed the files and the date of any change. 99 whole or in part contains or is derived from the Program or any 143 years, to give any third party, for a charge no more than your 184 modifying or distributing the Program (or any work based on the 192 these terms and conditions. You may not impose any further [all …]
|
| /tools/perf/tests/shell/ |
| A D | test_brstack.sh | 13 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then 40 …perf record -o "$TMPDIR/perf.data" --branch-filter any,save_type,u -- ${TESTPROG} > "$TMPDIR/recor…
|
| /tools/build/ |
| A D | Build.include | 56 # Find any prerequisites that is newer than target or that does not exist. 58 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 74 # if_changed_dep - execute command if any prerequisite is newer than 77 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 82 # if_changed - execute command if any prerequisite is newer than 84 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_close_close-remote-fin-then-close.pkt | 33 // Verify that we send RST in response to any incoming segments 34 // (because the kernel no longer has any record of this socket).
|
| A D | tcp_eor_no-coalesce-small.pkt | 2 // Test TCP does not append any data from consequent writes to the tail
|
| A D | tcp_eor_no-coalesce-large.pkt | 2 // Test TCP does not append any data from consequent writes to the tail
|
| /tools/testing/kunit/configs/ |
| A D | all_tests.config | 5 # any tests whose dependencies are already satisfied. Please feel free to add 6 # more options if they any new tests.
|
| /tools/perf/tests/shell/attr/ |
| A D | test-record-branch-filter-any | 3 args = --no-bpf-event -j any kill >/dev/null 2>&1
|
| A D | README | 36 perf record -b kill (test-record-branch-any) 37 perf record -j any kill (test-record-branch-filter-any)
|
| /tools/testing/selftests/riscv/hwprobe/ |
| A D | sys_hwprobe.S | 8 # back the kernel's return. This doesn't do any sort of errno
|
| /tools/rcu/ |
| A D | extract-stall.sh | 5 echo Extract any RCU CPU stall warnings present in specified file.
|
| /tools/memory-model/Documentation/ |
| A D | locking.txt | 10 CPU holding a given lock sees any changes previously seen or made by any 23 Any CPU holding a given lock sees any changes previously seen 24 or made by any CPU before it previously released that same lock. 27 given lock sees all changes made by any CPU during the time that CPU was 59 lock will not see any changes that will be made by any CPU after it
|
| /tools/testing/selftests/net/forwarding/ |
| A D | README | 42 on any Linux box using veth pairs to emulate physical loopbacks. 55 o Checks shall be added to lib.sh for any external dependencies. 87 present, so it can contain any shell code. Typically it will contain
|
| /tools/hv/ |
| A D | vmbus_testing | 124 if (not path and any(element in arg_set for element in single_actions)): 128 elif (path and any(item in arg_set for item in all_actions)): 132 elif (path not in file_map and any(item in arg_set
|
| /tools/memory-model/litmus-tests/ |
| A D | LB+unlocklockonceonce+poacquireonce.litmus | 7 * in the first must execute before any accesses in the second, even if the
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_port_split.py | 146 return any(dev_port.name == port 232 if any(devlink_data.values()):
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat.txt | 21 While running in regular mode, use any of the keys listed in section 58 Press any other key to refresh statistics immediately.
|
| /tools/testing/selftests/futex/ |
| A D | README | 25 o The build system shall remain as simple as possible, avoiding any archive or 27 o Where possible, any helper functions or other package-wide code shall be
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | Dell Inc.,XPS 13 9300.yaml | 12 # This machine has a single PCI host controller so it's valid to not have any
|
| /tools/perf/Documentation/ |
| A D | perf-help.txt | 34 option supersedes any other option.
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-map.rst | 51 | *UPDATE_FLAGS* := { **any** | **exist** | **noexist** } 96 *UPDATE_FLAGS* can be one of: **any** update existing entry or add if 124 Install perf rings into a perf event array map and dump output of any 132 Note that installing a perf ring into an array will silently replace any 169 Do not automatically attempt to mount any virtual file system (such as
|