Home
last modified time | relevance | path

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

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