Lines Matching refs:size
34 u32 size = hashtab_compute_size(nel_hint);
38 h->size = 0;
41 if (size) {
42 h->htable = kcalloc(size, sizeof(*h->htable), GFP_KERNEL);
45 h->size = size;
72 for (i = 0; i < h->size; i++) {
94 for (i = 0; i < h->size; i++) {
114 for (i = 0; i < h->size; i++) {
146 new->htable = kcalloc(orig->size, sizeof(*new->htable), GFP_KERNEL);
150 new->size = orig->size;
152 for (i = 0; i < orig->size; i++) {
177 for (i = 0; i < new->size; i++) {