Searched defs:blist (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/ibm/emac/
H A Dcore.c2297 /* special case for blist as the dependency might go away */
2299 np = *(dev->blist - 1);
2365 if (dev->blist && dev->blist > emac_boot_list)
2732 struct device_node **blist = NULL; local
2745 blist = &emac_boot_list[i];
2756 dev->blist = blist;
2947 if (blist) {
2948 *blist
[all...]
H A Dcore.h173 struct device_node **blist; /* bootlist entry */ member in struct:emac_instance
/drivers/md/
H A Draid10.c4288 struct bio *blist; local
4423 blist = read_bio;
4447 b->bi_next = blist;
4448 blist = b;
4459 for (bio = blist; bio ; bio = bio->bi_next) {
4465 for (bio2 = blist;

Completed in 139 milliseconds