| /kernel/linux/linux-5.10/lib/lz4/ |
| H A D | lz4defs.h | 120 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 D | test_rhashtable.c | 63 struct test_obj_val value; member 68 struct test_obj_val value; member [all...] |
| H A D | ubsan.c | 110 val_to_string(char *str, size_t size, struct type_descriptor *type, void *value) val_to_string() argument
|
| H A D | nlattr.c | 169 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 D | fc_ms.h | 120 __u8 value[1]; member
|
| /kernel/linux/linux-5.10/include/sound/sof/ |
| H A D | control.h | 85 uint32_t value; member
|
| /kernel/linux/linux-5.10/lib/pldmfw/ |
| H A D | pldmfw.c | 640 u16 value; in pldmfw_op_pci_match_record() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | fse.h | 295 ptrdiff_t value; member [all...] |
| /kernel/linux/linux-5.10/kernel/ |
| H A D | acct.c | 315 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 D | ringbuf.c | 230 static int ringbuf_map_update_elem(struct bpf_map *map, void *key, void *value, in ringbuf_map_update_elem() argument
|
| H A D | bpf_struct_ops.c | 514 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 D | lpm_trie.c | 279 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 D | local_storage.c | 142 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 D | rdma.c | 359 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 D | time.c | 588 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 D | xattr.c | 165 __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 D | posix_acl.c | 708 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 D | bitset.c | 128 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 D | mrp.c | 215 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 D | ip_set_list_set.c | 185 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 D | nf_tables_offload.c | 51 __be16 value; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/ |
| H A D | analogix-anx6345.c | 99 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 D | selftest_timeline.c | 422 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 D | display.h | 122 u32 value; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| H A D | intel_sideband.c | 345 void intel_sbi_write(struct drm_i915_private *i915, u16 reg, u32 value, in intel_sbi_write() argument
|