Searched refs:iowait_flag_set (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() function
|
H A D | iowait.h | 168 bool iowait_flag_set(struct iowait *wait, u32 flag);
|
H A D | qp.c | 425 if (iowait_flag_set(&priv->s_iowait, IOWAIT_PENDING_IB)) { in hfi1_qp_schedule() 430 if (iowait_flag_set(&priv->s_iowait, IOWAIT_PENDING_TID)) { in hfi1_qp_schedule()
|
H A D | tid_rdma.c | 5394 if (iowait_flag_set(&priv->s_iowait, in hfi1_do_tid_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | iowait.c | 18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() function
|
H A D | iowait.h | 127 bool iowait_flag_set(struct iowait *wait, u32 flag);
|
H A D | qp.c | 384 if (iowait_flag_set(&priv->s_iowait, IOWAIT_PENDING_IB)) { in hfi1_qp_schedule() 389 if (iowait_flag_set(&priv->s_iowait, IOWAIT_PENDING_TID)) { in hfi1_qp_schedule()
|
H A D | tid_rdma.c | 5406 if (iowait_flag_set(&priv->s_iowait, in hfi1_do_tid_send()
|
Completed in 17 milliseconds