Lines Matching defs:nmi_active
39 /* nmi_active:
44 atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */
45 EXPORT_SYMBOL(nmi_active);
57 if (atomic_read(&nmi_active)) {
150 atomic_dec(&nmi_active);
159 atomic_dec(&nmi_active);
167 if (!atomic_read(&nmi_active))
193 if (!atomic_read(&nmi_active)) {
195 atomic_set(&nmi_active, -1);
216 atomic_inc(&nmi_active);
263 atomic_set(&nmi_active, -1);
287 if (atomic_read(&nmi_active) == -1) {
310 if (atomic_read(&nmi_active) == -1)