Home
last modified time | relevance | path

Searched refs:freebh_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/raid/
Draid1.h44 int freebh_cnt; /* how many are on the list */ member
/linux-2.4.37.9/drivers/md/
Draid1.c69 if (!conf->freebh_blocked && conf->freebh_cnt >= cnt) in raid1_alloc_bh()
76 conf->freebh_cnt--; in raid1_alloc_bh()
92 conf->freebh_cnt > conf->raid_disks * NR_RESERVED_BUFS/2); in raid1_alloc_bh()
111 conf->freebh_cnt++; in raid1_free_bh()
132 conf->freebh_cnt++; in raid1_grow_bh()
149 conf->freebh_cnt--; in raid1_shrink_bh()