| /OK3568_Linux_fs/kernel/mm/ |
| H 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 347 if (WARN_ON(!usersize && useroffset) || in kmem_cache_create_usercopy() 348 WARN_ON(size < usersize || size - usersize < useroffset)) in kmem_cache_create_usercopy() 349 usersize = useroffset = 0; in kmem_cache_create_usercopy() 364 flags, useroffset, usersize, ctor, NULL); in kmem_cache_create_usercopy() 558 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument [all …]
|
| H A D | slab.h | 25 unsigned int useroffset;/* Usercopy region offset */ member 120 slab_flags_t flags, unsigned int useroffset, 124 unsigned int useroffset, unsigned int usersize);
|
| H A D | slab.c | 4183 if (offset >= cachep->useroffset && in __check_heap_object() 4184 offset - cachep->useroffset <= cachep->usersize && in __check_heap_object() 4185 n <= cachep->useroffset - offset + cachep->usersize) in __check_heap_object()
|
| H A D | slub.c | 4139 if (offset >= s->useroffset && in __check_heap_object() 4140 offset - s->useroffset <= s->usersize && in __check_heap_object() 4141 n <= s->useroffset - offset + s->usersize) in __check_heap_object()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | slab_def.h | 84 unsigned int useroffset; /* Usercopy region offset */ member
|
| H A D | slub_def.h | 132 unsigned int useroffset; /* Usercopy region offset */ member
|
| H A D | slab.h | 153 unsigned int useroffset, unsigned int usersize,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 836 unsigned long useroffset, usersize; in fork_init() local 839 task_struct_whitelist(&useroffset, &usersize); in fork_init() 843 useroffset, usersize, NULL); in fork_init()
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | caif_socket.c | 1034 .useroffset = offsetof(struct caifsock, conn_req.param), in caif_create()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | raw.c | 963 .useroffset = offsetof(struct raw_sock, filter),
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | raw.c | 1251 .useroffset = offsetof(struct raw6_sock, filter),
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 1260 unsigned int useroffset; /* Usercopy region offset */ member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 3491 prot->useroffset, prot->usersize, in proto_register()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 280 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()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | socket.c | 9416 .useroffset = offsetof(struct sctp_sock, subscribe), 9459 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
|