Home
last modified time | relevance | path

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

/freebsd/sys/geom/eli/
H A Dg_eli.c103 static int g_eli_alloc_sz; variable
105 &g_eli_alloc_sz, 0, "Use uma(9) for allocations of this size or smaller.");
893 g_eli_alloc_sz = roundup2((PAGE_SIZE + sizeof(int) + in g_eli_init_uma()
897 g_eli_uma = uma_zcreate("GELI buffers", g_eli_alloc_sz, in g_eli_init_uma()
955 KASSERT(sz <= g_eli_alloc_sz || (bp->bio_flags & BIO_SWAP) == 0, in g_eli_alloc_data()
957 " size (%d)", sz, g_eli_alloc_sz)); in g_eli_alloc_data()
958 if (sz <= g_eli_alloc_sz) { in g_eli_alloc_data()