Searched refs:BLKH_SIZE (Results 1 – 1 of 1) sorted by relevance
217 #define BLKH_SIZE (sizeof (struct block_head)) macro463 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))464 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE))466 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
Completed in 5 milliseconds