Lines Matching refs:size
33 u32 size = hashtab_compute_size(nel_hint);
37 h->size = 0;
40 if (size) {
41 h->htable = kcalloc(size, sizeof(*h->htable), GFP_KERNEL);
44 h->size = size;
71 for (i = 0; i < h->size; i++) {
93 for (i = 0; i < h->size; i++) {
113 for (i = 0; i < h->size; i++) {
143 new->htable = kcalloc(orig->size, sizeof(*new->htable), GFP_KERNEL);
147 new->size = orig->size;
149 for (i = 0; i < orig->size; i++) {
174 for (i = 0; i < new->size; i++) {