Home
last modified time | relevance | path

Searched refs:wait_event_interruptible_locked_irq (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnzxt-smart2.c369 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
378 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
387 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
405 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
416 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
427 res = wait_event_interruptible_locked_irq(drvdata->wq, in nzxt_smart2_hwmon_read()
516 res = wait_event_interruptible_locked_irq(drvdata->wq, in set_pwm_enable()
/openbmc/linux/fs/
H A Deventfd.c242 if (wait_event_interruptible_locked_irq(ctx->wqh, ctx->count)) { in eventfd_read()
277 res = wait_event_interruptible_locked_irq(ctx->wqh, in eventfd_write()
H A Dtimerfd.c278 res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); in timerfd_read()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c225 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread()
/openbmc/linux/include/linux/
H A Dwait.h845 #define wait_event_interruptible_locked_irq(wq, condition) \ macro
/openbmc/linux/net/qrtr/
H A Daf_qrtr.c290 ret = wait_event_interruptible_locked_irq(flow->resume_tx, in qrtr_tx_wait()