Lines Matching refs:init
13 #include <linux/init.h>
98 bool __kasan_unpoison_pages(struct page *page, unsigned int order, bool init)
111 PAGE_SIZE << order, init);
118 void __kasan_poison_pages(struct page *page, unsigned int order, bool init)
122 KASAN_PAGE_FREE, init);
162 const void *object, bool init)
169 * set, assign a tag when the object is being allocated (init == false).
172 return init ? KASAN_TAG_KERNEL : kasan_random_tag();
183 return init ? kasan_random_tag() : get_tag(object);
201 unsigned long ip, bool quarantine, bool init)
230 KASAN_SLAB_FREE, init);
242 unsigned long ip, bool init)
244 return ____kasan_slab_free(cache, object, ip, true, init);
299 void *object, gfp_t flags, bool init)
324 kasan_unpoison(tagged_object, cache->object_size, init);