Home
last modified time | relevance | path

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

/freebsd-14.2/stand/kshim/
H A Dbsd_kernel.c1393 #define USB_POOL_ALIGN 8 macro
1395 static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);
1402 } __aligned(USB_POOL_ALIGN);
1412 size = (size + USB_POOL_ALIGN - 1) & ~(USB_POOL_ALIGN - 1); in usb_malloc()