Home
last modified time | relevance | path

Searched refs:_target (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
885 stringify_in_c(.llong (_target);) \
/linux/arch/powerpc/include/asm/
H A Dextable.h37 #define EX_TABLE(_fault, _target) \ argument
41 stringify_in_c(.long (_target) - . ;) \
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ argument
885 stringify_in_c(.llong (_target);) \
/linux/tools/perf/util/
H A Dstat-display.c1274 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 Dstat.h205 struct target *_target, struct timespec *ts, int argc, const char **argv);
/linux/include/linux/
H A Dseqlock.h1299 #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 Dmax6620.rst38 fan[1-4]_target rw Desired fan speed in RPM.
H A Dcorsair-cpro.rst36 fan[1-6]_target Sets fan speed target rpm.
H A Dw83791d.rst138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
H A Df71805f.rst177 You ask for a specific fan speed by writing to the fan<n>_target file.
H A Dw83627ehf.rst174 pwm[1-4]_target
H A Dnct6775.rst236 fan[1-7]_target
H A Dsysfs-interface.rst184 `fan[1-*]_target`
/linux/tools/perf/
H A Dbuiltin-stat.c562 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 Dw83795.c1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \