Lines Matching refs:flags
77 unsigned long flags; in __local_bh_disable() local
81 raw_local_irq_save(flags); in __local_bh_disable()
88 raw_local_irq_restore(flags); in __local_bh_disable()
234 unsigned long flags; in do_softirq() local
239 local_irq_save(flags); in do_softirq()
246 local_irq_restore(flags); in do_softirq()
314 unsigned long flags; in raise_softirq() local
316 local_irq_save(flags); in raise_softirq()
318 local_irq_restore(flags); in raise_softirq()
338 unsigned long flags; in __tasklet_schedule() local
340 local_irq_save(flags); in __tasklet_schedule()
345 local_irq_restore(flags); in __tasklet_schedule()
352 unsigned long flags; in __tasklet_hi_schedule() local
354 local_irq_save(flags); in __tasklet_hi_schedule()
359 local_irq_restore(flags); in __tasklet_hi_schedule()
481 unsigned long flags; in remote_softirq_receive() local
486 local_irq_save(flags); in remote_softirq_receive()
488 local_irq_restore(flags); in remote_softirq_receive()
496 cp->flags = 0; in __try_remote_softirq()
541 unsigned long flags; in send_remote_softirq() local
544 local_irq_save(flags); in send_remote_softirq()
547 local_irq_restore(flags); in send_remote_softirq()