Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid1.h72 int pending_count; member
Draid10.h64 int pending_count; member
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.c718 conf->pending_count >= max_queued_requests) in raid1_congested()
752 conf->pending_count = 0; in flush_pending_writes()
1020 conf->pending_count += plug->pending_cnt; in raid1_unplug()
1210 if (conf->pending_count >= max_queued_requests) { in make_request()
1213 conf->pending_count < max_queued_requests); in make_request()
1396 conf->pending_count++; in make_request()
2838 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()
1028 conf->pending_count += plug->pending_cnt; in raid10_unplug()
1199 if (conf->pending_count >= max_queued_requests) { in __make_request()
1202 conf->pending_count < max_queued_requests); in __make_request()
1385 conf->pending_count++; in __make_request()
1416 conf->pending_count++; in __make_request()
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1411 static int pending_count = 4; in apm_event_handler() local
1416 (pending_count-- <= 0)) { in apm_event_handler()
1417 pending_count = 4; in apm_event_handler()
1425 pending_count = 4; in apm_event_handler()