Home
last modified time | relevance | path

Searched defs:value (Results 8626 - 8650 of 17682) sorted by relevance

1...<<341342343344345346347348349350>>...708

/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4defs.h120 static FORCE_INLINE void LZ4_write16(void *memPtr, U16 value) in LZ4_write16() argument
125 static FORCE_INLINE void LZ4_write32(void *memPtr, U32 value) in LZ4_write32() argument
135 static FORCE_INLINE void LZ4_writeLE16(void *memPtr, U16 value) in LZ4_writeLE16() argument
/kernel/linux/linux-5.10/lib/
H A Dtest_rhashtable.c63 struct test_obj_val value; member
68 struct test_obj_val value; member
[all...]
H A Dubsan.c110 val_to_string(char *str, size_t size, struct type_descriptor *type, void *value) val_to_string() argument
H A Dnlattr.c169 u64 value; in nla_validate_range_unsigned() local
273 s64 value; nla_validate_int_range_signed() local
331 u64 value; nla_validate_mask() local
[all...]
/kernel/linux/linux-5.10/include/scsi/fc/
H A Dfc_ms.h120 __u8 value[1]; member
/kernel/linux/linux-5.10/include/sound/sof/
H A Dcontrol.h85 uint32_t value; member
/kernel/linux/linux-5.10/lib/pldmfw/
H A Dpldmfw.c640 u16 value; in pldmfw_op_pci_match_record() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h295 ptrdiff_t value; member
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dacct.c315 static comp_t encode_comp_t(unsigned long value) in encode_comp_t() argument
359 encode_comp2_t(u64 value) encode_comp2_t() argument
392 encode_float(u64 value) encode_float() argument
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dringbuf.c230 static int ringbuf_map_update_elem(struct bpf_map *map, void *key, void *value, in ringbuf_map_update_elem() argument
H A Dbpf_struct_ops.c514 void *value; in bpf_struct_ops_map_seq_show_elem() local
241 bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, void *value) bpf_struct_ops_map_sys_lookup_elem() argument
314 bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) bpf_struct_ops_map_update_elem() argument
[all...]
H A Dlpm_trie.c279 lpm_trie_node_alloc(const struct lpm_trie *trie, const void *value) lpm_trie_node_alloc() argument
303 trie_update_elem(struct bpf_map *map, void *_key, void *value, u64 flags) trie_update_elem() argument
[all...]
H A Dlocal_storage.c142 cgroup_storage_update_elem(struct bpf_map *map, void *key, void *value, u64 flags) cgroup_storage_update_elem() argument
181 bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, void *value) bpf_percpu_cgroup_storage_copy() argument
210 bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, void *value, u64 map_flags) bpf_percpu_cgroup_storage_update() argument
/kernel/linux/linux-5.10/kernel/cgroup/
H A Drdma.c359 char *name, *value = c; in parse_resource() local
497 u32 value; in print_rpool_values() local
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dtime.c588 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() argument
605 jiffies_to_timespec64(const unsigned long jiffies, struct timespec64 *value) jiffies_to_timespec64() argument
[all...]
/kernel/linux/linux-5.10/fs/
H A Dxattr.c165 __vfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) __vfs_setxattr() argument
197 __vfs_setxattr_noperm(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) __vfs_setxattr_noperm() argument
247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, const void *value, size_t size, int flags, struct inode **delegated_inode) __vfs_setxattr_locked() argument
274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags) vfs_setxattr() argument
297 xattr_getsecurity(struct inode *inode, const char *name, void *value, size_t size) xattr_getsecurity() argument
336 char *value = *xattr_value; vfs_getxattr_alloc() local
365 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, void *value, size_t size) __vfs_getxattr() argument
380 vfs_getxattr(struct dentry *dentry, const char *name, void *value, size_t size) vfs_getxattr() argument
511 setxattr(struct dentry *d, const char __user *name, const void __user *value, size_t size, int flags) setxattr() argument
555 path_setxattr(const char __user *pathname, const char __user *name, const void __user *value, size_t size, int flags, unsigned int lookup_flags) path_setxattr() argument
614 getxattr(struct dentry *d, const char __user *name, void __user *value, size_t size) getxattr() argument
653 path_getxattr(const char __user *pathname, const char __user *name, void __user *value, size_t size, unsigned int lookup_flags) path_getxattr() argument
907 simple_xattr_alloc(const void *value, size_t size) simple_xattr_alloc() argument
968 simple_xattr_set(struct simple_xattrs *xattrs, const char *name, const void *value, size_t size, int flags, ssize_t *removed_size) simple_xattr_set() argument
[all...]
H A Dposix_acl.c708 void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() argument
716 void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user() argument
669 posix_acl_fix_xattr_userns( struct user_namespace *to, struct user_namespace *from, void *value, size_t size) posix_acl_fix_xattr_userns() argument
728 posix_acl_from_xattr(struct user_namespace *user_ns, const void *value, size_t size) posix_acl_from_xattr() argument
836 posix_acl_xattr_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *value, size_t size) posix_acl_xattr_get() argument
883 posix_acl_xattr_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) posix_acl_xattr_set() argument
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.c128 ethnl_bitmap32_update(u32 *dst, unsigned int nbits, const u32 *value, const u32 *mask, bool *mod) ethnl_bitmap32_update() argument
[all...]
/kernel/linux/linux-5.10/net/802/
H A Dmrp.c215 static void mrp_attrvalue_inc(void *value, u8 len) in mrp_attrvalue_inc() argument
226 mrp_attr_cmp(const struct mrp_attr *attr, const void *value, u8 len, u8 type) mrp_attr_cmp() argument
236 mrp_attr_lookup(const struct mrp_applicant *app, const void *value, u8 len, u8 type) mrp_attr_lookup() argument
256 mrp_attr_create(struct mrp_applicant *app, const void *value, u8 len, u8 type) mrp_attr_create() argument
529 mrp_request_join(const struct net_device *dev, const struct mrp_application *appl, const void *value, u8 len, u8 type) mrp_request_join() argument
554 mrp_request_leave(const struct net_device *dev, const struct mrp_application *appl, const void *value, u8 len, u8 type) mrp_request_leave() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_list_set.c185 list_set_utest(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_utest() argument
232 list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_uadd() argument
314 list_set_udel(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_udel() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_tables_offload.c51 __be16 value; member
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c99 unsigned int value; in anx6345_dp_link_training() local
437 u8 value; in anx6345_get_downstream_info() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c422 static int emit_ggtt_store_dw(struct i915_request *rq, u32 addr, u32 value) in emit_ggtt_store_dw() argument
453 tl_write(struct intel_timeline *tl, struct intel_engine_cs *engine, u32 value) in tl_write() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Ddisplay.h122 u32 value; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Dintel_sideband.c345 void intel_sbi_write(struct drm_i915_private *i915, u16 reg, u32 value, in intel_sbi_write() argument

Completed in 26 milliseconds

1...<<341342343344345346347348349350>>...708