/linux-4.1.27/include/linux/ |
D | preempt_mask.h | 120 # define preemptible() (preempt_count() == 0 && !irqs_disabled()) macro 122 # define preemptible() 0 macro
|
D | kvm_host.h | 780 BUG_ON(preemptible()); in kvm_guest_enter()
|
/linux-4.1.27/arch/x86/xen/ |
D | multicalls.c | 63 BUG_ON(preemptible()); in xen_mc_flush() 140 BUG_ON(preemptible()); in __xen_mc_entry() 168 BUG_ON(preemptible()); in xen_mc_extend_args()
|
D | time.c | 81 BUG_ON(preemptible()); in get_runstate_snapshot()
|
D | mmu.c | 1347 BUG_ON(preemptible()); in xen_write_cr3() 1393 BUG_ON(preemptible()); in xen_write_cr3_init()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | debug-monitors.c | 89 WARN_ON(preemptible()); in enable_debug_monitors() 109 WARN_ON(preemptible()); in disable_debug_monitors()
|
D | cacheinfo.c | 56 WARN_ON(preemptible()); in cache_get_ccsidr()
|
/linux-4.1.27/arch/x86/kernel/ |
D | paravirt.c | 284 BUG_ON(preemptible()); in paravirt_start_context_switch() 295 BUG_ON(preemptible()); in paravirt_end_context_switch()
|
/linux-4.1.27/Documentation/ |
D | local_ops.txt | 88 In preemptible context, use get_cpu_var() and put_cpu_var() around local atomic 140 /* Increment the counter from a non preemptible context */ 145 * preemptible context (it disables preemption) :
|
D | preempt-locking.txt | 10 A preemptible kernel creates new locking issues. The issues are the same as 11 those under SMP: concurrency and reentrancy. Thankfully, the Linux preemptible
|
D | pi-futex.txt | 59 non-preemptible in a critical section, so the 'use spinlocks' argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mmu_context.h | 77 DEBUG_LOCKS_WARN_ON(preemptible()); in load_mm_ldt()
|
/linux-4.1.27/kernel/ |
D | Kconfig.preempt | 43 preemptible. This allows reaction to interactive events by
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | process.c | 157 WARN_ON(preemptible()); in enable_kernel_fp() 173 WARN_ON(preemptible()); in enable_kernel_altivec() 209 WARN_ON(preemptible()); in enable_kernel_vsx() 250 WARN_ON(preemptible()); in enable_kernel_spe()
|
/linux-4.1.27/arch/arm/kvm/ |
D | arm.c | 66 BUG_ON(preemptible()); in kvm_arm_set_running_vcpu() 76 BUG_ON(preemptible()); in kvm_arm_get_running_vcpu()
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig.debug | 61 kernel. This doesn't work very well on SMP or preemptible kernels as
|
/linux-4.1.27/lib/ |
D | scatterlist.c | 595 WARN_ON_ONCE(preemptible()); in sg_miter_stop()
|
D | Kconfig.debug | 896 bool "Debug preemptible kernel"
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfpmodule.c | 439 BUG_ON(preemptible()); in vfp_enable()
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_mode_neon.txt | 24 non-preemptible section for reasons outlined below.
|
/linux-4.1.27/arch/s390/kernel/ |
D | kprobes.c | 662 if (!preemptible() && kprobe_running() && in kprobe_exceptions_notify()
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | core.c | 1022 if (!preemptible() && kprobe_running() && in kprobe_exceptions_notify()
|
/linux-4.1.27/arch/arm/kernel/ |
D | perf_event_v7.c | 1233 BUG_ON(preemptible()); in venum_pre_pmresr() 1247 BUG_ON(preemptible()); in venum_post_pmresr()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 342 WARN_ON(preemptible() && num_online_cpus() > 1); in x2apic_get_apic_id()
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 155 as well as further work on efficient implementations of preemptible 166 preemptible RCU [PaulEMcKenney2007PreemptibleRCU], and the three-part 183 2010 produced a simpler preemptible-RCU implementation 1898 ,Title="The design of preemptible read-copy-update" 1906 LWN article describing the design of preemptible RCU. 2019 Patch that prevents preemptible RCU from unnecessarily waking
|
D | torture.txt | 81 To properly exercise RCU implementations with preemptible
|
/linux-4.1.27/arch/sparc/kernel/ |
D | smp_64.c | 1408 WARN_ON_ONCE(preemptible()); in smp_send_reschedule()
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 41 - execution is interruptible and preemptible (an fsys-mode handler
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 2896 if (likely(!preemptible())) in preempt_schedule() 2923 if (likely(!preemptible())) in preempt_schedule_context()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1562 locally-defined, preemptible global symbols as short-range "b.n"
|
/linux-4.1.27/init/ |
D | Kconfig | 670 block the current preemptible RCU grace period for too long.
|