| /linux/tools/perf/util/ |
| H A D | stat-display.c | 1267 struct target *_target __maybe_unused, in print_header_interval_std() 1315 struct target *_target, struct evlist *evlist, in print_header_std() argument 1323 if (_target->bpf_str) in print_header_std() 1324 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std() 1325 else if (_target->system_wide) in print_header_std() 1327 else if (_target->cpu_list) in print_header_std() 1328 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std() 1329 else if (!target__has_task(_target)) { in print_header_std() 1333 } else if (_target->pid) in print_header_std() 1334 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/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/include/linux/ |
| H A D | seqlock.h | 1333 #define __scoped_seqlock_read(_seqlock, _target, _s) \ 1339 __scoped_seqlock_next(&_s, _seqlock, _target)) 1346 * @_target: an enum ss_state: one of {ss_lock, ss_lock_irqsave, ss_lockless} 1358 #define scoped_seqlock_read(_seqlock, _target) \ 1359 __scoped_seqlock_read(_seqlock, _target, __UNIQUE_ID(seqlock)) 1299 __scoped_seqlock_read(_seqlock,_target,_s) global() argument 1323 scoped_seqlock_read(_seqlock,_target) global() argument
|
| /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 | 552 static bool is_target_alive(struct target *_target, in is_target_alive() argument 558 if (!target__has_task(_target)) in is_target_alive()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 13316 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument 13319 u32 *target = (u32 *)_target; in be32_to_cpu_n() 13330 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument 13333 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops() 13347 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument 13350 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro() 13367 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument 13370 u16 *target = (u16 *)_target; in be16_to_cpu_n()
|
| /linux/drivers/hwmon/ |
| H A D | w83795.c | 1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|