Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_get_xattr.c23 struct bpf_dynptr value_ptr; in BPF_PROG() local
45 struct bpf_dynptr value_ptr; in BPF_PROG() local
/linux-6.12.1/tools/perf/util/
Dparse-sublevel-options.h6 int *value_ptr; member
/linux-6.12.1/fs/
Dbpf_fs_kfuncs.c111 struct bpf_dynptr_kern *value_ptr = (struct bpf_dynptr_kern *)value_p; in bpf_get_dentry_xattr() local
/linux-6.12.1/drivers/md/persistent-data/
Ddm-btree-internal.h119 static inline void *value_ptr(struct btree_node *n, uint32_t index) in value_ptr() function
/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_kms.c236 uint32_t *value, value_tmp, *value_ptr, value_size; in radeon_info_ioctl() local
/linux-6.12.1/tools/testing/selftests/mm/
Dmlock2-tests.c98 char *value_ptr; in get_value_for_name() local
/linux-6.12.1/drivers/target/iscsi/
Discsi_target_parameters.c809 static int iscsi_check_numerical_value(struct iscsi_param *param, char *value_ptr) in iscsi_check_numerical_value()
/linux-6.12.1/tools/testing/selftests/kvm/
Ddirty_log_test.c552 uint64_t *value_ptr; in vm_dirty_log_verify() local
/linux-6.12.1/drivers/misc/altera-stapl/
Daltera.c2111 char *value_ptr; in altera_get_note() local
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h1170 long *value_ptr; /* obsoleted */ member
1174 long long *value_ptr; /* obsoleted */ member
/linux-6.12.1/include/uapi/sound/
Dasound.h1170 long *value_ptr; /* obsoleted */ member
1174 long long *value_ptr; /* obsoleted */ member
/linux-6.12.1/fs/btrfs/
Dsysfs.c654 static ssize_t btrfs_show_u64(u64 *value_ptr, spinlock_t *lock, char *buf) in btrfs_show_u64()
/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c3958 …int read_perf_counter_info(const char *const path, const char *const parse_format, void *value_ptr) in read_perf_counter_info()