Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHcdBuf.c94 static const size_t pool_max [HCD_MEM_POOLS] = { variable
121 if (!(pool_size = pool_max [i])) in ms_hcd_buffer_create()
179 if (size <= pool_max [i]) in ms_hcd_buffer_alloc()
207 if (size <= pool_max [i]) in ms_hcd_buffer_free()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHcdBuf.c106 static const size_t pool_max [HCD_BUFFER_POOLS] = { variable
120 if (!(size = pool_max [i])) in hcd_buffer_create()
157 if (size <= pool_max [i]) in hcd_buffer_alloc()
174 if (size <= pool_max [i]) { in hcd_buffer_free()