Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dbuffer.c29 static size_t pool_max[HCD_BUFFER_POOLS] = { variable
42 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()
/linux-6.6.21/include/linux/ceph/
Dosdmap.h192 u32 pool_max; member
/linux-6.6.21/net/ceph/
Dosdmap.c1132 map->pool_max = -1; in ceph_osdmap_alloc()
1700 ceph_decode_32_safe(p, end, map->pool_max, e_inval); in osdmap_decode()
2017 map->pool_max = new_pool_max; in osdmap_apply_incremental()