Searched refs:color (Results 1 – 2 of 2) sorted by relevance
66 static inline unsigned int get_next_pkmap_nr(unsigned int color) in get_next_pkmap_nr() argument79 static inline int no_more_pkmaps(unsigned int pkmap_nr, unsigned int color) in no_more_pkmaps() argument89 static inline int get_pkmap_entries_count(unsigned int color) in get_pkmap_entries_count() argument99 static inline wait_queue_head_t *get_pkmap_wait_queue_head(unsigned int color) in get_pkmap_wait_queue_head() argument222 unsigned int color = get_pkmap_color(page); in map_new_virtual() local225 count = get_pkmap_entries_count(color); in map_new_virtual()228 last_pkmap_nr = get_next_pkmap_nr(color); in map_new_virtual()229 if (no_more_pkmaps(last_pkmap_nr, color)) { in map_new_virtual()231 count = get_pkmap_entries_count(color); in map_new_virtual()244 get_pkmap_wait_queue_head(color); in map_new_virtual()[all …]
685 static void __paint_it(struct kmemleak_object *object, int color) in __paint_it() argument687 object->min_count = color; in __paint_it()688 if (color == KMEMLEAK_BLACK) in __paint_it()692 static void paint_it(struct kmemleak_object *object, int color) in paint_it() argument697 __paint_it(object, color); in paint_it()701 static void paint_ptr(unsigned long ptr, int color) in paint_ptr() argument709 (color == KMEMLEAK_GREY) ? "Grey" : in paint_ptr()710 (color == KMEMLEAK_BLACK) ? "Black" : "Unknown"); in paint_ptr()713 paint_it(object, color); in paint_ptr()