Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 5 of 5) sorted by relevance

/drivers/md/
Ddm-snap-persistent.c159 atomic_t pending_count; member
693 atomic_inc(&ps->pending_count); in persistent_prepare_exception()
728 if (!atomic_dec_and_test(&ps->pending_count) && in persistent_commit_exception()
870 atomic_set(&ps->pending_count, 0); in persistent_ctr()
Draid1.h72 int pending_count; member
Draid10.h64 int pending_count; member
Draid1.c718 conf->pending_count >= max_queued_requests) in raid1_congested()
752 conf->pending_count = 0; in flush_pending_writes()
1021 conf->pending_count += plug->pending_cnt; in raid1_unplug()
1214 if (conf->pending_count >= max_queued_requests) { in make_request()
1217 conf->pending_count < max_queued_requests); in make_request()
1400 conf->pending_count++; in make_request()
2854 conf->pending_count = 0; in setup_conf()
Draid10.c829 conf->pending_count >= max_queued_requests) in raid10_congested()
858 conf->pending_count = 0; in flush_pending_writes()
1029 conf->pending_count += plug->pending_cnt; in raid10_unplug()
1202 if (conf->pending_count >= max_queued_requests) { in __make_request()
1205 conf->pending_count < max_queued_requests); in __make_request()
1388 conf->pending_count++; in __make_request()
1431 conf->pending_count++; in __make_request()