Searched refs:hn (Results 1 – 4 of 4) sorted by relevance
/drivers/misc/sgi-gru/ |
D | gruhandles.h | 95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ argument 96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
|
/drivers/md/ |
D | dm-bufio.c | 865 struct hlist_node *hn; in __find() local 867 hlist_for_each_entry(b, hn, &c->cache_hash[DM_BUFIO_HASH(block)], in __find()
|
D | dm-snap.c | 228 struct hlist_node *hn; in __chunk_is_tracked() local 233 hlist_for_each_entry(c, hn, in __chunk_is_tracked()
|
D | raid5.c | 351 struct hlist_node *hn; in __find_stripe() local 354 hlist_for_each_entry(sh, hn, stripe_hash(conf, sector), hash) in __find_stripe()
|