Home
last modified time | relevance | path

Searched refs:piowait (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dpio.h129 struct list_head piowait ____cacheline_aligned_in_smp;
H A Dpio.c746 INIT_LIST_HEAD(&sc->piowait); in sc_alloc()
890 if (!list_empty(&sc->piowait)) in sc_free()
891 dd_dev_err(dd, "piowait list not empty!\n"); in sc_free()
958 list_splice_init(&sc->piowait, &wake_list); in sc_disable()
1624 list = &sc->piowait; in sc_piobufavail()
1626 * Note: checking that the piowait list is empty and clearing in sc_piobufavail()
H A Dverbs.c951 was_empty = list_empty(&sc->piowait); in pio_wait()
954 &sc->piowait); in pio_wait()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpio.h87 struct list_head piowait ____cacheline_aligned_in_smp;
H A Dpio.c704 INIT_LIST_HEAD(&sc->piowait); in sc_alloc()
848 if (!list_empty(&sc->piowait)) in sc_free()
849 dd_dev_err(dd, "piowait list not empty!\n"); in sc_free()
916 list_splice_init(&sc->piowait, &wake_list); in sc_disable()
1582 list = &sc->piowait; in sc_piobufavail()
1584 * Note: checking that the piowait list is empty and clearing in sc_piobufavail()
H A Dverbs.c909 was_empty = list_empty(&sc->piowait); in pio_wait()
912 &sc->piowait); in pio_wait()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_verbs.h172 struct list_head piowait; /* list for wait PIO buf */ member
H A Dqib_verbs.c894 list_add_tail(&priv->iowait, &dev->piowait); in no_bufs_available()
1153 list = &dev->piowait; in qib_ib_piobufavail()
1157 * Note: checking that the piowait list is empty and clearing in qib_ib_piobufavail()
1510 INIT_LIST_HEAD(&dev->piowait); in qib_register_ib_device()
1651 if (!list_empty(&dev->piowait)) in qib_unregister_ib_device()
1652 qib_dev_err(dd, "piowait list not empty!\n"); in qib_unregister_ib_device()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_verbs.h172 struct list_head piowait; /* list for wait PIO buf */ member
H A Dqib_verbs.c894 list_add_tail(&priv->iowait, &dev->piowait); in no_bufs_available()
1153 list = &dev->piowait; in qib_ib_piobufavail()
1157 * Note: checking that the piowait list is empty and clearing in qib_ib_piobufavail()
1511 INIT_LIST_HEAD(&dev->piowait); in qib_register_ib_device()
1649 if (!list_empty(&dev->piowait)) in qib_unregister_ib_device()
1650 qib_dev_err(dd, "piowait list not empty!\n"); in qib_unregister_ib_device()

Completed in 17 milliseconds