Home
last modified time | relevance | path

Searched refs:BUG_ON (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/
Dwait_queue_head.c24 BUG_ON(wait->pcb == NULL); in wait_queue_sleep_with_node()
39 BUG_ON(wait->pcb == NULL); in wait_queue_sleep_with_node_unlock()
55 BUG_ON(wait->pcb == NULL); in wait_queue_sleep_with_node_interriptible()
Didr.c73 BUG_ON(1); in __get_from_free_list()
168 BUG_ON(layer + 1 >= 7); in __idr_get_empty_slot()
436 BUG_ON(layer + 1 >= 7); in __idr_remove_all_with_free()
560 BUG_ON(nextid == NULL); in idr_find_next_getid()
584 BUG_ON(layer + 1 >= 7); in idr_find_next_getid()
596 BUG_ON(layer < 0); in idr_find_next_getid()
609 BUG_ON(pos_i[layer] >= 64); in idr_find_next_getid()
676 BUG_ON(1); in idr_replace_get_old()
803 BUG_ON(1); in idr_count()
900 BUG_ON(1); in __get_id_from_bitmap()
[all …]
/DragonOS-0.1.8/kernel/src/debug/
Dbug.h12 #define BUG_ON(condition) ({ \ macro
/DragonOS-0.1.8/kernel/src/common/
Dspinlock.h153 #define assert_spin_locked(lock) BUG_ON(!spin_is_locked(lock))
/DragonOS-0.1.8/kernel/src/sched/
Dcompletion.c108 BUG_ON(timeout < 0); in wait_for_completion_timeout()
136 BUG_ON(timeout < 0); in wait_for_completion_interruptible_timeout()
/DragonOS-0.1.8/kernel/src/
Dmain.c231 BUG_ON(1); in Start_Kernel()
/DragonOS-0.1.8/kernel/src/process/
Dkthread.c58 BUG_ON(name_fmt == NULL); in __kthread_create_on_node()
Dprocess.c391 BUG_ON(pcb == NULL); in process_wakeup()
/DragonOS-0.1.8/kernel/src/driver/hid/
Dhidparse.c248 BUG_ON(1); in hid_parse()
397 BUG_ON(1); in hid_get_usage_type()