Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcd.c1910 int kmem_flag; in dwc2_hcd_urb_alloc() local
1913 kmem_flag = KM_SLEEP; in dwc2_hcd_urb_alloc()
1915 kmem_flag = KM_NOSLEEP; in dwc2_hcd_urb_alloc()
1917 urb = kmem_zalloc(size, kmem_flag); in dwc2_hcd_urb_alloc()