Home
last modified time | relevance | path

Searched refs:useroffset (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/mm/
Dslab_common.c234 slab_flags_t flags, unsigned int useroffset, in create_cache() argument
241 if (WARN_ON(useroffset + usersize > object_size)) in create_cache()
242 useroffset = usersize = 0; in create_cache()
253 s->useroffset = useroffset; in create_cache()
304 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument
336 if (WARN_ON(!usersize && useroffset) || in kmem_cache_create_usercopy()
337 WARN_ON(size < usersize || size - usersize < useroffset)) in kmem_cache_create_usercopy()
338 usersize = useroffset = 0; in kmem_cache_create_usercopy()
353 flags, useroffset, usersize, ctor, NULL); in kmem_cache_create_usercopy()
543 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument
[all …]
Dslab.h25 unsigned int useroffset;/* Usercopy region offset */ member
98 slab_flags_t flags, unsigned int useroffset,
102 unsigned int useroffset, unsigned int usersize);
Dslab.c4157 if (offset >= cachep->useroffset && in __check_heap_object()
4158 offset - cachep->useroffset <= cachep->usersize && in __check_heap_object()
4159 n <= cachep->useroffset - offset + cachep->usersize) in __check_heap_object()
Dslub.c4063 if (offset >= s->useroffset && in __check_heap_object()
4064 offset - s->useroffset <= s->usersize && in __check_heap_object()
4065 n <= s->useroffset - offset + s->usersize) in __check_heap_object()
/Linux-v5.10/include/linux/
Dslab_def.h83 unsigned int useroffset; /* Usercopy region offset */ member
Dslub_def.h131 unsigned int useroffset; /* Usercopy region offset */ member
Dslab.h153 unsigned int useroffset, unsigned int usersize,
/Linux-v5.10/kernel/
Dfork.c801 unsigned long useroffset, usersize; in fork_init() local
804 task_struct_whitelist(&useroffset, &usersize); in fork_init()
808 useroffset, usersize, NULL); in fork_init()
/Linux-v5.10/net/caif/
Dcaif_socket.c1033 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
/Linux-v5.10/net/ipv4/
Draw.c960 .useroffset = offsetof(struct raw_sock, filter),
/Linux-v5.10/net/ipv6/
Draw.c1248 .useroffset = offsetof(struct raw6_sock, filter),
/Linux-v5.10/include/net/
Dsock.h1212 unsigned int useroffset; /* Usercopy region offset */ member
/Linux-v5.10/net/core/
Dsock.c3459 prot->useroffset, prot->usersize, in proto_register()
/Linux-v5.10/arch/x86/kvm/
Dx86.c280 unsigned int useroffset = offsetof(struct x86_emulate_ctxt, src); in kvm_alloc_emulator_cache() local
285 SLAB_ACCOUNT, useroffset, in kvm_alloc_emulator_cache()
286 size - useroffset, NULL); in kvm_alloc_emulator_cache()
/Linux-v5.10/net/sctp/
Dsocket.c9397 .useroffset = offsetof(struct sctp_sock, subscribe),
9440 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),