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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Ddir.c42 tmp = rb_entry(n, struct pohmelfs_name, hash_node);
70 rb_erase(&node->hash_node, &parent->hash_root);
93 tmp = rb_entry(parent, struct pohmelfs_name, hash_node);
116 rb_link_node(&new->hash_node, parent, n);
117 rb_insert_color(&new->hash_node, &pi->hash_root);
131 n = rb_entry(rb_node, struct pohmelfs_name, hash_node);
426 rb_node = rb_next(&n->hash_node);
428 if (!rb_node || (rb_node == &n->hash_node)) {
433 n = rb_entry(rb_node, struct pohmelfs_name, hash_node);
H A Dnetfs.h267 struct rb_node hash_node; member in struct:pohmelfs_name
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dlocalename.c2536 struct hash_node struct
2538 struct hash_node * volatile next;
2543 static struct hash_node * volatile struniq_hash_table[HASH_TABLE_SIZE]
2558 struct hash_node *new_node;
2559 struct hash_node *p;
2565 (struct hash_node *)
2566 malloc (offsetof (struct hash_node, contents[0]) + size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdomain.c148 if (!hlist_unhashed(&lockres->hash_node)) {
149 hlist_del_init(&lockres->hash_node);
168 hlist_add_head(&res->hash_node, bucket);
187 struct dlm_lock_resource, hash_node);
433 hash_node);
441 iter = res->hash_node.next;
H A Ddlmcommon.h295 struct hlist_node hash_node; member in struct:dlm_lock_resource
H A Ddlmmaster.c514 if (!hlist_unhashed(&res->hash_node) ||
525 !hlist_unhashed(&res->hash_node) ? 'H' : ' ',
538 BUG_ON(!hlist_unhashed(&res->hash_node));
574 INIT_HLIST_NODE(&res->hash_node);
H A Ddlmrecovery.c2109 hlist_for_each_entry(res, hash_iter, bucket, hash_node) {
2304 hlist_for_each_entry(res, iter, bucket, hash_node) {

Completed in 88 milliseconds