Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/persistent-data/
Ddm-space-map-metadata.c33 #define MAX_RECURSIVE_ALLOCATIONS 1024 macro
56 struct block_op uncommitted[MAX_RECURSIVE_ALLOCATIONS];
63 if (smm->nr_uncommitted == MAX_RECURSIVE_ALLOCATIONS) { in add_bop()