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

/barrelfish-master/usr/drivers/solarflare/
H A Dhelper.c74 alloc->bitmap = calloc((n + BMALLOCATOR_BITS - 1) / BMALLOCATOR_BITS,
75 BMALLOCATOR_BITS / 8);
95 bit = 1 << (i % BMALLOCATOR_BITS);
96 idx = i / BMALLOCATOR_BITS;
118 bit = (1 << (n % BMALLOCATOR_BITS));
119 idx = n / BMALLOCATOR_BITS;
H A Dhelper.h22 #define BMALLOCATOR_BITS 8 macro

Completed in 78 milliseconds