Searched refs:kho_vmalloc_chunk (Results 1 – 2 of 2) sorted by relevance
881 DECLARE_KHOSER_PTR(next, struct kho_vmalloc_chunk *);888 struct kho_vmalloc_chunk { struct893 static_assert(sizeof(struct kho_vmalloc_chunk) == PAGE_SIZE); argument926 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()[all …]
34 struct kho_vmalloc_chunk;36 DECLARE_KHOSER_PTR(first, struct kho_vmalloc_chunk *);