Searched refs:_target (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
| H A D | ppc_asm.h | 880 #define RESTART_TABLE(_start, _end, _target) \ argument 885 stringify_in_c(.llong (_target);) \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | extable.h | 37 #define EX_TABLE(_fault, _target) \ argument 41 stringify_in_c(.long (_target) - . ;) \
|
| H A D | ppc_asm.h | 880 #define RESTART_TABLE(_start, _end, _target) \ argument 885 stringify_in_c(.llong (_target);) \
|
| /linux/tools/perf/util/ |
| H A D | stat-display.c | 1274 struct target *_target __maybe_unused, in print_header_interval_std() 1322 struct target *_target, struct evlist *evlist, in print_header_std() argument 1330 if (_target->bpf_str) in print_header_std() 1331 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std() 1332 else if (_target->system_wide) in print_header_std() 1334 else if (_target->cpu_list) in print_header_std() 1335 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std() 1336 else if (!target__has_task(_target)) { in print_header_std() 1340 } else if (_target->pid) in print_header_std() 1341 fprintf(output, "process id \'%s", _target->pid); in print_header_std() [all …]
|
| H A D | stat.h | 205 struct target *_target, struct timespec *ts, int argc, const char **argv);
|
| /linux/include/linux/ |
| H A D | seqlock.h | 1299 #define __scoped_seqlock_read(_seqlock, _target, _s) \ argument 1303 __scoped_seqlock_next(&_s, _seqlock, _target)) 1323 #define scoped_seqlock_read(_seqlock, _target) \ argument 1324 __scoped_seqlock_read(_seqlock, _target, __UNIQUE_ID(seqlock))
|
| /linux/Documentation/hwmon/ |
| H A D | max6620.rst | 38 fan[1-4]_target rw Desired fan speed in RPM.
|
| H A D | corsair-cpro.rst | 36 fan[1-6]_target Sets fan speed target rpm.
|
| H A D | w83791d.rst | 138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
|
| H A D | f71805f.rst | 177 You ask for a specific fan speed by writing to the fan<n>_target file.
|
| H A D | w83627ehf.rst | 174 pwm[1-4]_target
|
| H A D | nct6775.rst | 236 fan[1-7]_target
|
| H A D | sysfs-interface.rst | 184 `fan[1-*]_target`
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 562 static bool is_target_alive(struct target *_target, in is_target_alive() argument 568 if (!target__has_task(_target)) in is_target_alive()
|
| /linux/drivers/hwmon/ |
| H A D | w83795.c | 1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|