new_sz           1259 fs/ubifs/dir.c 	int unlink = !!new_inode, new_sz, old_sz;
new_sz           1305 fs/ubifs/dir.c 	new_sz = CALC_DENT_SIZE(fname_len(&new_nm));
new_sz           1400 fs/ubifs/dir.c 		new_dir->i_size += new_sz;
new_sz           1460 fs/ubifs/dir.c 		new_dir->i_size -= new_sz;
new_sz             44 net/core/netprio_cgroup.c 	size_t new_sz, new_len;
new_sz             56 net/core/netprio_cgroup.c 	new_sz = PRIOMAP_MIN_SZ;
new_sz             58 net/core/netprio_cgroup.c 		new_len = (new_sz - offsetof(struct netprio_map, priomap)) /
new_sz             62 net/core/netprio_cgroup.c 		new_sz *= 2;
new_sz             64 net/core/netprio_cgroup.c 		if (WARN_ON(new_sz < PRIOMAP_MIN_SZ))
new_sz             69 net/core/netprio_cgroup.c 	new = kzalloc(new_sz, GFP_KERNEL);
new_sz            113 tools/perf/util/thread-stack.c 	size_t sz, new_sz;
new_sz            115 tools/perf/util/thread-stack.c 	new_sz = ts->sz + STACK_GROWTH;
new_sz            116 tools/perf/util/thread-stack.c 	sz = new_sz * sizeof(struct thread_stack_entry);
new_sz            123 tools/perf/util/thread-stack.c 	ts->sz = new_sz;
new_sz            157 tools/perf/util/thread-stack.c 	unsigned int new_sz = 1;
new_sz            160 tools/perf/util/thread-stack.c 		new_sz = roundup_pow_of_two(cpu + 1);
new_sz            162 tools/perf/util/thread-stack.c 	if (!ts || new_sz > old_sz) {
new_sz            163 tools/perf/util/thread-stack.c 		new_ts = calloc(new_sz, sizeof(*ts));
new_sz            168 tools/perf/util/thread-stack.c 		new_ts->arr_sz = new_sz;