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

/freebsd-10.3-release/sys/dev/fatm/
H A Dif_fatmvar.h391 #define SMALL_SUPPLY_BLKSIZE 8 macro
H A Dif_fatm.c744 SMALL_SUPPLY_BLKSIZE);
831 sizeof(struct supqueue), BSUP_BLK2SIZE(SMALL_SUPPLY_BLKSIZE),
1087 nblocks = (nbufs + SMALL_SUPPLY_BLKSIZE - 1) / SMALL_SUPPLY_BLKSIZE;
1097 for (i = 0; i < SMALL_SUPPLY_BLKSIZE; i++) {
1129 if (i < SMALL_SUPPLY_BLKSIZE) {
1142 sizeof(struct rbd) * SMALL_SUPPLY_BLKSIZE);
1150 sc->small_cnt += SMALL_SUPPLY_BLKSIZE;
2925 BSUP_BLK2SIZE(SMALL_SUPPLY_BLKSIZE);

Completed in 83 milliseconds