Searched refs:blist (Results 1 – 3 of 3) sorted by relevance
113 static struct dioboard *blist = NULL; variable156 if (blist) in dio_find()160 for (b = blist; b; b = b->next) in dio_find()223 blist = b; in dio_init()251 for (b = blist; b; b = b->next) in dio_scodetoipl()267 for (b = blist; b; b = b->next) in dio_scodetoname()283 for (b = blist; b; b = b->next) in dio_config_board()298 for (b = blist; b; b = b->next) in dio_unconfig_board()
608 struct list_head *blist; in usbdevfs_read_super() local643 for (blist = usb_bus_list.next; blist != &usb_bus_list; blist = blist->next) { in usbdevfs_read_super()644 bus = list_entry(blist, struct usb_bus, bus_list); in usbdevfs_read_super()
572 static void __insert_into_lru_list(struct buffer_head * bh, int blist) in __insert_into_lru_list() argument574 struct buffer_head **bhp = &lru_list[blist]; in __insert_into_lru_list()586 nr_buffers_type[blist]++; in __insert_into_lru_list()587 size_buffers_type[blist] += bh->b_size >> 9; in __insert_into_lru_list()595 int blist = bh->b_list; in __remove_from_lru_list() local599 if (lru_list[blist] == bh) { in __remove_from_lru_list()602 lru_list[blist] = next; in __remove_from_lru_list()606 nr_buffers_type[blist]--; in __remove_from_lru_list()607 size_buffers_type[blist] -= bh->b_size >> 9; in __remove_from_lru_list()