Searched refs:useroffset (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/ |
| H A D | slab.h | 297 unsigned int useroffset; member 414 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument 420 .useroffset = useroffset, in kmem_cache_create_usercopy() 498 .useroffset = offsetof(struct __struct, __field), \ 806 unsigned int useroffset, unsigned int usersize,
|
| /linux/mm/ |
| H A D | slab_common.c | 364 WARN_ON(!args->usersize && args->useroffset) || in __kmem_cache_create_args() 366 object_size - args->usersize < args->useroffset)) in __kmem_cache_create_args() 367 args->usersize = args->useroffset = 0; in __kmem_cache_create_args() 426 unsigned int useroffset, in kmem_buckets_create() argument 469 if (useroffset >= size) { in kmem_buckets_create() 473 cache_useroffset = useroffset; in kmem_buckets_create() 697 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument 713 kmem_args.useroffset = useroffset; in create_boot_cache()
|
| H A D | slab.h | 242 unsigned int useroffset; /* Usercopy region offset */ member 388 unsigned int useroffset, unsigned int usersize);
|
| H A D | slub.c | 8076 if (offset >= s->useroffset && in __check_heap_object() 8077 offset - s->useroffset <= s->usersize && in __check_heap_object() 8078 n <= s->useroffset - offset + s->usersize) in __check_heap_object() 8445 s->useroffset = args->useroffset; in do_kmem_cache_create()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 79 unsigned int useroffset; member
|
| /linux/kernel/ |
| H A D | fork.c | 856 unsigned long useroffset, usersize; in fork_init() local 859 task_struct_whitelist(&useroffset, &usersize); in fork_init() 863 useroffset, usersize, NULL); in fork_init()
|
| /linux/net/caif/ |
| H A D | caif_socket.c | 1025 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
|
| /linux/net/ipv4/ |
| H A D | raw.c | 951 .useroffset = offsetof(struct raw_sock, filter),
|
| /linux/net/ipv6/ |
| H A D | raw.c | 1214 .useroffset = offsetof(struct raw6_sock, filter),
|
| /linux/net/core/ |
| H A D | sock.c | 4197 .useroffset = prot->useroffset, in proto_register()
|
| /linux/include/net/ |
| H A D | sock.h | 1382 unsigned int useroffset; /* Usercopy region offset */ member
|
| /linux/io_uring/ |
| H A D | io_uring.c | 3116 .useroffset = offsetof(struct io_kiocb, cmd.data), in io_uring_init()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 2048 .useroffset = (offsetof(struct smbdirect_recv_io, packet) + in allocate_caches()
|
| /linux/net/sctp/ |
| H A D | socket.c | 9648 .useroffset = offsetof(struct sctp_sock, subscribe), 9704 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 563 unsigned int useroffset = offsetof(struct x86_emulate_ctxt, src); in kvm_alloc_emulator_cache() local 568 SLAB_ACCOUNT, useroffset, in kvm_alloc_emulator_cache() 569 size - useroffset, NULL); in kvm_alloc_emulator_cache()
|
| /linux/fs/ext4/ |
| H A D | super.c | 1493 .useroffset = offsetof(struct ext4_inode_info, i_data), in init_inodecache()
|