Searched refs:htable (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dhashtab.c26 p->htable = kmalloc(sizeof(*(p->htable)) * size, GFP_KERNEL);
27 if (p->htable == NULL) {
33 p->htable[i] = NULL;
48 cur = h->htable[hvalue];
66 newnode->next = h->htable[hvalue];
67 h->htable[hvalue] = newnode;
83 cur = h->htable[hvalue];
102 cur = h->htable[i];
108 h->htable[
[all...]
H A Dsidtab.c25 s->htable = kmalloc(sizeof(*(s->htable)) * SIDTAB_SIZE, GFP_ATOMIC);
26 if (!s->htable)
29 s->htable[i] = NULL;
49 cur = s->htable[hvalue];
77 newnode->next = s->htable[hvalue];
79 s->htable[hvalue] = newnode;
98 cur = s->htable[hvalue];
106 cur = s->htable[hvalue];
129 cur = s->htable[
[all...]
H A Davtab.c48 newnode->next = h->htable[hvalue];
49 h->htable[hvalue] = newnode;
66 for (prev = NULL, cur = h->htable[hvalue];
106 for (prev = NULL, cur = h->htable[hvalue];
139 for (cur = h->htable[hvalue]; cur; cur = cur->next) {
174 for (cur = h->htable[hvalue]; cur; cur = cur->next) {
228 if (!h || !h->htable)
232 cur = h->htable[i];
238 h->htable[i] = NULL;
240 vfree(h->htable);
[all...]
H A Dhashtab.h22 struct hashtab_node **htable; /* hash table */ member in struct:hashtab
H A Davtab.h51 struct avtab_node **htable; member in struct:avtab
H A Dsidtab.h25 struct sidtab_node **htable; member in struct:sidtab
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.c250 hash_init (&mlp->htable, 10);
266 hash_destroy (&mlp->htable);
272 message_list_hash_insert_entry (hash_table *htable, message_ty *mp) argument
298 found = (hash_insert_entry (htable, key, keylen, mp) == NULL);
321 if (message_list_hash_insert_entry (&mlp->htable, mp))
347 if (message_list_hash_insert_entry (&mlp->htable, mp))
373 if (message_list_hash_insert_entry (&mlp->htable, mp))
396 hash_destroy (&mlp->htable);
415 hash_destroy (&mlp->htable);
427 unsigned long int size = mlp->htable
[all...]
H A Dmessage.h198 hash_table htable; /* Table mapping msgid to 'message_ty *'. */ member in struct:message_list_ty
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_hashlimit.c123 /* allocate dsthash_ent, initialize dst, put in htable and lock it */
525 * the list of htable's in htable_create(), since then we would
607 struct xt_hashlimit_htable *htable = pde->data; local
610 spin_lock_bh(&htable->lock);
611 if (*pos >= htable->cfg.size)
625 struct xt_hashlimit_htable *htable = pde->data; local
629 if (*pos >= htable->cfg.size) {
639 struct xt_hashlimit_htable *htable = pde->data; local
643 spin_unlock_bh(&htable->lock);
682 struct xt_hashlimit_htable *htable local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c66 static inline void hash_child(struct server_child_data **htable, argument
71 table = &htable[HASH(child->pid)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_child.c66 static inline void hash_child(struct server_child_data **htable, argument
71 table = &htable[HASH(child->pid)];

Completed in 156 milliseconds