Home
last modified time | relevance | path

Searched refs:freeptr_offset (Results 1 – 7 of 7) sorted by relevance

/linux/mm/
H A Dvma_init.c18 .freeptr_offset = offsetof(struct vm_area_struct, vm_freeptr), in vma_state_init()
H A Dslab_common.c233 (args->freeptr_offset >= object_size || in create_cache()
235 !IS_ALIGNED(args->freeptr_offset, __alignof__(freeptr_t)))) in create_cache()
H A Dslub.c7911 s->offset = args->freeptr_offset; in calculate_sizes()
/linux/tools/include/linux/
H A Dslab.h107 unsigned int freeptr_offset; member
/linux/fs/
H A Dfile_table.c592 .freeptr_offset = offsetof(struct file, f_freeptr), in files_init()
599 args.freeptr_offset = offsetof(struct backing_file, bf_freeptr); in files_init()
/linux/include/linux/
H A Dslab.h321 unsigned int freeptr_offset; member
/linux/io_uring/
H A Dio_uring.c3978 .freeptr_offset = offsetof(struct io_kiocb, work), in io_uring_init()