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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dconn.c79 /* The connections bitmap is expanded in increments of BITMAP_BLOCK_SZ. The
83 #define BITMAP_BLOCK_SZ 128 macro
96 bmap = bitmap_allocate(BITMAP_BLOCK_SZ);
177 int newsz = bmap->n + BITMAP_BLOCK_SZ;

Completed in 82 milliseconds