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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.c86 static void g_hash_node_destroy (GHashNode *hash_node,
89 static void g_hash_nodes_destroy (GHashNode *hash_node,
773 GHashNode *hash_node = g_slice_new (GHashNode); local
775 hash_node->key = key;
776 hash_node->value = value;
777 hash_node->next = NULL;
779 return hash_node;
785 g_hash_node_destroy (GHashNode *hash_node,
790 key_destroy_func (hash_node->key);
792 value_destroy_func (hash_node
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c86 static void g_hash_node_destroy (GHashNode *hash_node,
89 static void g_hash_nodes_destroy (GHashNode *hash_node,
773 GHashNode *hash_node = g_slice_new (GHashNode); local
775 hash_node->key = key;
776 hash_node->value = value;
777 hash_node->next = NULL;
779 return hash_node;
785 g_hash_node_destroy (GHashNode *hash_node,
790 key_destroy_func (hash_node->key);
792 value_destroy_func (hash_node
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmdomain.c135 if (!hlist_unhashed(&lockres->hash_node)) {
136 hlist_del_init(&lockres->hash_node);
155 hlist_add_head(&res->hash_node, bucket);
174 struct dlm_lock_resource, hash_node);
414 hash_node);
422 iter = res->hash_node.next;
H A Ddlmcommon.h244 struct hlist_node hash_node; member in struct:dlm_lock_resource
H A Ddlmmaster.c589 if (!hlist_unhashed(&res->hash_node) ||
600 !hlist_unhashed(&res->hash_node) ? 'H' : ' ',
613 BUG_ON(!hlist_unhashed(&res->hash_node));
649 INIT_HLIST_NODE(&res->hash_node);
H A Ddlmrecovery.c2046 hlist_for_each_entry(res, hash_iter, bucket, hash_node) {
2232 hlist_for_each_entry(res, iter, bucket, hash_node) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dmdesc.c71 static inline void hash_node(struct mdesc_node *mp) function
186 hash_node(mp);

Completed in 126 milliseconds