Lines Matching defs:list
116 struct list_head list;
1000 * dispatch list.
1497 * For compatibility only, we no longer keep a list of
1835 INIT_LIST_HEAD(&nbd->list);
1886 /* We don't use this right now since we don't parse the incoming list, but we
2088 printk(KERN_ERR "nbd: error processing sock list\n");
2275 printk(KERN_ERR "nbd: error processing sock list\n");
2541 struct list_head *list = (struct list_head *)data;
2544 list_add_tail(&nbd->list, list);
2566 nbd = list_first_entry(&del_list, struct nbd_device, list);
2567 list_del_init(&nbd->list);