Home
last modified time | relevance | path

Searched refs:WARN_ON (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.7/kernel/src/debug/
Dbug.h23 #define WARN_ON(condition) ({ \ macro
41 WARN_ON(1); \
/DragonOS-0.1.7/kernel/src/driver/usb/
Dusb.c29 if (WARN_ON(usb_pdevs_count == 0)) in usb_init()
/DragonOS-0.1.7/kernel/src/process/
Dkthread.c46 WARN_ON(!(pcb->flags & PF_KTHREAD)); in to_kthread()
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c591 if (WARN_ON(cid == -1)) in xhci_hc_irq_enable()
607 if (WARN_ON(cid == -1)) in xhci_hc_irq_disable()
627 if (WARN_ON(cid == -1)) in xhci_hc_irq_install()
655 if (WARN_ON(cid == -1)) in xhci_hc_irq_uninstall()
/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.c415 if (WARN_ON(header->Vendor_ID != 0xffff)) // @todo 这里的判断条件可能有点问题 in pci_checkAllBuses()