Searched refs:useroffset (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | slab.h | 293 unsigned int useroffset; member 377 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument 383 .useroffset = useroffset, in kmem_cache_create_usercopy() 461 .useroffset = offsetof(struct __struct, __field), \ 777 unsigned int useroffset, unsigned int usersize,
|
| /linux-6.15/mm/ |
| H A D | slab_common.c | 319 WARN_ON(!args->usersize && args->useroffset) || in __kmem_cache_create_args() 321 object_size - args->usersize < args->useroffset)) in __kmem_cache_create_args() 322 args->usersize = args->useroffset = 0; in __kmem_cache_create_args() 383 unsigned int useroffset, in kmem_buckets_create() argument 426 if (useroffset >= size) { in kmem_buckets_create() 430 cache_useroffset = useroffset; in kmem_buckets_create() 651 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument 667 kmem_args.useroffset = useroffset; in create_boot_cache()
|
| H A D | slab.h | 310 unsigned int useroffset; /* Usercopy region offset */ member 437 unsigned int useroffset, unsigned int usersize);
|
| H A D | slub.c | 6060 if (offset >= s->useroffset && in __check_heap_object() 6061 offset - s->useroffset <= s->usersize && in __check_heap_object() 6062 n <= s->useroffset - offset + s->usersize) in __check_heap_object() 6409 s->useroffset = args->useroffset; in do_kmem_cache_create()
|
| /linux-6.15/kernel/ |
| H A D | fork.c | 1069 unsigned long useroffset, usersize; in fork_init() local 1072 task_struct_whitelist(&useroffset, &usersize); in fork_init() 1076 useroffset, usersize, NULL); in fork_init()
|
| /linux-6.15/net/caif/ |
| H A D | caif_socket.c | 1025 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
|
| /linux-6.15/net/ipv4/ |
| H A D | raw.c | 948 .useroffset = offsetof(struct raw_sock, filter),
|
| /linux-6.15/net/ipv6/ |
| H A D | raw.c | 1212 .useroffset = offsetof(struct raw6_sock, filter),
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1328 unsigned int useroffset; /* Usercopy region offset */ member
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 4121 prot->useroffset, prot->usersize, in proto_register()
|
| /linux-6.15/io_uring/ |
| H A D | io_uring.c | 3863 .useroffset = offsetof(struct io_kiocb, cmd.data), in io_uring_init()
|
| /linux-6.15/net/sctp/ |
| H A D | socket.c | 9705 .useroffset = offsetof(struct sctp_sock, subscribe), 9762 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 542 unsigned int useroffset = offsetof(struct x86_emulate_ctxt, src); in kvm_alloc_emulator_cache() local 547 SLAB_ACCOUNT, useroffset, in kvm_alloc_emulator_cache() 548 size - useroffset, NULL); in kvm_alloc_emulator_cache()
|