Home
last modified time | relevance | path

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

1234

/linux-6.15/arch/mips/cavium-octeon/
H A DKconfig31 bool "Lock often used kernel code in the L2"
37 bool "Lock the TLB handler in L2"
41 Lock the low level TLB fast path into L2.
44 bool "Lock the exception handler in L2"
48 Lock the low level exception handler into L2.
51 bool "Lock the interrupt handler in L2"
55 Lock the low level interrupt handler into L2.
58 bool "Lock the 2nd level interrupt handler in L2"
62 Lock the 2nd level interrupt handler in L2.
65 bool "Lock memcpy() in L2"
[all …]
/linux-6.15/rust/kernel/sync/
H A Dlock.rs106 pub struct Lock<T: ?Sized, B: Backend> { struct
122 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} implementation
126 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {} implementation
128 impl<T, B: Backend> Lock<T, B> { implementation
143 impl<B: Backend> Lock<(), B> { implementation
165 impl<T: ?Sized, B: Backend> Lock<T, B> { implementation
192 pub(crate) lock: &'a Lock<T, B>,
227 pub fn lock_ref(&self) -> &'a Lock<T, B> { in lock_ref()
272 pub unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new()
H A Dlocked_by.rs5 use super::{lock::Backend, lock::Lock};
102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new()
104 size_of::<Lock<U, B>>() > 0, in new()
/linux-6.15/Documentation/arch/s390/
H A Dvfio-ap-locking.rst16 The Matrix Devices Lock (drivers/s390/crypto/vfio_ap_private.h)
28 The Matrix Devices Lock (matrix_dev->mdevs_lock) is implemented as a global
35 The KVM Lock (include/linux/kvm_host.h)
46 The KVM Lock (kvm->lock) controls access to the state data for a KVM guest. This
54 The Guests Lock (drivers/s390/crypto/vfio_ap_private.h)
66 The Guests Lock (matrix_dev->guests_lock) controls access to the
88 It is not necessary to take the Guests Lock to access the KVM pointer if the
90 however, in this case, the Matrix Devices Lock (matrix_dev->mdevs_lock) must be
92 protection of the Matrix Devices Lock. A case in point is the function that
97 The PQAP Hook Lock (arch/s390/include/asm/kvm_host.h)
[all …]
/linux-6.15/Documentation/sound/cards/
H A Dimg-spdif-in.rst25 rates. The active rate can be obtained by reading the 'SPDIF In Lock Frequency'
36 * name='SPDIF In Lock Frequency',index=0
41 * name='SPDIF In Lock TRK',index=0
47 * name='SPDIF In Lock Acquire Threshold',index=0
51 * name='SPDIF In Lock Release Threshold',index=0
/linux-6.15/fs/ocfs2/
H A Dstack_o2cb.c33 # error Lock modes do not match
36 # error Lock modes do not match
39 # error Lock modes do not match
42 # error Lock modes do not match
45 # error Lock modes do not match
48 # error Lock modes do not match
51 # error Lock modes do not match
/linux-6.15/rust/kernel/sync/lock/
H A Dglobal.rs9 sync::lock::{Backend, Guard, Lock},
37 inner: Lock<B::Item, B::Backend>,
49 inner: Lock { in new()
H A Dmutex.rs87 pub type Mutex<T> = super::Lock<T, MutexBackend>;
H A Dspinlock.rs85 pub type SpinLock<T> = super::Lock<T, SpinLockBackend>;
/linux-6.15/tools/memory-model/Documentation/
H A Dherd-representation.txt6 # LKR, a Lock-Read event
7 # LKW, a Lock-Write event
9 # LF, a Lock-Fail event
/linux-6.15/tools/memory-model/
H A Dlock.cat16 * LKR Lock-Read: the read part of a spin_lock() or successful
18 * LKW Lock-Write: the write part of a spin_lock() or successful
21 * LF Lock-Fail: a failed spin_trylock() event
43 (* Link Lock-Reads to their RMW-partner Lock-Writes *)
/linux-6.15/Documentation/sound/designs/
H A Dcontrol-names.rst123 Clock Sync Status { "Lock", "Sync", "No Lock" }
/linux-6.15/fs/dlm/
H A DKconfig3 tristate "Distributed Lock Manager (DLM)"
/linux-6.15/arch/x86/kvm/
H A Demulate.c4026 F(Lock, em_add),
4027 F(Lock | PageTable, em_or),
4028 F(Lock, em_adc),
4029 F(Lock, em_sbb),
4030 F(Lock | PageTable, em_and),
4031 F(Lock, em_sub),
4032 F(Lock, em_xor),
4246 F6ALU(Lock, em_add),
4254 F6ALU(Lock, em_adc),
4258 F6ALU(Lock, em_sbb),
[all …]
/linux-6.15/drivers/mtd/chips/
H A DKconfig170 Each Protection Register has an associated Lock Register bit. When a
171 Lock Register bit is programmed, the associated Protection Register
173 because the Lock Register bits themselves are OTP, when programmed,
174 Lock Register bits cannot be erased. Therefore, when a Protection
/linux-6.15/scripts/clang-tools/
H A Drun-clang-tools.py85 lock = multiprocessing.Lock()
/linux-6.15/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4350.yaml39 description: Lock detect GPIO.
145 description: Enables Mute-Till-Lock-Detect function.
/linux-6.15/Documentation/filesystems/
H A Ddlmfs.rst82 Lock value blocks can be read and written to a resource via read(2)
105 Open Flag Lock Request Type
/linux-6.15/Documentation/locking/
H A Dlockstat.rst2 Lock Statistics
86 Lock statistics are enabled via CONFIG_LOCK_STAT.
H A Dhwspinlock.rst92 Lock a previously-assigned hwspinlock with a timeout limit (specified in
108 Lock a previously-assigned hwspinlock with a timeout limit (specified in
124 Lock a previously-assigned hwspinlock with a timeout limit (specified in
141 Lock a previously-assigned hwspinlock with a timeout limit (specified in
158 Lock a previously-assigned hwspinlock with a timeout limit (specified in
H A Dlocktorture.rst2 Kernel Lock Torture Test Operation
135 (A): Lock type that is being tortured -- torture_type parameter.
/linux-6.15/kernel/configs/
H A Ddebug.config94 # Lock Debugging (spinlocks, mutexes, etc...)
/linux-6.15/Documentation/admin-guide/laptops/
H A Dlg-laptop.rst31 FN Lock
/linux-6.15/drivers/video/fbdev/riva/
H A 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-6.15/Documentation/driver-api/media/drivers/
H A Dvidtv.rst382 Lock (0x1f) Signal= -34.45dBm C/N= 33.74dB UCB= 0
402Lock (0x1f) Quality= Good Signal= -34.66dBm C/N= 33.41dB UCB= 0 postBER= 0 preBER= 1.05x10^-3 PE…
403Lock (0x1f) Quality= Good Signal= -34.57dBm C/N= 33.46dB UCB= 0 postBER= 0 preBER= 1.05x10^-3 PE…
406Lock (0x1f) Quality= Good Signal= -34.42dBm C/N= 33.89dB UCB= 0 postBER= 0 preBER= 2.44x10^-3 PE…

1234