Searched refs:irqs_off (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/x86/
H A Diopl.c112 static int try_sti(bool irqs_off) argument
124 if (irqs_off && (flags & (1 << 9)))
132 static void expect_gp_sti(bool irqs_off) argument
134 int ret = try_sti(irqs_off);
/linux-master/include/linux/spi/
H A Dspi.h826 size_t progress, bool irqs_off);
829 size_t progress, bool irqs_off);
/linux-master/kernel/trace/
H A Dtrace_output.c448 char irqs_off; local
459 irqs_off =
491 irqs_off, need_resched, hardsoft_irq);
/linux-master/drivers/spi/
H A Dspi.c1948 * @irqs_off: If true, will disable IRQs and preemption for the duration of the
1965 size_t progress, bool irqs_off)
1979 if (irqs_off) {
1993 * @irqs_off: If true, will re-enable IRQs and preemption for the local CPU.
2002 size_t progress, bool irqs_off)
2015 if (irqs_off) {
1963 spi_take_timestamp_pre(struct spi_controller *ctlr, struct spi_transfer *xfer, size_t progress, bool irqs_off) argument
2000 spi_take_timestamp_post(struct spi_controller *ctlr, struct spi_transfer *xfer, size_t progress, bool irqs_off) argument

Completed in 136 milliseconds