Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-snap.c309 #define ORIGIN_HASH_SIZE 256 macro
323 _origins = kmalloc(ORIGIN_HASH_SIZE * sizeof(struct list_head), in init_origin_hash()
329 for (i = 0; i < ORIGIN_HASH_SIZE; i++) in init_origin_hash()
332 _dm_origins = kmalloc(ORIGIN_HASH_SIZE * sizeof(struct list_head), in init_origin_hash()
339 for (i = 0; i < ORIGIN_HASH_SIZE; i++) in init_origin_hash()