Searched refs:useroffset (Results 1 – 15 of 15) sorted by relevance
/linux/mm/ |
A D | slab_common.c | 235 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 D | slab.h | 25 unsigned int useroffset;/* Usercopy region offset */ member 98 slab_flags_t flags, unsigned int useroffset, 102 unsigned int useroffset, unsigned int usersize);
|
A D | slab.c | 4201 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 D | slub.c | 4519 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 D | slab_def.h | 84 unsigned int useroffset; /* Usercopy region offset */ member
|
A D | slub_def.h | 140 unsigned int useroffset; /* Usercopy region offset */ member
|
A D | slab.h | 151 unsigned int useroffset, unsigned int usersize,
|
/linux/kernel/ |
A D | fork.c | 819 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 D | caif_socket.c | 1034 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
|
/linux/net/ipv4/ |
A D | raw.c | 960 .useroffset = offsetof(struct raw_sock, filter),
|
/linux/net/ipv6/ |
A D | raw.c | 1251 .useroffset = offsetof(struct raw6_sock, filter),
|
/linux/include/net/ |
A D | sock.h | 1243 unsigned int useroffset; /* Usercopy region offset */ member
|
/linux/net/core/ |
A D | sock.c | 3728 prot->useroffset, prot->usersize, in proto_register()
|
/linux/arch/x86/kvm/ |
A D | x86.c | 323 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 D | socket.c | 9658 .useroffset = offsetof(struct sctp_sock, subscribe), 9701 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
|
Completed in 100 milliseconds