Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid1.h67 int pending_count; member
Draid10.h58 int pending_count; member
Ddm-snap-persistent.c158 atomic_t pending_count; member
692 atomic_inc(&ps->pending_count); in persistent_prepare_exception()
727 if (!atomic_dec_and_test(&ps->pending_count) && in persistent_commit_exception()
869 atomic_set(&ps->pending_count, 0); in persistent_ctr()
Draid1.c749 conf->pending_count >= max_queued_requests) in raid1_congested()
783 conf->pending_count = 0; in flush_pending_writes()
1052 conf->pending_count += plug->pending_cnt; in raid1_unplug()
1241 if (conf->pending_count >= max_queued_requests) { in make_request()
1244 conf->pending_count < max_queued_requests); in make_request()
1428 conf->pending_count++; in make_request()
2826 conf->pending_count = 0; in setup_conf()
Draid10.c918 conf->pending_count >= max_queued_requests) in raid10_congested()
947 conf->pending_count = 0; in flush_pending_writes()
1117 conf->pending_count += plug->pending_cnt; in raid10_unplug()
1288 if (conf->pending_count >= max_queued_requests) { in __make_request()
1291 conf->pending_count < max_queued_requests); in __make_request()
1476 conf->pending_count++; in __make_request()
1507 conf->pending_count++; in __make_request()
/linux-4.1.27/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()