Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/sgi-gru/
Dgruhandles.h95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ argument
96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c593 static void *cl_env_hops_obj(struct hlist_node *hn) in cl_env_hops_obj() argument
595 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() argument
602 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() argument
610 struct cl_env *cle = hlist_entry(hn, struct cl_env, ce_node); in cl_env_hops_noop()
/linux-4.1.27/net/sched/
Dcls_u32.c445 struct tc_u_hnode __rcu **hn; in u32_destroy_hnode() local
452 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()