Searched refs:zram_devices (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/zram/
H A Dzram_drv.c40 static struct zram *zram_devices; variable in typeref:struct:zram
1252 zram = &zram_devices[i]; destroy_devices()
1267 kfree(zram_devices); destroy_devices()
1289 zram_devices = kzalloc(num_devices * sizeof(struct zram), GFP_KERNEL); zram_init()
1290 if (!zram_devices) { zram_init()
1296 ret = create_device(&zram_devices[dev_id], dev_id); zram_init()

Completed in 43 milliseconds