Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat-display.c1267 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 Dstat.h205 struct target *_target, struct timespec *ts, int argc, const char **argv);
/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/include/linux/
H A Dseqlock.h1333 #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 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.c552 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 Dbnx2x_main.c13316 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 Dw83795.c1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \