Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

menuconfig CONFIG_DLM
	tristate "Distributed Lock Manager (DLM)"
	depends on CONFIG_INET
	depends on CONFIG_SYSFS && CONFIG_CONFIGFS_FS && (CONFIG_IPV6 || CONFIG_IPV6=n)
	select CONFIG_IP_SCTP
	help
	CONFIG_A general purpose distributed lock manager for kernel or userspace
	applications.

config CONFIG_DLM_DEBUG
	bool "DLM debugging"
	depends on CONFIG_DLM
	help
	Under the debugfs mount point, the name of each lockspace will
	appear as a file in the "dlm" directory.  The output is the
	list of resource and locks the local node knows about.