Searched refs:lockdep (Results 1 - 25 of 122) sorted by relevance

12345

/linux-master/include/linux/
H A Dlockdep_api.h1 #include <linux/lockdep.h>
H A Dinit_task.h8 #include <linux/lockdep.h>
H A Dhardirq.h7 #include <linux/lockdep.h>
H A Drcuref.h8 #include <linux/lockdep.h>
H A Dlocal_lock_internal.h7 #include <linux/lockdep.h>
H A Dpercpu-rwsem.h10 #include <linux/lockdep.h>
H A Dtty_ldisc.h11 #include <linux/lockdep.h>
H A Dmmap_lock.h4 #include <linux/lockdep.h>
H A Dentry-common.h93 * 1) Tell lockdep that interrupts are disabled
129 * This handles lockdep, RCU (context tracking) and tracing state, i.e.
348 * 4) Tell lockdep that interrupts are enabled
403 * - Address limit and lockdep checks
405 * 3) Final transition (lockdep, tracing, context tracking, RCU), i.e. the
423 * The function establishes state (lockdep, RCU (context tracking), tracing)
447 * @lockdep: Used exclusively in the irqentry_nmi_*() calls; ensures that
448 * lockdep state is restored correctly on exit from nmi.
461 bool lockdep; member in union:irqentry_state::__anon248
471 * - lockdep irqfla
[all...]
H A Dtorture.h19 #include <linux/lockdep.h>
H A Dmutex.h17 #include <linux/lockdep.h>
/linux-master/net/batman-adv/
H A Dhash.c11 #include <linux/lockdep.h>
73 * batadv_hash_set_lock_class() - Set specific lockdep class for hash spinlocks
75 * @key: lockdep class key address
H A Dhash.h15 #include <linux/lockdep.h>
/linux-master/kernel/locking/
H A DMakefile8 # Avoid recursion lockdep -> sanitizer -> ... -> lockdep.
19 obj-$(CONFIG_LOCKDEP) += lockdep.o
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.h9 #include <linux/lockdep.h>
/linux-master/include/drm/
H A Ddrm_client.h7 #include <linux/lockdep.h>
/linux-master/kernel/entry/
H A Dcommon.c273 * sequence vs. lockdep and tracing is required
338 * carefully and needs the same ordering of lockdep/tracing
356 /* Covers both tracing and lockdep */
373 irq_state.lockdep = lockdep_hardirqs_enabled();
393 if (irq_state.lockdep) {
401 if (irq_state.lockdep)
/linux-master/include/trace/events/
H A Dlock.h22 #include <linux/lockdep.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.h10 #include <linux/lockdep.h>
159 /* Specialise each class of i915_active to avoid impossible lockdep cycles. */
/linux-master/arch/x86/include/asm/
H A Duaccess_64.h9 #include <linux/lockdep.h>
/linux-master/fs/kernfs/
H A Dkernfs-internal.h13 #include <linux/lockdep.h>
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.c4 #include <linux/lockdep.h>
/linux-master/fs/bcachefs/
H A Dsix.h126 #include <linux/lockdep.h>
243 * @ip: ip parameter for lockdep/lockstat, i.e. _THIS_IP_
/linux-master/fs/btrfs/
H A Dlocking.h11 #include <linux/lockdep.h>
33 * and since our lockdep maps are rootid+level, this confuses lockdep
35 * a subclass for COW'ed blocks so that lockdep doesn't complain.
44 * Because of this we need to indicate to lockdep that this is
70 * subclass so we don't confuse lockdep, as it will appear that we are
97 * @owner: The struct where the lockdep map is defined
98 * @lock: The lockdep map corresponding to a wait event
101 * the lockdep map as writer (exclusive lock) because it has to block until all
114 * @owner: The struct where the lockdep ma
[all...]
H A Dspace-info.h10 #include <linux/lockdep.h>

Completed in 243 milliseconds

12345