Searched refs:bio_slab_max (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c68 static unsigned int bio_slab_nr, bio_slab_max; variable
96 if (bio_slab_nr == bio_slab_max && entry == -1) {
97 bio_slab_max <<= 1;
99 bio_slab_max * sizeof(struct bio_slab),
1674 bio_slab_max = 2;
1676 bio_slabs = kzalloc(bio_slab_max * sizeof(struct bio_slab), GFP_KERNEL);

Completed in 105 milliseconds