Lines Matching refs:kprintf

253 	kprintf("  %p  %p  %6" B_PRIuSIZE " %6" B_PRIuSIZE " %6" B_PRIuSIZE "  %p\n",
261 kprintf("%*s %22s %8s %8s %8s %6s %8s %8s %8s\n",
270 kprintf("%p %22s %8lu %8" B_PRIuSIZE " %8lu %6lu %8lu %8lu %8" B_PRIx32
284 kprintf("usage: slab_cache [address]\n");
290 kprintf("name: %s\n", cache->name);
291 kprintf("lock: %p\n", &cache->lock);
292 kprintf("object_size: %lu\n", cache->object_size);
293 kprintf("alignment: %" B_PRIuSIZE "\n", cache->alignment);
294 kprintf("cache_color_cycle: %lu\n", cache->cache_color_cycle);
295 kprintf("total_objects: %lu\n", cache->total_objects);
296 kprintf("used_count: %lu\n", cache->used_count);
297 kprintf("empty_count: %lu\n", cache->empty_count);
298 kprintf("pressure: %lu\n", cache->pressure);
299 kprintf("slab_size: %lu\n", cache->slab_size);
300 kprintf("usage: %lu\n", cache->usage);
301 kprintf("maximum: %lu\n", cache->maximum);
302 kprintf("flags: 0x%" B_PRIx32 "\n", cache->flags);
303 kprintf("cookie: %p\n", cache->cookie);
304 kprintf("resize entry don't wait: %p\n", cache->resize_entry_dont_wait);
305 kprintf("resize entry can wait: %p\n", cache->resize_entry_can_wait);
307 kprintf(" %-*s %-*s size used offset free\n",
312 kprintf("empty:\n");
318 kprintf("partial:\n");
324 kprintf("full:\n");
329 kprintf("depot:\n");
381 kprintf("out of space for caller infos\n");
435 kprintf("allocation %p, size: %" B_PRIuSIZE, allocation,
439 kprintf(", team: %" B_PRId32 ", thread %" B_PRId32
446 kprintf("\n");
487 kprintf("allocation %p, size: %" B_PRIuSIZE "\n", allocation,
630 kprintf("Couldn't find object cache for address %p.\n",
639 kprintf("Couldn't find slab for address %p.\n", slabPages);
680 kprintf("Object cache allocation tracking not available. "
758 kprintf("Object cache allocation tracking not available. "
787 kprintf("%" B_PRId32 " different callers, sorted by %s...\n\n",
793 kprintf(" count size caller\n");
794 kprintf("----------------------------------\n");
797 kprintf("%10" B_PRIuSIZE " %10" B_PRIuSIZE " %p", info.count,
807 kprintf(" %s + %#" B_PRIxADDR " (%s)%s\n", symbol,
811 kprintf("\n");
817 kprintf("\ntotal allocations: %" B_PRIuSIZE ", %" B_PRIuSIZE " bytes\n",