Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c679 struct list_head *list = &dev->memwait; in mem_timer()
742 if (list_empty(&dev->memwait)) in wait_kmem()
745 list_add_tail(&priv->s_iowait.list, &dev->memwait); in wait_kmem()
1865 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()
1998 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
Dverbs.h220 struct list_head memwait; /* list for wait kernel memory */ member
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_verbs.c395 struct list_head *list = &dev->memwait; in mem_timer()
791 if (list_empty(&dev->memwait)) in wait_kmem()
794 list_add_tail(&priv->iowait, &dev->memwait); in wait_kmem()
1540 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()
1691 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member