Home
last modified time | relevance | path

Searched defs:value_ptr (Results 1 – 15 of 15) 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
H A Dread_cgroupfs_xattr.c25 struct bpf_dynptr value_ptr; in BPF_PROG() local
H A Dcgroup_read_xattr.c17 struct bpf_dynptr value_ptr; in read_xattr() local
/linux/fs/
H A Dbpf_fs_kfuncs.c133 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_get_dentry_xattr() local
206 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_set_dentry_xattr_locked() local
342 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_cgroup_read_xattr() local
/linux/tools/perf/util/
H A Dparse-sublevel-options.h6 int *value_ptr; member
/linux/tools/tracing/rtla/src/
H A Dtimerlat.bpf.c54 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/fs/btrfs/
H A Dsysfs.c654 static ssize_t btrfs_show_u64(u64 *value_ptr, spinlock_t *lock, char *buf) in btrfs_show_u64()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c4531 …int read_perf_counter_info(const char *const path, const char *const parse_format, void *value_ptr) in read_perf_counter_info()