/tools/power/cpupower/lib/ |
D | cpufreq.c | 317 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) in cpufreq_put_available_governors() argument 321 if (!any) in cpufreq_put_available_governors() 324 tmp = any->first; in cpufreq_put_available_governors() 394 void cpufreq_put_frequencies(struct cpufreq_frequencies *any) in cpufreq_put_frequencies() argument 398 if (!any) in cpufreq_put_frequencies() 401 tmp = any->first; in cpufreq_put_frequencies() 470 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_affected_cpus() argument 474 if (!any) in cpufreq_put_affected_cpus() 477 tmp = any->first; in cpufreq_put_affected_cpus() 491 void cpufreq_put_related_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_related_cpus() argument [all …]
|
/tools/testing/selftests/net/ |
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()
|
/tools/testing/selftests/bpf/ |
D | with_addr.sh | 26 ip link add "${SIT_DEV_NAME}" type sit remote any local any \
|
/tools/usb/usbip/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 47 that any problems introduced by others will not reflect on the original 50 Finally, any free program is threatened constantly by software 53 program proprietary. To prevent this, we have made it clear that any 62 0. This License applies to any program or other work which contains 65 refers to any such program or work, and a "work based on the Program" 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 83 notices that refer to this License and to the absence of any warranty; 84 and give any other recipients of the Program a copy of this License [all …]
|
/tools/build/ |
D | Build.include | 54 # Find any prerequisites that is newer than target or that does not exist. 56 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^) 72 # if_changed_dep - execute command if any prerequisite is newer than 75 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \ 79 # if_changed - execute command if any prerequisite is newer than 81 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
|
/tools/perf/tests/attr/ |
D | test-record-branch-filter-any | 3 args = --no-bpf-event -j any kill >/dev/null 2>&1
|
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/net/forwarding/ |
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.
|
/tools/kvm/kvm_stat/ |
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/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 46 | *UPDATE_FLAGS* := { **any** | **exist** | **noexist** } 74 *UPDATE_FLAGS* can be one of: **any** update existing entry 104 output of any bpf_perf_event_output() call in the kernel. 113 replace any existing ring. Any other application will stop 161 Do not automatically attempt to mount any virtual file system
|
D | bpftool.rst | 66 Do not automatically attempt to mount any virtual file system
|
/tools/perf/Documentation/ |
D | perf-help.txt | 34 option supersedes any other option.
|
D | perf-script-perl.txt | 19 Perl script, if any. 127 functions in any order. 132 *trace_begin*, if defined, is called before any event is processed and 151 *trace_unhandled*, if defined, is called after for any event that
|
D | perf-top.txt | 134 Also it can contain any sort key(s). 222 --branch-any:: 224 This is a shortcut for --branch-filter any. See --branch-filter for more infos. 234 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond. 344 Pressing any unmapped key displays a menu, and prompts for input.
|
D | perf-script.txt | 33 output of 'perf script --list' i.e. the actual script name minus any 39 script --list' i.e. the actual script name minus any language 49 actual script name minus any language extension. If <command> is 51 'perf record' option. If <script> has any required args, they 63 script name minus any language extension; a <top-script> is defined 64 as any script name ending with the string 'top'. 225 sample was recorded with perf record -b or -j any.
|
D | perf-record.txt | 252 Using the "lbr" method doesn't require any compiler options. It 265 Don't print any message, useful for scripting. 344 --branch-any:: 346 This is a shortcut for --branch-filter any. See --branch-filter for more infos. 356 - any: any type of branches 357 - any_call: any function call or system call 358 - any_ret: any function return or system call return 359 - ind_call: any indirect branch 371 The option requires at least one branch type among any, any_call, any_ret, ind_call, cond.
|
D | perf-inject.txt | 15 perf-inject reads a perf-record event stream and repipes it to stdout. At any
|
D | Build.txt | 73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.
|
/tools/testing/selftests/futex/ |
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/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 17 - ability to alter the command to be run in any phase: 92 conflict with any from tdc.py or from other plugins that will be used
|
/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 5 an appropriate image from any number of places.
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 66 has acquired a given lock sees any changes previously seen or made by any 68 stronger than "Any CPU holding a given lock sees all changes made by any 208 In the absence of any ordering, this goal may not be met, as can be seen 232 The smp_store_release() macro orders any prior accesses against the 233 store, while the smp_load_acquire macro orders the load against any 345 or smp_rmb(), any code fragment that would work with smp_rmb() and 357 absence of any ordering it is quite possible that this may happen, as
|
D | explanation.txt | 92 permissive, in the sense that any behavior allowed by one of these 190 store to the same memory location, from any CPU. 324 have any cycles. 340 an ordering so it cannot have any cycles. 415 operators and function calls can be evaluated in any order. For 566 To put it another way, for any variable x, the coherence order (co) of 601 because it means that the accesses to any single memory location obey 706 READ_ONCE() to the WRITE_ONCE(). If the code contained any later 742 arrange for the store to be co-later than (i.e., to overwrite) any 746 whether there are any as-yet unexecuted store instructions, for the [all …]
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 43 Run dmesg looking for any user-after free errors or mutex lock errors.
|
/tools/perf/ |
D | design.txt | 201 applies to new descendents, not to any existing descendents at the 202 time the counter is created (nor to any new descendents of existing 257 gets schedule to. Per task counters can be created by any user, for 429 non-leader stops that counter from counting but doesn't affect any 446 by this process or by another, and doesn't affect any counters that 448 disables the group leaders, not any other members in the groups.
|