Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1513 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()
1657 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
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()
Dverbs.h284 struct list_head memwait; /* list for wait kernel memory */ member