Home
last modified time | relevance | path

Searched refs:DLM (Results 1 – 19 of 19) sorted by relevance

/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-glocks.rst25 DLM 等操作。若某线程获取此锁,则在释放时必须调用
34 排他(EX)。它们对应以下 DLM 锁模式:
37 Glock 模式 DLM 锁模式
39 UN IV/NL 未加锁(无关联的 DLM 锁)或 NL
73 go_callback 若 DLM 发送回调以释放此锁时调用
145 1. DLM 锁时间(非阻塞请求)
146 2. DLM 锁时间(阻塞请求)
147 3. 请求间隔时间(指向 DLM
149 非阻塞请求指无论目标 DLM 锁处于何种状态均能立即完成的请求。
156 2. glock 代码顶层的持有者排队数(通常远大于 DLM 锁请求数)
[all …]
/linux/fs/dlm/
H A DKconfig2 menuconfig DLM config
3 tristate "Distributed Lock Manager (DLM)"
11 bool "DLM debugging"
12 depends on DLM
/linux/fs/gfs2/
H A DKconfig25 you want to use the DLM, be sure to enable IPv4/6 networking.
28 bool "GFS2 DLM locking"
30 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
35 interface between GFS2 and the DLM, which is required to use GFS2
/linux/Documentation/filesystems/
H A Ddlmfs.rst8 A minimal DLM userspace interface implemented via a virtual file
29 - Right now it only works with the OCFS2 DLM, though support for other
30 DLM implementations should not be a major issue.
61 Once you're heartbeating, DLM lock 'domains' can be easily created /
72 request for an already acquired lock will not generate another DLM
85 OCFS2 DLM limitation). Through this mechanism, users of dlmfs can share
/linux/Documentation/filesystems/gfs2/
H A Dglocks.rst14 threads from making calls to the DLM, etc. at the same time. If a
27 to the following DLM lock modes:
30 Glock mode DLM lock mode
32 UN IV/NL Unlocked (no DLM lock associated with glock) or NL
68 go_callback Called if the DLM sends a callback to drop this lock
160 1. DLM lock time (non-blocking requests)
161 2. DLM lock time (blocking requests)
162 3. Inter-request time (again to the DLM)
165 away, whatever the state of the DLM lock in question. That
/linux/fs/ocfs2/
H A DKconfig44 depends on OCFS2_FS && DLM
48 in conjunction with the DLM in fs/dlm. If you are using a
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst35 2. DLM Locks for management
47 resource number is based on the slot number returned by the DLM
48 subsystem. Since DLM starts node count from one and bitmap slots
49 start from zero, one is subtracted from the DLM slot number to arrive
128 The DLM LVB is used to communicate within nodes of the cluster. There
216 When a node fails, the DLM informs the cluster with the slot
/linux/arch/arm/mach-orion5x/
H A Dtsx09-common.c34 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_tsx09_power_off()
H A Dterastation_pro2-setup.c277 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in tsp2_power_off()
H A Dkurobox_pro-setup.c299 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in kurobox_pro_power_off()
/linux/drivers/usb/serial/
H A Dio_16654.h41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB macro
H A Dio_edgeport.c2224 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLM, HIGH8(divisor)); in send_cmd_write_baud_rate()
/linux/drivers/power/reset/
H A Dqnap-poweroff.c62 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_power_off()
/linux/fs/ocfs2/cluster/
H A Dmasklog.c107 define_mask(DLM),
/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c103 #define DLM(iobase) (iobase+1) macro
175 outb(divisor >> 8, DLM(dev->base_addr)); in ser12_set_divisor()
H A Dbaycom_ser_hdx.c89 #define DLM(iobase) (iobase+1) macro
160 outb(0, DLM(dev->base_addr)); in ser12_set_divisor()
H A Dyam.c160 #define DLM(iobase) (iobase+1) macro
296 outb(0, DLM(iobase)); in fpga_reset()
468 outb(0, DLM(dev->base_addr)); in yam_set_uart()
/linux/drivers/md/
H A DKconfig206 depends on DLM
/linux/
H A DMAINTAINERS7513 DISTRIBUTED LOCK MANAGER (DLM)