Home
last modified time | relevance | path

Searched defs:value_ptr (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_xattr.c23 struct bpf_dynptr value_ptr; BPF_PROG() local
45 struct bpf_dynptr value_ptr; BPF_PROG() local
/linux/tools/perf/util/
H A Dparse-sublevel-options.h6 int *value_ptr; member
/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c49 unsigned long long *value_ptr; in map_get() local
/linux/drivers/md/persistent-data/
H A Ddm-btree-internal.h119 static inline void *value_ptr(struct btree_node *n, uint32_t index) in value_ptr() function
/linux/drivers/gpu/drm/radeon/
H A Dradeon_kms.c236 uint32_t *value, value_tmp, *value_ptr, value_size; in radeon_info_ioctl() local
/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c111 char *value_ptr; get_value_for_name() local
/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c761 static int iscsi_check_numerical_value(struct iscsi_param *param, char *value_ptr) in iscsi_check_numerical_value()
/linux/drivers/misc/altera-stapl/
H A Daltera.c2111 char *value_ptr; in altera_get_note() local
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1174 long *value_ptr; /* obsoleted */ member
1178 long long *value_ptr; /* obsoleted */ member
/linux/tools/power/x86/turbostat/
H A Dturbostat.c4278 …int read_perf_counter_info(const char *const path, const char *const parse_format, void *value_ptr) in read_perf_counter_info()