Searched refs:freeptr_offset (Results 1 – 10 of 10) 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 | 7882 s->offset = args->freeptr_offset; in calculate_sizes()
|
| /linux/tools/include/linux/ |
| H A D | slab.h | 87 * @freeptr_offset: Custom offset for the free pointer 101 * Using %0 as a value for @freeptr_offset is valid. If @freeptr_offset 107 unsigned int freeptr_offset; member 109 * @use_freeptr_offset: Whether a @freeptr_offset is used.
|
| /linux/include/linux/ |
| H A D | slab.h | 336 unsigned int freeptr_offset; member
|
| /linux/net/core/ |
| H A D | sock.c | 4259 .freeptr_offset = prot->freeptr_offset, in proto_register() 4260 .use_freeptr_offset = !!prot->freeptr_offset, in proto_register()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 2318 .freeptr_offset = offsetof(struct tcp6_sock,
|
| /linux/io_uring/ |
| H A D | io_uring.c | 3153 .freeptr_offset = offsetof(struct io_kiocb, work), in io_uring_init()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 3390 .freeptr_offset = offsetof(struct tcp_sock,
|
| /linux/fs/ext4/ |
| H A D | super.c | 1515 .freeptr_offset = offsetof(struct ext4_inode_info, i_flags), in init_inodecache()
|