Home
last modified time | relevance | path

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

/linux/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()
H A Dqib_verbs.h175 struct list_head memwait; /* list for wait kernel memory */ member
/linux/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()
H A Dverbs.h242 struct list_head memwait; /* list for wait kernel memory */ member