Home
last modified time | relevance | path

Searched refs:deadlock (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v4.19/Documentation/aoe/
Dtodo.txt1 There is a potential for deadlock when allocating a struct sk_buff for
4 there are no other pages available, then deadlock may occur when a
7 deadlock under memory pressure.
14 deadlock.
/Linux-v4.19/arch/ia64/sn/kernel/sn2/
Dsn2_smp.c175 int active, max_active, deadlock, flush_opt = sn2_flush_opt; in sn2_global_tlb_purge() local
270 deadlock = 0; in sn2_global_tlb_purge()
287 if ((deadlock = wait_piowc())) { in sn2_global_tlb_purge()
315 if (flush_opt == 1 && deadlock) { in sn2_global_tlb_purge()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hangcheck.c132 engine->hangcheck.deadlock++; in semaphore_passed()
142 if (signaller->hangcheck.deadlock >= I915_NUM_ENGINES) in semaphore_passed()
162 engine->hangcheck.deadlock = 0; in semaphore_clear_deadlocks()
/Linux-v4.19/Documentation/locking/
Dww-mutex-design.txt19 makes. Which results in the potential for deadlock. The problem gets
29 from a global counter. In case of deadlock while locking all the buffers
36 and the deadlock handling approach is called Wait-Die. The name is based on
85 no deadlock potential and hence the ww_mutex_lock call will block and not
103 better to avoid grabbing a deadlock avoidance ticket).
323 Method 4: Only lock one single objects. In that case deadlock detection and
325 produce a deadlock within just one class. To simplify this case the w/w mutex
345 contention for a new lock and hence a true chance of deadlock. In that
D00-INDEX16 - Intro to Mutex wait/would deadlock handling.s
Dlockdep-design.txt102 thus could result in a lock inversion deadlock. Likewise, a softirq-safe
127 could lead to a lock inversion deadlock - even if that lock scenario did
227 lock related deadlock. [*]
230 occur in practice to prove a deadlock: only the simple 'component'
/Linux-v4.19/Documentation/filesystems/
Ddirectory-locking56 If no directory is its own ancestor, the scheme above is deadlock-free.
80 Now consider the minimal deadlock. Each process is blocked on
91 Thus link creation can't be a part of deadlock - it can't be
112 Contradiction. I.e. deadlock is impossible. Q.E.D.
Dfuse.txt198 c) Accidental deadlock
200 d) Malicious deadlock
360 There are a couple of ways in which to deadlock a FUSE filesystem.
364 Scenario 1 - Simple deadlock
382 Scenario 2 - Tricky deadlock
Dlocks.txt46 race and deadlock conditions that the current solution was the only
Dindex.rst221 deadlock. The first thing to note is that each task can only have a
239 behaviour to :c:func:`jbd2_journal_start` so you can deadlock here just as
/Linux-v4.19/Documentation/arm/
Dswp_emulation25 cause programs that perform SWP operations to uncached memory to deadlock, as
/Linux-v4.19/tools/memory-model/
Dlock.cat56 * inside a critical section (for the same lock) always deadlock.
78 (* Allow up to one unmatched LKW per location; more must deadlock *)
/Linux-v4.19/Documentation/RCU/
DUP.txt58 be self-deadlock.
120 self-deadlock.
DwhatisRCU.txt569 you allow nested rcu_read_lock() calls, you can deadlock.
625 from deadlock (an important property of RCU). The reason for this is
628 so there can be no deadlock cycle.
630 Quick Quiz #1: Why is this argument naive? How could a deadlock
632 kernel? How could this deadlock be avoided?
659 participate in a deadlock cycle!
957 Quick Quiz #1: Why is this argument naive? How could a deadlock
979 One way to avoid this deadlock is to use an approach like
984 release rcu_gp_mutex, avoiding the deadlock.
986 Even in the absence of deadlock, this RCU implementation
Drcu.txt25 acquire locks can also greatly simplify deadlock-avoidance code.
/Linux-v4.19/Documentation/networking/
Ddriver.txt72 This error can deadlock sockets waiting for send buffer room
Dspider_net.txt131 deadlock condition, as the tail pointer will be pointing at this descr,
135 is a potential deadlock, with the OS waiting for one descr to fill,
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst17 The traditional way to avoid this deadlock problem is to clear __GFP_FS
/Linux-v4.19/Documentation/i2c/
Di2c-topology148 __i2c_transfer), or a deadlock will follow. There are a couple of
186 that they do not deadlock the root adapter.
188 unlocked i2c-transfer, so that it does not deadlock the parent
/Linux-v4.19/Documentation/x86/x86_64/
Dmachinecheck55 deadlock. Higher tolerant values trade potentially better uptime
/Linux-v4.19/Documentation/infiniband/
Dcore_locking.txt104 semaphores that could cause deadlock if a consumer calls back into
/Linux-v4.19/Documentation/device-mapper/
Ddm-raid.txt346 1.12.1 Fix for MD deadlock between mddev_suspend() and md_write_start() available
348 1.13.1 Fix deadlock caused by early md_stop_writes(). Also fix size an
352 deadlock/potential data corruption. Update superblock when
/Linux-v4.19/arch/arm/
DKconfig977 bool "ARM errata: Processor deadlock when a false hazard is created"
985 hazard might then cause a processor deadlock. The workaround enables
1128 bool "ARM errata: A data cache maintenance operation which aborts, might lead to deadlock"
1134 to deadlock. This workaround puts DSB before executing ISB if
1157 bool "ARM errata: A12: some seqs of opposed cond code instrs => deadlock or corruption"
1162 instruction might deadlock. Fixed in r0p1.
1164 lead to either a data corruption or a CPU deadlock. Not fixed in
1178 deadlock when the VMOV instructions are issued out-of-order.
1181 bool "ARM errata: A12: DMB NSHST/ISHST mixed ... might cause deadlock"
1187 and Device/Strongly-Ordered loads and stores might cause deadlock
[all …]
/Linux-v4.19/arch/arm/mach-omap2/
DKconfig245 system to deadlock.
/Linux-v4.19/arch/arm64/
DKconfig312 …bool "Cortex-A53: 826319: System might deadlock if a write cannot complete until read data is acce…
322 system can deadlock.
397 bool "Cortex-A57: 832075: possible deadlock on mixing exclusive memory accesses with device loads"
403 Affected Cortex-A57 parts might deadlock when exclusive load/store
971 with SWP emulation enabled, leading to deadlock of the user
978 perform SWP operations to uncached memory to deadlock.

123