Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 8 of 8) sorted by relevance

/tools/include/nolibc/sys/
A Dmman.h52 void *sys_mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in sys_mremap()
59 void *mremap(void *old_address, size_t old_size, size_t new_size, int flags, void *new_address) in mremap()
/tools/virtio/linux/
A Dkernel.h118 static inline void *krealloc_array(void *p, size_t new_n, size_t new_size, gfp_t gfp) in krealloc_array()
/tools/include/nolibc/
A Dstdlib.h161 void *realloc(void *old_ptr, size_t new_size) in realloc()
/tools/testing/selftests/mm/
A Dvm_util.c529 unsigned long new_size, int flags, void *new_address) in sys_mremap()
A Dprotection_keys.c613 size_t new_size = new_nr_records * sizeof(struct pkey_malloc_record); in record_pkey_malloc() local
/tools/perf/util/
A Dsymbol.c1367 u64 new_size = map__size(new_map); in dso__load_kcore() local
A Dheader.c115 size_t new_size = ff->size; in __do_write_buf() local
/tools/power/x86/turbostat/
A Dturbostat.c1960 void pmt_counter_resize_(struct pmt_counter *pcounter, unsigned int new_size) in pmt_counter_resize_()
1979 void pmt_counter_resize(struct pmt_counter *pcounter, unsigned int new_size) in pmt_counter_resize()

Completed in 67 milliseconds