Home
last modified time | relevance | path

Searched defs:total_size (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/common/
Dkfifo.h8 uint32_t total_size; // 缓冲区总空间 member
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c545 int total_size = trbs * sizeof(struct xhci_TRB_t); in xhci_create_ring() local