Searched refs:shared_memory_amount (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-stats.c82 static unsigned long shared_memory_amount; variable
88 a = shared_memory_amount + alloc_size;
89 if (a < shared_memory_amount)
122 shared_memory_amount += alloc_size;
135 if (WARN_ON_ONCE(shared_memory_amount < alloc_size)) {
141 shared_memory_amount -= alloc_size;
1251 shared_memory_amount = 0;
1260 if (WARN_ON(shared_memory_amount))
1261 DMCRIT("shared_memory_amount leaked: %lu", shared_memory_amount);
[all...]

Completed in 85 milliseconds