Searched refs:hold_list (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h374 struct list_head hold_list; /* preread ready stripes */ member in struct:raid5_private_data
384 struct list_head *last_hold; /* detect hold_list promotions */
H A Draid5.c3617 list_add_tail(&sh->lru, &conf->hold_list);
3922 * increments when the handle_list is handled before the hold_list; however, it
3925 * head of the hold_list has changed, i.e. the head was promoted to the
3935 list_empty(&conf->hold_list) ? "empty" : "busy",
3941 if (list_empty(&conf->hold_list))
3944 if (conf->hold_list.next == conf->last_hold)
3947 conf->last_hold = conf->hold_list.next;
3953 } else if (!list_empty(&conf->hold_list) &&
3957 sh = list_entry(conf->hold_list.next,
4868 INIT_LIST_HEAD(&conf->hold_list);
[all...]

Completed in 83 milliseconds