Searched refs:freeptr_offset (Results 1 – 11 of 11) sorted by relevance
| /linux/mm/ |
| H A D | vma_init.c | 18 .freeptr_offset = offsetof(struct vm_area_struct, vm_freeptr), in vma_state_init()
|
| H A D | slab_common.c | 243 (args->freeptr_offset >= object_size || in create_cache() 245 !IS_ALIGNED(args->freeptr_offset, __alignof__(freeptr_t)))) in create_cache()
|
| H A D | slub.c | 7728 s->offset = args->freeptr_offset; in calculate_sizes()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 107 unsigned int freeptr_offset; member
|
| /linux/include/linux/ |
| H A D | slab.h | 327 unsigned int freeptr_offset; member
|
| /linux/net/core/ |
| H A D | sock.c | 4199 .freeptr_offset = prot->freeptr_offset, in proto_register() 4200 .use_freeptr_offset = !!prot->freeptr_offset, in proto_register()
|
| /linux/include/net/ |
| H A D | sock.h | 1379 unsigned int freeptr_offset; member
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 2320 .freeptr_offset = offsetof(struct tcp6_sock,
|
| /linux/io_uring/ |
| H A D | io_uring.c | 3118 .freeptr_offset = offsetof(struct io_kiocb, work), in io_uring_init()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 3458 .freeptr_offset = offsetof(struct tcp_sock,
|
| /linux/fs/ext4/ |
| H A D | super.c | 1500 .freeptr_offset = offsetof(struct ext4_inode_info, i_flags), in init_inodecache()
|