Searched refs:kprintf (Results 26 – 36 of 36) sorted by relevance
12
| /sys/kern/ |
| D | bufcache.c | 141 kprintf("BufCache: No space left!\n"); in BufCacheAlloc() 287 kprintf("Hits: %lld\n", cacheHit); in Debug_BufCache() 288 kprintf("Misses: %lld\n", cacheMiss); in Debug_BufCache() 289 kprintf("Allocations: %lld\n", cacheAlloc); in Debug_BufCache()
|
| D | slab.c | 76 kprintf("Slab: Cannot grow XMem region!\n"); in SlabExtend() 152 kprintf("%-36s %-10s %-10s %-10s\n", "Slab Name", "Alloc", "Free", "Total"); in Debug_Slabs() 154 kprintf("%-36s %-10lld %-10lld %-10lld\n", slab->name, in Debug_Slabs()
|
| D | ktime.c | 220 kprintf("%s %s %d %02d:%02d:%02d %04d\n", in Debug_Date() 224 kprintf("Epoch: %lu\n", epoch); in Debug_Date() 232 kprintf("Ticks Per Second: %lu\n", ticksPerSecond); in Debug_Ticks()
|
| D | nic.c | 51 kprintf("nic%lld: %02x:%02x:%02x:%02x:%02x:%02x\n", n->nicNo, in Debug_NICs()
|
| /sys/dev/x86/ |
| D | rtc.c | 28 kprintf("RTC: Measuring CPU clock...\n"); in RTC_Init() 48 kprintf("RTC: %lld Ticks Per Second: %lld\n", second, stopTSC - startTSC); in RTC_Init()
|
| D | sercons.c | 70 kprintf("Serial interrupt!\n"); in Serial_Interrupt()
|
| D | ps2.c | 295 kprintf("PS2: Controller test failed\n"); in PS2_Init()
|
| D | ide.c | 96 kprintf("IDE: No controller detected\n"); in IDE_Init()
|
| /sys/amd64/ |
| D | time.c | 21 kprintf("RDTSC: %lld\n", Time_GetTSC()); in Debug_ReadTSC()
|
| D | critical.c | 56 kprintf("CPU%d: %u\n", c, lockLevel[c]); in Debug_Critical()
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 665 kprintf("Unexpected error reading directory: %d\n", status); in O2FS_ReadDir()
|
12