Home
last modified time | relevance | path

Searched +defs:val +defs:current (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dmap_kptr.c122 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) argument
406 struct map_value *v, val = {}; in test_map_kptr_ref1() local
493 struct task_struct *current; in test_ls_map_kptr_ref1() local
511 struct task_struct *current; in test_ls_map_kptr_ref2() local
526 struct task_struct *current; in test_ls_map_kptr_ref_del() local
Dlru_bug.c33 struct map_value val = {}, *v; in nanosleep() local
34 struct task_struct *current; in nanosleep() local
Ddynptr_fail.c60 int err, val; variable
1729 struct task_struct *current = NULL; in test_dynptr_reg_type() local
/linux-6.14.4/tools/iio/
Diio_utils.c31 char *current; in iioutils_break_up_name() local
321 struct iio_channel_info *current; in build_channel_array() local
652 static int _write_sysfs_int(const char *filename, const char *basedir, int val, in _write_sysfs_int()
729 int write_sysfs_int(const char *filename, const char *basedir, int val) in write_sysfs_int()
744 int val) in write_sysfs_int_and_verify()
750 const char *val, int verify) in _write_sysfs_string()
830 const char *val) in write_sysfs_string_and_verify()
844 const char *val) in write_sysfs_string()
904 int read_sysfs_float(const char *filename, const char *basedir, float *val) in read_sysfs_float()
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c72 uint64_t current, overhead; in determine_overhead() local
92 uint64_t val; in pmc4_ebb_callee() local
/linux-6.14.4/tools/testing/selftests/cgroup/
Dtest_hugetlb_memcg.c26 long val; in get_hugepage_size() local
99 long old_current, expected_current, current; in hugetlb_test_program() local
/linux-6.14.4/drivers/soc/qcom/
Dspm.c26 #define FIELD_SET(current, mask, val) \ argument
257 enum spm_reg reg, u32 val) in spm_register_write()
266 enum spm_reg reg, u32 val) in spm_register_write_sync()
/linux-6.14.4/drivers/crypto/amcc/
Dcrypto4xx_core.c658 static u32 get_next_gd(u32 current) in get_next_gd()
666 static u32 get_next_sd(u32 current) in get_next_sd()
1125 u32 val[2]; in ppc4xx_prng_data_read() local
/linux-6.14.4/drivers/power/supply/
Dcw2015_battery.c84 static int cw_read_word(struct cw_battery *cw_bat, u8 reg, u16 *val) in cw_read_word()
251 #define HYSTERESIS(current, previous, up, down) \ argument
470 union power_supply_propval *val) in cw_battery_get_property()
Drk817_charger.c115 #define CURRENT_TO_ADC(current, samp_res) \ argument
439 union power_supply_propval *val) in rk817_bat_get_prop()
539 union power_supply_propval *val) in rk817_chg_get_prop()
631 const union power_supply_propval *val) in rk817_bat_set_prop()
/linux-6.14.4/kernel/locking/
Drwsem.c173 unsigned long val = (unsigned long)owner | RWSEM_READER_OWNED | in __rwsem_set_reader_owned() local
217 unsigned long val = atomic_long_read(&sem->owner); in rwsem_clear_reader_owned() local
1425 #define rwbase_signal_pending_state(state, current) \ argument
/linux-6.14.4/scripts/kconfig/
Dgconf.c54 static struct menu *current; // current node for SINGLE view variable
1004 tristate val; in fill_row() local
/linux-6.14.4/tools/power/pm-graph/
Dsleepgraph.py589 def getFtraceFilterFunctions(self, current): argument
740 def setVal(self, val, file): argument
751 def fsetVal(self, val, path): argument
5630 def ms2nice(val): argument
5641 def yesno(val): argument
6842 val = next(args) variable
6908 val = next(args) variable
6913 val = next(args) variable
6918 val = next(args) variable
6930 val = next(args) variable
[all …]
/linux-6.14.4/tools/perf/
Dbuiltin-trace.c162 struct thread *current; member
533 …f_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_suffix, int val) in strarray__scnprintf_suffix()
547 …cnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) in strarray__scnprintf()
596 …printf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) in strarrays__scnprintf()
634 u64 val = 0; in strarray__strtoul_flags() local
953 static bool syscall_arg__strtoul_btf_enum(char *bf, size_t size, struct syscall_arg *arg, u64 *val) in syscall_arg__strtoul_btf_enum()
972 static bool syscall_arg__strtoul_btf_type(char *bf, size_t size, struct syscall_arg *arg, u64 *val) in syscall_arg__strtoul_btf_type()
1001 …_t btf_enum_scnprintf(const struct btf_type *type, struct btf *btf, char *bf, size_t size, int val) in btf_enum_scnprintf()
1065 size_t size, int val, char *type) in trace__btf_scnprintf()
2264 unsigned long val; in syscall_arg__val() local
[all …]