Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 25 of 39) sorted by relevance

12

/linux-3.4.99/arch/mips/cavium-octeon/
DKconfig45 bool "Lock often used kernel code in the L2"
51 bool "Lock the TLB handler in L2"
55 Lock the low level TLB fast path into L2.
58 bool "Lock the exception handler in L2"
62 Lock the low level exception handler into L2.
65 bool "Lock the interrupt handler in L2"
69 Lock the low level interrupt handler into L2.
72 bool "Lock the 2nd level interrupt handler in L2"
76 Lock the 2nd level interrupt handler in L2.
79 bool "Lock memcpy() in L2"
[all …]
/linux-3.4.99/fs/ocfs2/
Dstack_o2cb.c43 # error Lock modes do not match
46 # error Lock modes do not match
49 # error Lock modes do not match
52 # error Lock modes do not match
55 # error Lock modes do not match
58 # error Lock modes do not match
61 # error Lock modes do not match
/linux-3.4.99/Documentation/sound/alsa/
DControlNames.txt71 Clock Sync Status { "Lock", "Sync", "No Lock" }
Dhdspm.txt281 Name -- "MADI Sync Lock Status"
292 Name -- "Word Clock Lock Status"
/linux-3.4.99/arch/x86/kvm/
Demulate.c127 #define Lock (1<<26) /* lock prefix is allowed for the instruction */ macro
3306 I2bv(((_f) | DstReg | SrcMem | ModRM) & ~Lock, _e), \
3307 I2bv(((_f) & ~Lock) | DstAcc | SrcImm, _e)
3333 I(Lock, em_add),
3334 I(Lock | PageTable, em_or),
3335 I(Lock, em_adc),
3336 I(Lock, em_sbb),
3337 I(Lock | PageTable, em_and),
3338 I(Lock, em_sub),
3339 I(Lock, em_xor),
[all …]
/linux-3.4.99/Documentation/virtual/kvm/
Dlocking.txt1 KVM Lock Overview
/linux-3.4.99/fs/dlm/
DKconfig2 tristate "Distributed Lock Manager (DLM)"
/linux-3.4.99/drivers/mtd/chips/
DKconfig169 Each Protection Register has an associated Lock Register bit. When a
170 Lock Register bit is programmed, the associated Protection Register
172 because the Lock Register bits themselves are OTP, when programmed,
173 Lock Register bits cannot be erased. Therefore, when a Protection
/linux-3.4.99/fs/jffs2/
DREADME.Locking5 At least theoretically, JFFS2 does not require the Big Kernel Lock
151 Lock wbuf_sem last, after the alloc_sem or and f->sem.
172 Lock xattr_sem last, after the alloc_sem.
/linux-3.4.99/Documentation/filesystems/
Ddlmfs.txt77 Lock value blocks can be read and written to a resource via read(2)
99 Open Flag Lock Request Type
/linux-3.4.99/drivers/video/riva/
Driva_hw.c88 int Lock in vgaLockUnlock() argument
94 if(Lock) cr11 |= 0x80; in vgaLockUnlock()
101 int Lock in nv3LockUnlock() argument
105 VGA_WR08(chip->PVIO, 0x3C5, Lock ? 0x99 : 0x57); in nv3LockUnlock()
106 vgaLockUnlock(chip, Lock); in nv3LockUnlock()
111 int Lock in nv4LockUnlock() argument
115 VGA_WR08(chip->PCIO, 0x3D5, Lock ? 0x99 : 0x57); in nv4LockUnlock()
116 vgaLockUnlock(chip, Lock); in nv4LockUnlock()
/linux-3.4.99/drivers/scsi/pcmcia/
Dnsp_cs.h272 spinlock_t Lock; member
Dnsp_cs.c1341 spin_lock_init(&(data->Lock)); in nsp_detect()
1421 spin_lock_irqsave(&(data->Lock), flags); in nsp_proc_info()
1423 spin_unlock_irqrestore(&(data->Lock), flags); in nsp_proc_info()
/linux-3.4.99/Documentation/
Ddcdbas.txt37 1) Lock smi_data.
Dlockstat.txt68 Lock statistics are enabled via CONFIG_LOCK_STATS.
Dpreempt-locking.txt54 RULE #3: Lock acquire and release must be performed by same task
/linux-3.4.99/include/linux/
Dbuffer_head.h116 BUFFER_FNS(Lock, locked)
/linux-3.4.99/Documentation/scsi/
DChangeLog.ips45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue
/linux-3.4.99/drivers/scsi/
Dnsp32.h570 spinlock_t Lock; member
Dnsp32.c1492 spin_lock_irqsave(&(data->Lock), flags); in nsp32_proc_info()
1494 spin_unlock_irqrestore(&(data->Lock), flags); in nsp32_proc_info()
2622 spin_lock_init(&(data->Lock)); in nsp32_detect()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-firmware-acpi104 ff_gbl_lock - Global Lock
/linux-3.4.99/drivers/video/nvidia/
Dnv_hw.c57 void NVLockUnlock(struct nvidia_par *par, int Lock) in NVLockUnlock() argument
62 VGA_WR08(par->PCIO, 0x3D5, Lock ? 0x99 : 0x57); in NVLockUnlock()
66 if (Lock) in NVLockUnlock()
/linux-3.4.99/Documentation/vm/
Dpage_migration91 1. Lock the page to be migrated
/linux-3.4.99/drivers/input/keyboard/
DKconfig113 Caps Lock Left Ctrl
114 Right Ctrl Caps Lock
/linux-3.4.99/Documentation/rapidio/
Drapidio.txt112 device by writing into the Host Device ID Lock CSR. It does this to ensure that

12