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

/linux-master/drivers/md/
H A Ddm-snap.c338 #define ORIGIN_HASH_SIZE 256 macro
352 _origins = kmalloc_array(ORIGIN_HASH_SIZE, sizeof(struct list_head),
358 for (i = 0; i < ORIGIN_HASH_SIZE; i++)
361 _dm_origins = kmalloc_array(ORIGIN_HASH_SIZE,
369 for (i = 0; i < ORIGIN_HASH_SIZE; i++)

Completed in 115 milliseconds