Searched refs:pool_max (Results 1 – 1 of 1) sorted by relevance
29 static size_t pool_max[HCD_BUFFER_POOLS] = { variable42 pool_max[0] = 64; in usb_init_pool_max()44 pool_max[0] = 0; /* Don't use this pool */ in usb_init_pool_max()74 size = pool_max[i]; in hcd_buffer_create()138 if (size <= pool_max[i]) in hcd_buffer_alloc()168 if (size <= pool_max[i]) { in hcd_buffer_free()
Completed in 3 milliseconds