BSG_LIST_ARRAY_SIZE   45 block/bsg.c    static struct hlist_head bsg_device_list[BSG_LIST_ARRAY_SIZE];
BSG_LIST_ARRAY_SIZE   52 block/bsg.c    	return &bsg_device_list[index & (BSG_LIST_ARRAY_SIZE - 1)];
BSG_LIST_ARRAY_SIZE  486 block/bsg.c    	for (i = 0; i < BSG_LIST_ARRAY_SIZE; i++)