Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h552 #define PENDING_IO_MAX 512 macro
H A Draid5.c1129 if (conf->pending_data_cnt >= PENDING_IO_MAX) in defer_issue_bios()
7685 conf->pending_data = kzalloc_objs(struct r5pending_data, PENDING_IO_MAX); in setup_conf()
7688 for (i = 0; i < PENDING_IO_MAX; i++) in setup_conf()