Searched refs:iowait_clear_flag (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() function
|
H A D | qp.c | 428 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_IB); in hfi1_qp_schedule() 433 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_TID); in hfi1_qp_schedule() 893 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_IB); in notify_error_qp() 894 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_TID); in notify_error_qp()
|
H A D | iowait.h | 169 void iowait_clear_flag(struct iowait *wait, u32 flag);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() function
|
H A D | qp.c | 387 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_IB); in hfi1_qp_schedule() 392 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_TID); in hfi1_qp_schedule() 852 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_IB); in notify_error_qp() 853 iowait_clear_flag(&priv->s_iowait, IOWAIT_PENDING_TID); in notify_error_qp()
|
H A D | iowait.h | 128 void iowait_clear_flag(struct iowait *wait, u32 flag);
|
Completed in 5 milliseconds