Searched refs:memwait (Results 1 – 4 of 4) sorted by relevance
364 struct list_head *list = &dev->memwait; in mem_timer()755 if (list_empty(&dev->memwait)) in wait_kmem()758 list_add_tail(&priv->iowait, &dev->memwait); in wait_kmem()1514 INIT_LIST_HEAD(&dev->memwait); in qib_register_ib_device()1658 if (!list_empty(&dev->memwait)) in qib_unregister_ib_device()
175 struct list_head memwait; /* list for wait kernel memory */ member
597 struct list_head *list = &dev->memwait; in mem_timer()656 if (list_empty(&dev->memwait)) in hfi1_wait_kmem()659 list_add_tail(&priv->s_iowait.list, &dev->memwait); in hfi1_wait_kmem()1820 INIT_LIST_HEAD(&dev->memwait); in hfi1_register_ib_device()1957 if (!list_empty(&dev->memwait)) in hfi1_unregister_ib_device()
284 struct list_head memwait; /* list for wait kernel memory */ member