Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dfile_table.c589 .freeptr_offset = offsetof(struct file, f_freeptr), in files_init()
596 args.freeptr_offset = offsetof(struct backing_file, bf_freeptr); in files_init()
/linux-6.15/include/linux/
H A Dslab.h321 unsigned int freeptr_offset; member
/linux-6.15/mm/
H A Dslab_common.c230 (args->freeptr_offset >= object_size || in create_cache()
232 !IS_ALIGNED(args->freeptr_offset, __alignof__(freeptr_t)))) in create_cache()
H A Dslub.c5744 s->offset = args->freeptr_offset; in calculate_sizes()
/linux-6.15/kernel/
H A Dfork.c3219 .freeptr_offset = offsetof(struct vm_area_struct, vm_freeptr), in proc_caches_init()
/linux-6.15/io_uring/
H A Dio_uring.c3865 .freeptr_offset = offsetof(struct io_kiocb, work), in io_uring_init()