bsg_device_list    45 block/bsg.c    static struct hlist_head bsg_device_list[BSG_LIST_ARRAY_SIZE];
bsg_device_list    52 block/bsg.c    	return &bsg_device_list[index & (BSG_LIST_ARRAY_SIZE - 1)];
bsg_device_list   487 block/bsg.c    		INIT_HLIST_HEAD(&bsg_device_list[i]);