Home
last modified time | relevance | path

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

/linux/mm/
A Dslab_common.c235 slab_flags_t flags, unsigned int useroffset, in create_cache() argument
242 if (WARN_ON(useroffset + usersize > object_size)) in create_cache()
243 useroffset = usersize = 0; in create_cache()
254 s->useroffset = useroffset; in create_cache()
305 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument
344 if (WARN_ON(!usersize && useroffset) || in kmem_cache_create_usercopy()
346 usersize = useroffset = 0; in kmem_cache_create_usercopy()
361 flags, useroffset, usersize, ctor, NULL); in kmem_cache_create_usercopy()
635 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument
651 s->useroffset = useroffset; in create_boot_cache()
[all …]
A Dslab.h25 unsigned int useroffset;/* Usercopy region offset */ member
98 slab_flags_t flags, unsigned int useroffset,
102 unsigned int useroffset, unsigned int usersize);
A Dslab.c4201 if (offset >= cachep->useroffset && in __check_heap_object()
4202 offset - cachep->useroffset <= cachep->usersize && in __check_heap_object()
4203 n <= cachep->useroffset - offset + cachep->usersize) in __check_heap_object()
A Dslub.c4519 if (offset >= s->useroffset && in __check_heap_object()
4520 offset - s->useroffset <= s->usersize && in __check_heap_object()
4521 n <= s->useroffset - offset + s->usersize) in __check_heap_object()
/linux/include/linux/
A Dslab_def.h84 unsigned int useroffset; /* Usercopy region offset */ member
A Dslub_def.h140 unsigned int useroffset; /* Usercopy region offset */ member
A Dslab.h151 unsigned int useroffset, unsigned int usersize,
/linux/kernel/
A Dfork.c819 unsigned long useroffset, usersize; in fork_init() local
822 task_struct_whitelist(&useroffset, &usersize); in fork_init()
826 useroffset, usersize, NULL); in fork_init()
/linux/net/caif/
A Dcaif_socket.c1034 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
/linux/net/ipv4/
A Draw.c960 .useroffset = offsetof(struct raw_sock, filter),
/linux/net/ipv6/
A Draw.c1251 .useroffset = offsetof(struct raw6_sock, filter),
/linux/include/net/
A Dsock.h1243 unsigned int useroffset; /* Usercopy region offset */ member
/linux/net/core/
A Dsock.c3728 prot->useroffset, prot->usersize, in proto_register()
/linux/arch/x86/kvm/
A Dx86.c323 unsigned int useroffset = offsetof(struct x86_emulate_ctxt, src); in kvm_alloc_emulator_cache() local
328 SLAB_ACCOUNT, useroffset, in kvm_alloc_emulator_cache()
329 size - useroffset, NULL); in kvm_alloc_emulator_cache()
/linux/net/sctp/
A Dsocket.c9658 .useroffset = offsetof(struct sctp_sock, subscribe),
9701 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),

Completed in 91 milliseconds