Lines Matching refs:obj_map
436 static void __fill_map(unsigned long *obj_map, struct kmem_cache *s, in __fill_map() argument
442 bitmap_zero(obj_map, page->objects); in __fill_map()
445 set_bit(__obj_to_index(s, addr, p), obj_map); in __fill_map()
4802 unsigned long *obj_map) in process_slab() argument
4807 __fill_map(obj_map, s, page); in process_slab()
4810 if (!test_bit(__obj_to_index(s, addr, p), obj_map)) in process_slab()
5811 unsigned long *obj_map; in slab_debug_trace_open() local
5816 obj_map = bitmap_alloc(oo_objects(s->oo), GFP_KERNEL); in slab_debug_trace_open()
5817 if (!obj_map) { in slab_debug_trace_open()
5828 bitmap_free(obj_map); in slab_debug_trace_open()
5845 process_slab(t, s, page, alloc, obj_map); in slab_debug_trace_open()
5847 process_slab(t, s, page, alloc, obj_map); in slab_debug_trace_open()
5851 bitmap_free(obj_map); in slab_debug_trace_open()