| /linux/rust/kernel/ |
| H A D | alloc.rs | 187 unsafe { Self::realloc(None, layout, Layout::new::<()>(), flags, nid) } in alloc() 230 unsafe fn realloc( in realloc() method 252 Self::realloc( in free()
|
| H A D | id_pool.rs | 89 pub fn realloc(&self, flags: Flags) -> Result<PoolResizer, AllocError> { in realloc() method
|
| /linux/tools/perf/util/ |
| H A D | values.c | 62 void *npid = realloc(values->pid, nthreads_max * sizeof(*values->pid)), in perf_read_values__enlarge_threads() 63 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)), in perf_read_values__enlarge_threads() 64 *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value)); in perf_read_values__enlarge_threads() 114 struct evsel **new_counters = realloc(values->counters, in perf_read_values__enlarge_counters() 123 u64 *value = realloc(values->value[i], counters_max * sizeof(**values->value)); in perf_read_values__enlarge_counters()
|
| H A D | help-unknown-cmd.c | 43 tmp = realloc(cmds->names, cmds->alloc * sizeof(*cmds->names)); in add_cmd_list()
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 146 unsafe fn realloc( in realloc() method 216 unsafe fn realloc( in realloc() method 237 unsafe fn realloc( in realloc() method
|
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | vstate_ptrace.c | 76 data = realloc(data, size + v_regset_hdr->vlenb * 32); in do_parent() 94 data = realloc(data, size); in do_parent()
|
| /linux/tools/testing/selftests/filesystems/fuse/ |
| H A D | fuse_mnt.c | 98 content = realloc(content, new_size); in test_write() 122 content = realloc(content, size); in test_truncate()
|
| /linux/tools/lib/thermal/ |
| H A D | commands.c | 57 __tz = realloc(__tz, sizeof(*__tz) * (size + 2)); in parse_tz_get() 91 __cdev = realloc(__cdev, sizeof(*__cdev) * (size + 2)); in parse_cdev_get() 131 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_tz_get_trip() 214 __tt = realloc(__tt, sizeof(*__tt) * (size + 2)); in parse_threshold_get()
|
| /linux/tools/lib/api/ |
| H A D | io.h | 169 temp = realloc(line, line_len + sizeof(buf)); in io__getdelim() 179 temp = realloc(line, line_len + buf_pos + 1); in io__getdelim()
|
| /linux/tools/lib/api/fd/ |
| H A D | array.c | 27 struct pollfd *entries = realloc(fda->entries, size); in fdarray__grow() 32 priv = realloc(fda->priv, psize); in fdarray__grow()
|
| /linux/tools/include/tools/ |
| H A D | libc_compat.h | 17 return realloc(ptr, bytes); in reallocarray()
|
| /linux/tools/thermal/thermometer/ |
| H A D | thermometer.c | 86 config->tz_regex = realloc(config->tz_regex, sizeof(*config->tz_regex) * in configuration_default_init() 159 config->tz_regex = realloc(config->tz_regex, sizeof(*config->tz_regex) * in configuration_init() 272 tz = realloc(thermometer->tz, sizeof(*thermometer->tz) * (thermometer->nr_tz + 1)); in thermometer_add_tz()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | testing_helpers.c | 53 tmp = realloc(set, new_len); in parse_num_list() 93 tmp = realloc(set->tests, sizeof(*test) * (set->cnt + 1)); in do_insert_test() 117 ctmp = realloc(test->subtests, in do_insert_test()
|
| /linux/scripts/include/ |
| H A D | xalloc.h | 29 p = realloc(p, size); in xrealloc()
|
| /linux/tools/perf/tests/ |
| H A D | tests-scripts.c | 213 result_tmp = realloc(*result, (*result_sz + 1) * sizeof(*result_tmp)); in append_script() 283 result_tmp = realloc(result, (result_sz + 1) * sizeof(*result_tmp)); in create_script_test_suites()
|
| H A D | perf-record.c | 24 realloc: in sched__get_first_possible_cpu() 30 goto realloc; in sched__get_first_possible_cpu()
|
| /linux/tools/lib/subcmd/ |
| H A D | subcmd-util.h | 51 void *ret = realloc(ptr, size); in xrealloc()
|
| /linux/arch/s390/tools/ |
| H A D | gen_opcode_table.c | 168 desc->insn = realloc(desc->insn, desc->nr * sizeof(*desc->insn)); in read_instructions() 271 desc->group = realloc(desc->group, desc->nr_groups * sizeof(*desc->group)); in add_to_group()
|
| H A D | gen_facilities.c | 140 array = realloc(array, (dword + 1) * 8); in print_facility_list()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | machine.c | 34 buf = realloc(mi->maps, sz); in add_extra_kernel_map()
|
| /linux/arch/powerpc/boot/ |
| H A D | simple_alloc.c | 148 platform_ops.realloc = simple_realloc; in simple_alloc_init()
|
| /linux/tools/lib/perf/ |
| H A D | threadmap.c | 23 map = realloc(map, size); in perf_thread_map__realloc()
|
| /linux/scripts/dtc/ |
| H A D | util.h | 62 void *new = realloc(p, len); in xrealloc()
|
| /linux/kernel/irq/ |
| H A D | irqdomain.c | 30 bool realloc, const struct irq_affinity_desc *affinity); 1629 bool realloc, const struct irq_affinity_desc *affinity) in irq_domain_alloc_irqs_locked() argument 1633 if (realloc && irq_base >= 0) { in irq_domain_alloc_irqs_locked() 1697 bool realloc, const struct irq_affinity_desc *affinity) in __irq_domain_alloc_irqs() argument 1709 realloc, affinity); in __irq_domain_alloc_irqs() 2073 bool realloc, const struct irq_affinity_desc *affinity) in irq_domain_alloc_irqs_locked() argument
|
| /linux/tools/testing/selftests/mm/ |
| H A D | transhuge-stress.c | 110 map = realloc(map, idx + 1); in main()
|