Home
last modified time | relevance | path

Searched refs:memwait (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/qib/
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()
Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member
/linux-6.1.9/drivers/infiniband/hw/hfi1/
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()
1781 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()
1914 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
Dverbs.h242 struct list_head memwait; /* list for wait kernel memory */ member