Searched refs:kBUG (Results 1 – 16 of 16) sorted by relevance
/DragonOS-0.1.7/kernel/src/mm/ |
D | slab.c | 40 kBUG("slab_create()->kmalloc()->slab == NULL"); in slab_create() 55 kBUG("slab_create()->kmalloc()->slab->cache_pool_entry == NULL"); in slab_create() 76 kBUG("slab_create()->kmalloc()->slab->cache_pool_entry == NULL"); in slab_create() 102 kBUG("slab_create()->kmalloc()->slab->cache_pool_entry == NULL"); in slab_create() 126 kBUG("slab_cache->count_total_using != 0"); in slab_destroy() 176 kBUG("slab_malloc()->kmalloc()->slab->tmp_slab_obj == NULL"); in slab_malloc() 188 kBUG("slab_malloc()->kmalloc()=>tmp_slab_obj->page == NULL"); in slab_malloc() 204 kBUG("slab_malloc()->kmalloc()=>tmp_slab_obj->bmp == NULL"); in slab_malloc() 267 kBUG("slab_malloc() ERROR: can't malloc"); in slab_malloc() 445 kBUG("kmalloc_create()->alloc_pages()=>page == NULL"); in kmalloc_create_slab_obj() [all …]
|
D | mm.c | 370 …kBUG("Cannot alloc page, ZONE=%d\tnums=%d, mm_total_2M_pages=%d", zone_select, num, mm_total_2M_pa… in alloc_pages() 403 kBUG("get_page_attr(): page == NULL"); in get_page_attr() 421 kBUG("get_page_attr(): page == NULL"); in set_page_attr()
|
/DragonOS-0.1.7/kernel/src/debug/ |
D | bug.h | 15 kBUG("BUG at %s:%d", __FILE__, __LINE__); \
|
/DragonOS-0.1.7/kernel/src/common/ |
D | kprint.h | 70 #define kBUG(...) \ macro
|
/DragonOS-0.1.7/kernel/src/libs/ |
D | idr.c | 60 kBUG("idr-module find a BUG: get free node fail.(Possible ENOMEM error)"); in __get_from_free_list() 179 kBUG("Value 'cur_layer->full' had been full;" in __idr_get_empty_slot() 218 kBUG("idr-module find a BUG: idp->top can't be NULL."); in __idr_mark_full() 253 kBUG("idr-module find a BUG: idp->top can't be NULL and id must be non-negative."); in __idr_get_path() 263 kBUG("idr-module find a BUG: id is invalid."); in __idr_get_path() 275 kBUG("idr-module find a BUG: no-such son."); in __idr_get_path() 299 kBUG("idr-module find a BUG: idp->top can't be NULL."); in __idr_erase_full() 427 kBUG("idr-module find a BUG: idp->top can't be NULL."); in __idr_remove_all_with_free() 874 kBUG("error : no memory."); in __get_ida_bitmap()
|
D | printk.rs | 85 macro_rules! kBUG { macro
|
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.1.md | 31 - rust下的kdebug kinfo kwarn kBUG kerror宏 215 * new: rust下的kdebug kinfo kwarn kBUG kerror宏 236 new: rust下的kdebug kinfo kwarn kBUG kerror宏 (#86) 238 * new: rust下的kdebug kinfo kwarn kBUG kerror宏
|
/DragonOS-0.1.7/kernel/src/driver/interrupt/apic/ |
D | apic_timer.c | 106 kBUG("APIC timer ticks in 5ms is equal to ZERO!"); in apic_timer_init()
|
D | apic.c | 466 kBUG("current_pcb->preempt_count<0! pid=%d", current_pcb->pid); // should not be here in do_IRQ()
|
/DragonOS-0.1.7/kernel/src/driver/timers/HPET/ |
D | HPET.c | 133 kBUG("HPET0: Numof clocks to generate interrupt is INVALID! value=%lld", clks_to_intr); in HPET_measure_freq() 194 kBUG("HPET0: Numof clocks to generate interrupt is INVALID! value=%lld", clks_to_intr); in HPET_enable()
|
/DragonOS-0.1.7/kernel/src/sched/ |
D | rt.rs | 10 kBUG, kdebug, 32 kBUG!("Try to init RT Scheduler twice."); in sched_rt_init()
|
D | cfs.rs | 10 kBUG, 32 kBUG!("Try to init CFS Scheduler twice."); in sched_cfs_init()
|
/DragonOS-0.1.7/kernel/src/driver/acpi/ |
D | acpi.c | 250 kBUG("At acpi_init(): Cannot get right SDT!"); in acpi_init()
|
/DragonOS-0.1.7/kernel/src/driver/mouse/ |
D | ps2_mouse.c | 344 kBUG("ps2_mouse_get_packet(): Invalid ps2_mouse_id!"); in ps2_mouse_get_packet()
|
/DragonOS-0.1.7/kernel/src/ipc/ |
D | signal.rs | 20 kBUG, kdebug, kerror, kwarn, 208 kBUG!("Sighand ptr of process {pid} is NULL!", pid = pcb.pid); in lock_process_sighand()
|
/DragonOS-0.1.7/kernel/src/driver/pci/ |
D | pci.c | 395 kBUG("pci_checkAllBuses(): wrong header type!"); in pci_checkAllBuses()
|