Lines Matching refs:kho_vmalloc_chunk
881 DECLARE_KHOSER_PTR(next, struct kho_vmalloc_chunk *);
888 struct kho_vmalloc_chunk { struct
893 static_assert(sizeof(struct kho_vmalloc_chunk) == PAGE_SIZE); argument
926 static struct kho_vmalloc_chunk *new_vmalloc_chunk(struct kho_vmalloc_chunk *cur) in new_vmalloc_chunk()
928 struct kho_vmalloc_chunk *chunk; in new_vmalloc_chunk()
931 chunk = (struct kho_vmalloc_chunk *)get_zeroed_page(GFP_KERNEL); in new_vmalloc_chunk()
947 static void kho_vmalloc_unpreserve_chunk(struct kho_vmalloc_chunk *chunk, in kho_vmalloc_unpreserve_chunk()
978 struct kho_vmalloc_chunk *chunk; in kho_preserve_vmalloc()
1036 struct kho_vmalloc_chunk *chunk = KHOSER_LOAD_PTR(preservation->first); in kho_unpreserve_vmalloc()
1039 struct kho_vmalloc_chunk *tmp = chunk; in kho_unpreserve_vmalloc()
1061 struct kho_vmalloc_chunk *chunk = KHOSER_LOAD_PTR(preservation->first); in kho_restore_vmalloc()