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