Home
last modified time | relevance | path

Searched full:holding (Results 1 – 25 of 108) sorted by relevance

12345

/Documentation/driver-api/
Dio-mapping.rst43 Note that the task may not sleep while holding this page
54 If you need to sleep while holding the lock, you can use the non-atomic
63 the task to sleep while holding the page mapped.
/Documentation/locking/
Drobust-futex-ABI.rst11 The interesting data as to what futexes a thread is holding is kept on a
65 of the thread holding the lock in the bottom 30 bits. See further
88 specified 'offset'. Should a thread die while holding any such locks,
130 thread currently holding such a lock, if any, is marked with the threads
169 lock owner died holding the lock.
Dww-mutex-design.rst39 If the transaction holding the lock is younger, the locking transaction waits.
40 If the transaction holding the lock is older, the locking transaction backs off
43 If the transaction holding the lock is younger, the locking transaction
44 wounds the transaction holding the lock, requesting it to die.
45 If the transaction holding the lock is older, it waits for the other
237 and edges can only be changed when holding the locks of all involved nodes. w/w
Drobust-futexes.rst30 "Robustness" is about dealing with crashes while holding a lock: if a
31 process exits prematurely while holding a pthread_mutex_t lock that is
32 also shared with some other process (e.g. yum segfaults while holding a
90 robust locks that userspace is holding (maintained by glibc) - which
Dlocktypes.rst151 readers, a preempted low-priority reader will continue holding its lock,
255 - Tasks holding a spinlock_t do not migrate. Non-PREEMPT_RT kernels
317 readers, a preempted low-priority reader will continue holding its lock,
488 while holding normal non-raw spinlocks because they do not disable
529 per-CPU spinlock_t means that they cannot be acquired while holding a raw
/Documentation/filesystems/
Ddirectory-locking.rst96 not contended, since any process blocked on it is not holding any locks.
99 By (3), any process holding a non-directory lock can only be
101 the process holding the "largest" such lock can always make progress, and
133 rename() responsible for that would be holding filesystem lock and new parent
/Documentation/devicetree/bindings/input/
Dinput-reset.txt5 sysrq driver. Upon holding the keys for a specified amount of time (if
/Documentation/devicetree/bindings/clock/
Dmoxa,moxart-clock.txt8 by reading registers holding multiplier and divisor information.
/Documentation/devicetree/bindings/dma/
Dmoxa,moxart-dma.txt11 - #dma-cells : Should be 1, a single cell holding a line request number
/Documentation/core-api/
Dkref.rst72 holding a valid pointer, it is safe to do this without
76 without already holding a valid pointer, it must serialize access
129 already holding a pointer.
173 holding a valid pointer. You must add a mutex (or some other lock).
/Documentation/driver-api/media/
Dv4l2-clocks.rst18 while a subdevice driver is holding a reference to the clock. For these reasons
/Documentation/userspace-api/media/v4l/
Dstreaming-par.rst30 contains a union holding separate parameters for input and output
/Documentation/admin-guide/device-mapper/
Dera.rst24 metadata dev fast device holding the persistent metadata
25 origin dev device holding data blocks that may change
/Documentation/devicetree/bindings/c6x/
Ddscr.txt73 reg is the offset of the register holding the control bits
90 reg is the offset of the register holding the status bits
/Documentation/devicetree/bindings/display/panel/
Dolimex,lcd-olinuxino.yaml21 - AT24C16C EEPROM holding panel identification and timing requirements
/Documentation/devicetree/bindings/net/
Dsocionext-netsec.txt6 address and length of the EEPROM holding the MAC address and
/Documentation/kernel-hacking/
Dlocking.rst117 spinlock, but you may block holding a mutex. If you can't lock a mutex,
310 - Avoid holding spinlock for more than 5 lines of code and across any
363 lock when some other thread is holding the lock. You should acquire the
411 /* Must be holding cache_lock */
424 /* Must be holding cache_lock */
433 /* Must be holding cache_lock */
651 /* Must be holding cache_lock */
697 now sleep holding the object (eg. to copy_to_user() to
766 /* Must be holding cache_lock */
1026 going to be waiting while someone else is holding a lock. Second is the
[all …]
/Documentation/devicetree/bindings/leds/
Dti,tca6507.yaml14 7 separate lines either by holding them low, or by pulsing them with modulated
/Documentation/driver-api/pm/
Dcpuidle.rst86 processor holding the given CPU can be asked to enter).
113 Called to select an idle state for the processor holding the (logical)
175 idle state represented by the struct cpuidle_state object holding it, this
/Documentation/security/
Dsak.rst51 incorrectly holding /dev/console open. Be sure to complain to your
/Documentation/power/
Dswsusp-and-swap-files.rst18 filesystem holding the swap file to be mounted, and if this filesystem is
Ds2ram.rst42 holding the power button down, and look at the dmesg output for things
/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig19 number of empty frames. By holding off on deactivation for a few
/Documentation/bpf/
Dprog_sk_lookup.rst60 in a map holding sockets, such as ``SOCKMAP`` or ``SOCKHASH``, and passes a
/Documentation/devicetree/bindings/i2c/
Di2c-mux-gpio.txt37 GPIOs, the first in the list holding the least-significant value.

12345