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