| /kernel/linux/linux-5.10/lib/kunit/ |
| H A D | test.c | 511 size_t size; member 531 void *kunit_kmalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kmalloc() argument
|
| /kernel/linux/linux-5.10/lib/pldmfw/ |
| H A D | pldmfw.c | 203 pldm_check_desc_tlv_len(struct pldmfw_priv *data, u16 type, u16 size) in pldm_check_desc_tlv_len() argument 270 u16 type, size; pldm_parse_desc_tlvs() local 451 u32 offset, size; pldm_parse_components() local [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | test_kasan.c | 81 size_t size = 123; in kmalloc_oob_right() local 93 size_t size = 15; in kmalloc_oob_left() local 105 size_t size = 4096; in kmalloc_node_oob_right() local 117 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; in kmalloc_pagealloc_oob_right() local 137 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; kmalloc_pagealloc_uaf() local 154 size_t size = KMALLOC_MAX_CACHE_SIZE + 10; kmalloc_pagealloc_invalid_free() local 170 size_t size = KMALLOC_MAX_CACHE_SIZE - 256; kmalloc_large_oob_right() local 256 size_t size = 8; kmalloc_oob_memset_2() local 268 size_t size = 8; kmalloc_oob_memset_4() local 281 size_t size = 8; kmalloc_oob_memset_8() local 293 size_t size = 16; kmalloc_oob_memset_16() local 305 size_t size = 666; kmalloc_oob_in_memset() local 317 size_t size = 64; kmalloc_memmove_invalid_size() local 333 size_t size = 10; kmalloc_uaf() local 345 size_t size = 33; kmalloc_uaf_memset() local 357 size_t size = 43; kmalloc_uaf2() local 376 size_t size = 8; kfree_via_page() local 391 size_t size = 8; kfree_via_phys() local 404 size_t size = 200; kmem_cache_oob() local 425 size_t size = 200; memcg_accounted_kmem_cache() local 479 size_t size = 123, real_size; ksize_unpoisons_memory() local 553 size_t size = 200; kmem_cache_double_free() local 574 size_t size = 200; kmem_cache_invalid_free() local 603 size_t size = 24; kasan_memchr() local 627 size_t size = 24; kasan_memcmp() local 652 size_t size = 24; kasan_strings() local 771 size_t size = 16; kmalloc_double_kzfree() local [all...] |
| H A D | test_lockup.c | 411 static bool test_kernel_ptr(unsigned long addr, int size) in test_kernel_ptr() argument
|
| H A D | bootconfig.c | 225 xbc_node_compose_key_after(struct xbc_node *root, struct xbc_node *node, char *buf, size_t size) xbc_node_compose_key_after() argument
|
| H A D | nlattr.c | 798 nla_memcmp(const struct nlattr *nla, const void *data, size_t size) nla_memcmp() argument [all...] |
| /kernel/linux/linux-5.10/mm/ |
| H A D | slob.c | 135 int size; global() member 146 set_slob(slob_t *s, slobidx_t size, slob_t *next) set_slob() argument 237 slob_page_alloc(struct page *sp, size_t size, int align, int align_offset, bool *page_removed_from_list) slob_page_alloc() argument 301 slob_alloc(size_t size, gfp_t gfp, int align, int node, int align_offset) slob_alloc() argument 382 slob_free(void *block, int size) slob_free() argument 469 __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller) __do_kmalloc_node() argument 517 __kmalloc(size_t size, gfp_t gfp) __kmalloc() argument 523 __kmalloc_track_caller(size_t size, gfp_t gfp, unsigned long caller) __kmalloc_track_caller() argument 530 __kmalloc_node_track_caller(size_t size, gfp_t gfp, int node, unsigned long caller) __kmalloc_node_track_caller() argument 631 __kmalloc_node(size_t size, gfp_t gfp, int node) __kmalloc_node() argument 644 __kmem_cache_free(void *b, int size) __kmem_cache_free() argument 676 kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) kmem_cache_free_bulk() argument 682 kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, void **p) kmem_cache_alloc_bulk() argument [all...] |
| H A D | list_lru.c | 355 int size = memcg_nr_cache_ids; in memcg_init_list_lru_node() local
|
| H A D | mlock.c | 850 int user_shm_lock(size_t size, struct user_struct *user) in user_shm_lock() argument 872 void user_shm_unlock(size_t size, struct user_struct *user) in user_shm_unlock() argument
|
| /kernel/linux/linux-5.10/mm/kasan/ |
| H A D | kasan.h | 77 size_t size; /* Size of the global variable. */ member [all...] |
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | ringbuf.c | 326 static void *__bpf_ringbuf_reserve(struct bpf_ringbuf *rb, u64 size) in __bpf_ringbuf_reserve() argument [all...] |
| H A D | lpm_trie.c | 283 size_t size = sizeof(struct lpm_trie_node) + trie->data_size; in lpm_trie_node_alloc() local
|
| H A D | local_storage.c | 187 u32 size; in bpf_percpu_cgroup_storage_copy() local 216 u32 size; in bpf_percpu_cgroup_storage_update() local 237 value + off, size); in bpf_percpu_cgroup_storage_update() local 365 u32 offset, size; in cgroup_storage_check_btf() local 479 size_t size; bpf_cgroup_storage_calculate_size() local 500 size_t size; bpf_cgroup_storage_alloc() local [all...] |
| /kernel/linux/linux-5.10/kernel/gcov/ |
| H A D | clang.c | 466 size_t size; member [all...] |
| H A D | gcc_4_7.c | 392 size_t size; member [all...] |
| /kernel/linux/linux-5.10/kernel/ |
| H A D | static_call.c | 81 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap() argument
|
| H A D | taskstats.c | 391 size_t size; in cgroupstats_user_cmd() local 469 size_t size; in taskstats_packet_size() local 482 size_t size; in cmd_attr_pid() local 65 prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp, size_t size) prepare_reply() argument 511 size_t size; cmd_attr_tgid() local 589 size_t size; taskstats_exit() local [all...] |
| H A D | jump_label.c | 63 static void jump_label_swap(void *a, void *b, int size) in jump_label_swap() argument 82 unsigned long size; in jump_label_sort_entries() local
|
| /kernel/linux/linux-5.10/kernel/events/ |
| H A D | ring_buffer.c | 138 ring_buffer_has_space(unsigned long head, unsigned long tail, unsigned long data_size, unsigned int size, bool backward) ring_buffer_has_space() argument 149 __perf_output_begin(struct perf_output_handle *handle, struct perf_sample_data *data, struct perf_event *event, unsigned int size, bool backward) __perf_output_begin() argument 267 perf_output_begin_forward(struct perf_output_handle *handle, struct perf_sample_data *data, struct perf_event *event, unsigned int size) perf_output_begin_forward() argument 274 perf_output_begin_backward(struct perf_output_handle *handle, struct perf_sample_data *data, struct perf_event *event, unsigned int size) perf_output_begin_backward() argument 281 perf_output_begin(struct perf_output_handle *handle, struct perf_sample_data *data, struct perf_event *event, unsigned int size) perf_output_begin() argument 482 perf_aux_output_end(struct perf_output_handle *handle, unsigned long size) perf_aux_output_end() argument 540 perf_aux_output_skip(struct perf_output_handle *handle, unsigned long size) perf_aux_output_skip() argument 817 unsigned long size; rb_alloc() local 913 unsigned long size; rb_alloc() local [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 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 411 vfs_listxattr(struct dentry *dentry, char *list, size_t size) vfs_listxattr() 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 702 listxattr(struct dentry *d, char __user *list, size_t size) listxattr() argument 730 path_listxattr(const char __user *pathname, char __user *list, size_t size, unsigned int lookup_flags) path_listxattr() argument 850 unsigned int size = 0; generic_listxattr() local 907 simple_xattr_alloc(const void *value, size_t size) simple_xattr_alloc() argument 929 simple_xattr_get(struct simple_xattrs *xattrs, const char *name, void *buffer, size_t size) simple_xattr_get() 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 1049 simple_xattr_list(struct inode *inode, struct simple_xattrs *xattrs, char *buffer, size_t size) simple_xattr_list() argument [all...] |
| H A D | posix_acl.c | 179 const size_t size = sizeof(struct posix_acl) + in posix_acl_alloc() local 197 int size = sizeof(struct posix_acl) + acl->a_count * in posix_acl_clone() local 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 797 posix_acl_to_xattr(struct user_namespace *user_ns, const struct posix_acl *acl, void *buffer, size_t size) posix_acl_to_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/fs/pstore/ |
| H A D | inode.c | 47 size_t size; member 348 size_t size = record->size + record->ecc_notice_size; in pstore_mkfile() local
|
| /kernel/linux/linux-5.10/fs/sysfs/ |
| H A D | file.c | 85 loff_t size = file_inode(of->file)->i_size; in sysfs_kf_bin_read() local 148 loff_t size = file_inode(of->file)->i_size; in sysfs_kf_bin_write() local 253 loff_t size; in sysfs_add_file_mode_ns() local [all...] |
| /kernel/linux/linux-5.10/fs/ufs/ |
| H A D | balloc.c | 496 unsigned size = frags * i_blocksize(inode); in try_add_frags() local 760 ubh_scanc(struct ufs_sb_private_info *uspi, struct ufs_buffer_head *ubh, unsigned begin, unsigned size, unsigned char *table, unsigned char mask) ubh_scanc() argument [all...] |
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| H A D | quota_global.c | 422 ssize_t size; in __ocfs2_global_write_info() local
|