Searched refs:LSB_SIZE (Results 1 – 2 of 2) sorted by relevance
288 LSB_SIZE, 0, in ccp_lsb_alloc()290 if (start < LSB_SIZE) { in ccp_lsb_alloc()292 return start + cmd_q->lsb * LSB_SIZE; in ccp_lsb_alloc()302 MAX_LSB_CNT * LSB_SIZE, in ccp_lsb_alloc()304 if (start <= MAX_LSB_CNT * LSB_SIZE) { in ccp_lsb_alloc()321 int lsbno = start / LSB_SIZE; in ccp_lsb_free()328 ccp_bitmap_clear(cmd_q->lsbmap, start % LSB_SIZE, count); in ccp_lsb_free()475 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)];