Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-snap.c315 #define ORIGIN_HASH_SIZE 256 macro
329 _origins = kmalloc_array(ORIGIN_HASH_SIZE, sizeof(struct list_head), in init_origin_hash()
335 for (i = 0; i < ORIGIN_HASH_SIZE; i++) in init_origin_hash()
338 _dm_origins = kmalloc_array(ORIGIN_HASH_SIZE, in init_origin_hash()
346 for (i = 0; i < ORIGIN_HASH_SIZE; i++) in init_origin_hash()