Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dbsg.c69 #define BSG_LIST_ARRAY_SIZE 8 macro
70 static struct hlist_head bsg_device_list[BSG_LIST_ARRAY_SIZE];
136 return &bsg_device_list[index & (BSG_LIST_ARRAY_SIZE - 1)]; in bsg_dev_idx_hash()
1060 for (i = 0; i < BSG_LIST_ARRAY_SIZE; i++) in bsg_init()