Searched refs:_target (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/arch/s390/include/asm/ |
D | linkage.h | 15 #define EX_TABLE(_fault, _target) \ argument 19 ".long (" #_target ") - .\n" \ 24 #define EX_TABLE(_fault, _target) \ argument 28 .long (_target) - . ; \ 31 #define EX_TABLE_DMA(_fault, _target) \ argument 35 .long (_target) - . ; \
|
/Linux-v5.4/tools/perf/util/ |
D | stat-display.c | 698 struct target *_target) in sort_aggr_thread() argument 723 if (uval == 0.0 && target__has_per_thread(_target)) in sort_aggr_thread() 744 struct target *_target, in print_aggr_thread() argument 753 buf = sort_aggr_thread(counter, nthreads, ncpus, &sorted_threads, _target); in print_aggr_thread() 1010 struct target *_target, in print_header() argument 1021 if (_target->system_wide) in print_header() 1023 else if (_target->cpu_list) in print_header() 1024 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header() 1025 else if (!target__has_task(_target)) { in print_header() 1029 } else if (_target->pid) in print_header() [all …]
|
D | stat.h | 218 struct target *_target,
|
/Linux-v5.4/Documentation/hwmon/ |
D | max31790.rst | 40 fan[1-6]_target RW desired fan speed in RPM
|
D | max31785.rst | 42 fan[1-4]_target Fan input target
|
D | w83791d.rst | 138 temp[1-3]_target defines the target temperature for Thermal Cruise mode.
|
D | f71805f.rst | 177 You ask for a specific fan speed by writing to the fan<n>_target file.
|
D | nct6775.rst | 230 fan[1-7]_target
|
D | w83627ehf.rst | 174 pwm[1-4]_target
|
D | sysfs-interface.rst | 300 `fan[1-*]_target`
|
/Linux-v5.4/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 820 #define EX_TABLE(_fault, _target) \ argument 824 stringify_in_c(.long (_target) - . ;) \
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | ppc_asm.h | 820 #define EX_TABLE(_fault, _target) \ argument 824 stringify_in_c(.long (_target) - . ;) \
|
/Linux-v5.4/tools/perf/ |
D | builtin-stat.c | 401 static bool is_target_alive(struct target *_target, in is_target_alive() argument 407 if (!target__has_task(_target)) in is_target_alive()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13454 static void be32_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be32_to_cpu_n() argument 13457 u32 *target = (u32 *)_target; in be32_to_cpu_n() 13468 static void bnx2x_prep_ops(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_ops() argument 13471 struct raw_op *target = (struct raw_op *)_target; in bnx2x_prep_ops() 13485 static void bnx2x_prep_iro(const u8 *_source, u8 *_target, u32 n) in bnx2x_prep_iro() argument 13488 struct iro *target = (struct iro *)_target; in bnx2x_prep_iro() 13505 static void be16_to_cpu_n(const u8 *_source, u8 *_target, u32 n) in be16_to_cpu_n() argument 13508 u16 *target = (u16 *)_target; in be16_to_cpu_n()
|
/Linux-v5.4/drivers/hwmon/ |
D | w83795.c | 1651 SENSOR_ATTR_2(fan##index##_target, S_IWUSR | S_IRUGO, \
|