Searched refs:pool_max (Results 1 – 3 of 3) 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()
1137 u32 pool_max) in __vxge_hw_blockpool_create() argument1155 blockpool->pool_max = pool_max; in __vxge_hw_blockpool_create()1161 for (i = 0; i < pool_size + pool_max; i++) { in __vxge_hw_blockpool_create()2405 if (blockpool->pool_size < blockpool->pool_max) in __vxge_hw_blockpool_blocks_remove()
556 u32 pool_max; member