Searched refs:wait_event_interruptible_locked_irq (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/hwmon/ |
D | nzxt-smart2.c | 369 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.14.4/fs/ |
D | eventfd.c | 230 if (wait_event_interruptible_locked_irq(ctx->wqh, ctx->count)) { in eventfd_read() 265 res = wait_event_interruptible_locked_irq(ctx->wqh, in eventfd_write()
|
D | timerfd.c | 277 res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); in timerfd_read_iter()
|
/linux-6.14.4/drivers/net/wwan/t7xx/ |
D | t7xx_port_ctrl_msg.c | 225 wait_event_interruptible_locked_irq(port->rx_wq, in port_ctl_rx_thread()
|
/linux-6.14.4/include/linux/ |
D | wait.h | 841 #define wait_event_interruptible_locked_irq(wq, condition) \ macro
|
/linux-6.14.4/net/qrtr/ |
D | af_qrtr.c | 290 ret = wait_event_interruptible_locked_irq(flow->resume_tx, in qrtr_tx_wait()
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 4887 err = wait_event_interruptible_locked_irq(params->atqbal_wq, in ice_read_phy_tstamp_ll_e810() 5120 err = wait_event_interruptible_locked_irq(params->atqbal_wq, in ice_ptp_prep_phy_adj_ll_e810() 5212 err = wait_event_interruptible_locked_irq(params->atqbal_wq, in ice_ptp_prep_phy_incval_ll_e810()
|