Searched refs:hn (Results 1 – 3 of 3) sorted by relevance
95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ argument96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
593 static void *cl_env_hops_obj(struct hlist_node *hn) in cl_env_hops_obj() argument595 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); in cl_env_hops_obj()600 static int cl_env_hops_keycmp(const void *key, struct hlist_node *hn) in cl_env_hops_keycmp() argument602 struct cl_env *cle = cl_env_hops_obj(hn); in cl_env_hops_keycmp()608 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) in cl_env_hops_noop() argument610 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); in cl_env_hops_noop()
445 struct tc_u_hnode __rcu **hn; in u32_destroy_hnode() local452 hn = &tp_c->hlist; in u32_destroy_hnode()453 for (phn = rtnl_dereference(*hn); in u32_destroy_hnode()455 hn = &phn->next, phn = rtnl_dereference(*hn)) { in u32_destroy_hnode()457 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode()