brintos

brintos / linux-shallow public Read only

0
0
Text · 768 B · 48ddacb Raw
25 lines · plain
1What:		/sys/class/zram-control/2Date:		August 20153KernelVersion:	4.24Contact:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>5Description:6		The zram-control/ class sub-directory belongs to zram7		device class8 9What:		/sys/class/zram-control/hot_add10Date:		August 201511KernelVersion:	4.212Contact:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>13Description:14		RO attribute. Read operation will cause zram to add a new15		device and return its device id back to user (so one can16		use /dev/zram<id>), or error code.17 18What:		/sys/class/zram-control/hot_remove19Date:		August 201520KernelVersion:	4.221Contact:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>22Description:23		WO attribute. Remove a specific /dev/zramX device, where X24		is a device_id provided by user.25