Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c695 struct list_head *list = &dev->memwait; in mem_timer()
864 if (list_empty(&dev->memwait)) in wait_kmem()
867 list_add_tail(&qp->s_iowait.list, &dev->memwait); in wait_kmem()
1973 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()
2127 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
Dverbs.h751 struct list_head memwait; /* list for wait kernel memory */ member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.c725 struct list_head *list = &dev->memwait; in mem_timer()
1137 if (list_empty(&dev->memwait)) in wait_kmem()
1140 list_add_tail(&qp->iowait, &dev->memwait); in wait_kmem()
2154 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()
2340 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
Dqib_verbs.h767 struct list_head memwait; /* list for wait kernel memory */ member