Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h297 unsigned int useroffset; member
414 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument
420 .useroffset = useroffset, in kmem_cache_create_usercopy()
498 .useroffset = offsetof(struct __struct, __field), \
806 unsigned int useroffset, unsigned int usersize,
/linux/mm/
H A Dslab_common.c364 WARN_ON(!args->usersize && args->useroffset) || in __kmem_cache_create_args()
366 object_size - args->usersize < args->useroffset)) in __kmem_cache_create_args()
367 args->usersize = args->useroffset = 0; in __kmem_cache_create_args()
426 unsigned int useroffset, in kmem_buckets_create() argument
469 if (useroffset >= size) { in kmem_buckets_create()
473 cache_useroffset = useroffset; in kmem_buckets_create()
697 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument
713 kmem_args.useroffset = useroffset; in create_boot_cache()
H A Dslab.h243 unsigned int useroffset; /* Usercopy region offset */ member
389 unsigned int useroffset, unsigned int usersize);
H A Dslub.c8185 if (offset >= s->useroffset && in __check_heap_object()
8186 offset - s->useroffset <= s->usersize && in __check_heap_object()
8187 n <= s->useroffset - offset + s->usersize) in __check_heap_object()
8567 s->useroffset = args->useroffset; in do_kmem_cache_create()
/linux/tools/include/linux/
H A Dslab.h79 unsigned int useroffset; member
/linux/kernel/
H A Dfork.c858 unsigned long useroffset, usersize; in fork_init() local
861 task_struct_whitelist(&useroffset, &usersize); in fork_init()
865 useroffset, usersize, NULL); in fork_init()
/linux/net/ipv4/
H A Draw.c952 .useroffset = offsetof(struct raw_sock, filter),
/linux/net/core/
H A Dsock.c4217 .useroffset = prot->useroffset, in proto_register()
/linux/fs/smb/smbdirect/
H A Dconnection.c463 .useroffset = sizeof(struct smbdirect_recv_io), in smbdirect_connection_create_mem_pools()
/linux/include/net/
H A Dsock.h1387 unsigned int useroffset; /* Usercopy region offset */ member
/linux/io_uring/
H A Dio_uring.c3165 .useroffset = offsetof(struct io_kiocb, cmd.data), in io_uring_init()
/linux/net/sctp/
H A Dsocket.c9660 .useroffset = offsetof(struct sctp_sock, subscribe),
9716 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
/linux/arch/x86/kvm/
H A Dx86.c568 unsigned int useroffset = offsetof(struct x86_emulate_ctxt, src); in kvm_alloc_emulator_cache() local
573 SLAB_ACCOUNT, useroffset, in kvm_alloc_emulator_cache()
574 size - useroffset, NULL); in kvm_alloc_emulator_cache()
/linux/fs/ext4/
H A Dsuper.c1500 .useroffset = offsetof(struct ext4_inode_info, i_data), in init_inodecache()