Searched full:holding (Results 1 – 25 of 108) sorted by relevance
12345
/Documentation/driver-api/ |
D | io-mapping.rst | 43 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/ |
D | robust-futex-ABI.rst | 11 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.
|
D | ww-mutex-design.rst | 39 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
|
D | robust-futexes.rst | 30 "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
|
D | locktypes.rst | 151 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/ |
D | directory-locking.rst | 96 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/ |
D | input-reset.txt | 5 sysrq driver. Upon holding the keys for a specified amount of time (if
|
/Documentation/devicetree/bindings/clock/ |
D | moxa,moxart-clock.txt | 8 by reading registers holding multiplier and divisor information.
|
/Documentation/devicetree/bindings/dma/ |
D | moxa,moxart-dma.txt | 11 - #dma-cells : Should be 1, a single cell holding a line request number
|
/Documentation/core-api/ |
D | kref.rst | 72 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/ |
D | v4l2-clocks.rst | 18 while a subdevice driver is holding a reference to the clock. For these reasons
|
/Documentation/userspace-api/media/v4l/ |
D | streaming-par.rst | 30 contains a union holding separate parameters for input and output
|
/Documentation/admin-guide/device-mapper/ |
D | era.rst | 24 metadata dev fast device holding the persistent metadata 25 origin dev device holding data blocks that may change
|
/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 73 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/ |
D | olimex,lcd-olinuxino.yaml | 21 - AT24C16C EEPROM holding panel identification and timing requirements
|
/Documentation/devicetree/bindings/net/ |
D | socionext-netsec.txt | 6 address and length of the EEPROM holding the MAC address and
|
/Documentation/kernel-hacking/ |
D | locking.rst | 117 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/ |
D | ti,tca6507.yaml | 14 7 separate lines either by holding them low, or by pulsing them with modulated
|
/Documentation/driver-api/pm/ |
D | cpuidle.rst | 86 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/ |
D | sak.rst | 51 incorrectly holding /dev/console open. Be sure to complain to your
|
/Documentation/power/ |
D | swsusp-and-swap-files.rst | 18 filesystem holding the swap file to be mounted, and if this filesystem is
|
D | s2ram.rst | 42 holding the power button down, and look at the dmesg output for things
|
/Documentation/ABI/testing/ |
D | sysfs-driver-hid-ntrig | 19 number of empty frames. By holding off on deactivation for a few
|
/Documentation/bpf/ |
D | prog_sk_lookup.rst | 60 in a map holding sockets, such as ``SOCKMAP`` or ``SOCKHASH``, and passes a
|
/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-gpio.txt | 37 GPIOs, the first in the list holding the least-significant value.
|
12345