Searched refs:hn (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/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 && \
|
/linux-2.6.39/net/sched/ |
D | cls_u32.c | 394 struct tc_u_hnode **hn; in u32_destroy_hnode() local 400 for (hn = &tp_c->hlist; *hn; hn = &(*hn)->next) { in u32_destroy_hnode() 401 if (*hn == ht) { in u32_destroy_hnode() 402 *hn = ht->next; in u32_destroy_hnode()
|
/linux-2.6.39/fs/nfsd/ |
D | nfscache.c | 123 struct hlist_node *hn; in nfsd_cache_lookup() local 143 hlist_for_each_entry(rp, hn, rh, c_hash) { in nfsd_cache_lookup()
|
/linux-2.6.39/drivers/md/ |
D | dm-snap.c | 236 struct hlist_node *hn; in __chunk_is_tracked() local 241 hlist_for_each_entry(c, hn, in __chunk_is_tracked()
|
D | raid5.c | 356 struct hlist_node *hn; in __find_stripe() local 360 hlist_for_each_entry(sh, hn, stripe_hash(conf, sector), hash) in __find_stripe() 5212 struct hlist_node *hn; in printall() local 5217 hlist_for_each_entry(sh, hn, &conf->stripe_hashtbl[i], hash) { in printall()
|