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