Searched refs:LD_WAIT_CONFIG (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | lockdep_types.h | 24 LD_WAIT_CONFIG, /* preemptible in PREEMPT_RT, spinlock_t etc.. */ enumerator 26 LD_WAIT_CONFIG = LD_WAIT_SPIN,
|
| H A D | local_lock_internal.h | 36 .wait_type_inner = LD_WAIT_CONFIG, \ 87 0, LD_WAIT_CONFIG, LD_WAIT_INV, \ 103 0, LD_WAIT_CONFIG, LD_WAIT_INV, \
|
| /linux/lib/ |
| H A D | debugobjects.c | 775 * by temporarily raising the wait-type to LD_WAIT_CONFIG, matching in __debug_object_init() 778 static DEFINE_WAIT_OVERRIDE_MAP(fill_pool_map, LD_WAIT_CONFIG); in __debug_object_init()
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 2283 DEBUG_LOCKS_WARN_ON(entry->class->wait_type_inner < LD_WAIT_CONFIG)) in usage_skip() 4787 return LD_WAIT_CONFIG; in task_wait_context() 4794 return LD_WAIT_CONFIG; in task_wait_context()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 3091 static DEFINE_WAIT_OVERRIDE_MAP(printk_legacy_map, LD_WAIT_CONFIG);
|
| /linux/kernel/sched/ |
| H A D | core.c | 7262 static DEFINE_WAIT_OVERRIDE_MAP(sched_map, LD_WAIT_CONFIG); in sched_update_worker() 7266 * Establish LD_WAIT_CONFIG context to ensure none of the code called in __schedule_loop()
|
| /linux/mm/ |
| H A D | slub.c | 6049 * by temporarily raising the wait-type to LD_WAIT_CONFIG. in can_free_to_pcs() 6051 static DEFINE_WAIT_OVERRIDE_MAP(kfree_rcu_sheaf_map, LD_WAIT_CONFIG);
|