Searched refs:memwait (Results 1 – 4 of 4) sorted by relevance
365 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()
175 struct list_head memwait; /* list for wait kernel memory */ member
600 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()
284 struct list_head memwait; /* list for wait kernel memory */ member