htable 27 drivers/crypto/vmx/ghash.c void gcm_init_p8(u128 htable[16], const u64 Xi[2]); htable 28 drivers/crypto/vmx/ghash.c void gcm_gmult_p8(u64 Xi[2], const u128 htable[16]); htable 29 drivers/crypto/vmx/ghash.c void gcm_ghash_p8(u64 Xi[2], const u128 htable[16], htable 34 drivers/crypto/vmx/ghash.c u128 htable[16]; htable 65 drivers/crypto/vmx/ghash.c gcm_init_p8(ctx->htable, (const u64 *) key); htable 82 drivers/crypto/vmx/ghash.c gcm_ghash_p8(dctx->shash, ctx->htable, htable 101 drivers/crypto/vmx/ghash.c gcm_ghash_p8(dctx->shash, ctx->htable, htable 45 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c DECLARE_HASHTABLE(htable, 4); htable 88 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c hash_for_each_possible(vxlan->htable, vxlanp, hlist, port) { htable 144 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c hash_add(vxlan->htable, &vxlanp->hlist, port); htable 207 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c hash_init(vxlan->htable); htable 225 drivers/net/ethernet/mellanox/mlx5/core/lib/vxlan.c hash_for_each_safe(vxlan->htable, bkt, tmp, vxlanp, hlist) { htable 114 lib/842/842_compress.c hash_init((p)->htable##b); \ htable 125 lib/842/842_compress.c hash_for_each_possible(p->htable##b, _n, node, p->data##b[n]) { \ htable 147 lib/842/842_compress.c hash_add((p)->htable##b, &_n->node, _n->data); \ htable 139 net/netfilter/ipset/ip_set_hash_gen.h if ((((size_t)-1) - sizeof(struct htable)) / sizeof(struct hbucket *) htable 143 net/netfilter/ipset/ip_set_hash_gen.h return hsize * sizeof(struct hbucket *) + sizeof(struct htable); htable 317 net/netfilter/ipset/ip_set_hash_gen.h struct htable __rcu *table; /* the hash table */ htable 402 net/netfilter/ipset/ip_set_hash_gen.h mtype_ahash_memsize(const struct htype *h, const struct htable *t) htable 426 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 455 net/netfilter/ipset/ip_set_hash_gen.h mtype_ahash_destroy(struct ip_set *set, struct htable *t, bool ext_destroy) htable 513 net/netfilter/ipset/ip_set_hash_gen.h mtype_gc_do(struct ip_set *set, struct htype *h, struct htable *t, u32 r) htable 591 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 645 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t, *orig; htable 827 net/netfilter/ipset/ip_set_hash_gen.h const struct htable *t; htable 859 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 1049 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 1175 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t = rcu_dereference_bh(h->table); htable 1230 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 1278 net/netfilter/ipset/ip_set_hash_gen.h const struct htable *t; htable 1326 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 1335 net/netfilter/ipset/ip_set_hash_gen.h t = (struct htable *)cb->args[IPSET_CB_PRIVATE]; htable 1350 net/netfilter/ipset/ip_set_hash_gen.h const struct htable *t; htable 1364 net/netfilter/ipset/ip_set_hash_gen.h t = (const struct htable *)cb->args[IPSET_CB_PRIVATE]; htable 1464 net/netfilter/ipset/ip_set_hash_gen.h struct htable *t; htable 1053 net/netfilter/xt_hashlimit.c __acquires(htable->lock) htable 1055 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1058 net/netfilter/xt_hashlimit.c spin_lock_bh(&htable->lock); htable 1059 net/netfilter/xt_hashlimit.c if (*pos >= htable->cfg.size) htable 1072 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1076 net/netfilter/xt_hashlimit.c if (*pos >= htable->cfg.size) { htable 1084 net/netfilter/xt_hashlimit.c __releases(htable->lock) htable 1086 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1091 net/netfilter/xt_hashlimit.c spin_unlock_bh(&htable->lock); htable 1172 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1176 net/netfilter/xt_hashlimit.c if (!hlist_empty(&htable->hash[*bucket])) { htable 1177 net/netfilter/xt_hashlimit.c hlist_for_each_entry(ent, &htable->hash[*bucket], node) htable 1178 net/netfilter/xt_hashlimit.c if (dl_seq_real_show_v2(ent, htable->family, s)) htable 1186 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1190 net/netfilter/xt_hashlimit.c if (!hlist_empty(&htable->hash[*bucket])) { htable 1191 net/netfilter/xt_hashlimit.c hlist_for_each_entry(ent, &htable->hash[*bucket], node) htable 1192 net/netfilter/xt_hashlimit.c if (dl_seq_real_show_v1(ent, htable->family, s)) htable 1200 net/netfilter/xt_hashlimit.c struct xt_hashlimit_htable *htable = PDE_DATA(file_inode(s->file)); htable 1204 net/netfilter/xt_hashlimit.c if (!hlist_empty(&htable->hash[*bucket])) { htable 1205 net/netfilter/xt_hashlimit.c hlist_for_each_entry(ent, &htable->hash[*bucket], node) htable 1206 net/netfilter/xt_hashlimit.c if (dl_seq_real_show(ent, htable->family, s)) htable 96 security/selinux/ss/avtab.c struct avtab_node **n = &h->htable[hvalue]; htable 116 security/selinux/ss/avtab.c for (prev = NULL, cur = h->htable[hvalue]; htable 160 security/selinux/ss/avtab.c for (prev = NULL, cur = h->htable[hvalue]; htable 191 security/selinux/ss/avtab.c for (cur = h->htable[hvalue]; cur; htable 227 security/selinux/ss/avtab.c for (cur = h->htable[hvalue]; cur; htable 286 security/selinux/ss/avtab.c cur = h->htable[i]; htable 296 security/selinux/ss/avtab.c kvfree(h->htable); htable 297 security/selinux/ss/avtab.c h->htable = NULL; htable 304 security/selinux/ss/avtab.c kvfree(h->htable); htable 305 security/selinux/ss/avtab.c h->htable = NULL; htable 331 security/selinux/ss/avtab.c h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL); htable 332 security/selinux/ss/avtab.c if (!h->htable) htable 354 security/selinux/ss/avtab.c cur = h->htable[i]; htable 647 security/selinux/ss/avtab.c for (cur = a->htable[i]; cur; htable 84 security/selinux/ss/avtab.h struct avtab_node **htable; htable 30 security/selinux/ss/hashtab.c p->htable = kmalloc_array(size, sizeof(*p->htable), GFP_KERNEL); htable 31 security/selinux/ss/hashtab.c if (!p->htable) { htable 37 security/selinux/ss/hashtab.c p->htable[i] = NULL; htable 54 security/selinux/ss/hashtab.c cur = h->htable[hvalue]; htable 72 security/selinux/ss/hashtab.c newnode->next = h->htable[hvalue]; htable 73 security/selinux/ss/hashtab.c h->htable[hvalue] = newnode; htable 89 security/selinux/ss/hashtab.c cur = h->htable[hvalue]; htable 108 security/selinux/ss/hashtab.c cur = h->htable[i]; htable 114 security/selinux/ss/hashtab.c h->htable[i] = NULL; htable 117 security/selinux/ss/hashtab.c kfree(h->htable); htable 118 security/selinux/ss/hashtab.c h->htable = NULL; htable 135 security/selinux/ss/hashtab.c cur = h->htable[i]; htable 155 security/selinux/ss/hashtab.c cur = h->htable[i]; htable 23 security/selinux/ss/hashtab.h struct hashtab_node **htable; /* hash table */