Home
last modified time | relevance | path

Searched refs:memwait (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_verbs.c365 struct list_head *list = &dev->memwait; in mem_timer()
756 if (list_empty(&dev->memwait)) in wait_kmem()
759 list_add_tail(&priv->iowait, &dev->memwait); in wait_kmem()
1513 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()
1657 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
1658 qib_dev_err(dd, "memwait list not empty!\n"); in qib_unregister_ib_device()
H A Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.c600 struct list_head *list = &dev->memwait; in mem_timer()
659 if (list_empty(&dev->memwait)) in hfi1_wait_kmem()
662 list_add_tail(&priv->s_iowait.list, &dev->memwait); in hfi1_wait_kmem()
1824 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()
1960 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
1961 dd_dev_err(dd, "memwait list not empty!\n"); in hfi1_unregister_ib_device()
H A Dverbs.h284 struct list_head memwait; /* list for wait kernel memory */ member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.c558 struct list_head *list = &dev->memwait; in mem_timer()
617 if (list_empty(&dev->memwait)) in hfi1_wait_kmem()
620 list_add_tail(&priv->s_iowait.list, &dev->memwait); in hfi1_wait_kmem()
1767 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()
1900 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
1901 dd_dev_err(dd, "memwait list not empty!\n"); in hfi1_unregister_ib_device()
H A Dverbs.h242 struct list_head memwait; /* list for wait kernel memory */ member
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_verbs.c365 struct list_head *list = &dev->memwait; in mem_timer()
756 if (list_empty(&dev->memwait)) in wait_kmem()
759 list_add_tail(&priv->iowait, &dev->memwait); in wait_kmem()
1514 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()
1655 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
1656 qib_dev_err(dd, "memwait list not empty!\n"); in qib_unregister_ib_device()
H A Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member

Completed in 14 milliseconds