Searched refs:LSB_SIZE (Results 1 – 2 of 2) sorted by relevance
287 LSB_SIZE, 0, in ccp_lsb_alloc()289 if (start < LSB_SIZE) { in ccp_lsb_alloc()291 return start + cmd_q->lsb * LSB_SIZE; in ccp_lsb_alloc()301 MAX_LSB_CNT * LSB_SIZE, in ccp_lsb_alloc()303 if (start <= MAX_LSB_CNT * LSB_SIZE) { in ccp_lsb_alloc()320 int lsbno = start / LSB_SIZE; in ccp_lsb_free()327 ccp_bitmap_clear(cmd_q->lsbmap, start % LSB_SIZE, count); in ccp_lsb_free()474 ccp_bitmap_set(ccp->lsbmap, bitno * LSB_SIZE, LSB_SIZE); in ccp_assign_lsbs()
79 #define LSB_SIZE 16 macro81 #define SLSB_MAP_SIZE (MAX_LSB_CNT * LSB_SIZE)213 unsigned long lsbmap[CCP_BITMAP_SIZE(LSB_SIZE)];