Searched refs:dev_heads (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/btt/
H A Ddevs.c26 struct list_head dev_heads[N_DEV_HASH]; variable in typeref:struct:list_head
59 INIT_LIST_HEAD(&dev_heads[i]);
67 __list_for_each(p, &dev_heads[DEV_HASH(device)]) {
151 list_add_tail(&dip->hash_head, &dev_heads[DEV_HASH(device)]);

Completed in 77 milliseconds