Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dbsg.c52 static struct hlist_head bsg_device_list[BSG_LIST_ARRAY_SIZE]; variable
59 return &bsg_device_list[index & (BSG_LIST_ARRAY_SIZE - 1)]; in bsg_dev_idx_hash()
544 INIT_HLIST_HEAD(&bsg_device_list[i]); in bsg_init()