Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
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()
/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_port_ctrl_msg.c221 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread()
/linux-6.1.9/fs/
Dtimerfd.c278 res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); in timerfd_read()
/linux-6.1.9/include/linux/
Dwait.h841 #define wait_event_interruptible_locked_irq(wq, condition) \ macro
/linux-6.1.9/net/qrtr/
Daf_qrtr.c288 ret = wait_event_interruptible_locked_irq(flow->resume_tx, in qrtr_tx_wait()