Searched refs:krealloc_type (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | zalloc_bounds.c | 64 a = krealloc_type(int, 10, 20, a, Z_WAITOK | Z_REALLOCF); in kalloc_data_bound_checks() 68 a = krealloc_type(int, int, 10, 20, a, Z_WAITOK | Z_REALLOCF); in kalloc_data_bound_checks() 84 ts_a = krealloc_type(struct turnstile, 10, 20, in kalloc_type_bound_checks() 91 ts_a = krealloc_type(struct turnstile, struct turnstile, 10, 20, in kalloc_type_bound_checks()
|
| H A D | kalloc.h | 680 #define krealloc_type(...) KALLOC_DISPATCH(krealloc_type, ##__VA_ARGS__) macro
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | dhcp_options.c | 69 #define krealloc_type(type, old_n, new_n, ptr, flags) \ macro 141 arr = krealloc_type(const void *, list->size, new_size, list->array, Z_WAITOK); in ptrlist_grow()
|
| H A D | ip_dummynet.c | 640 p = krealloc_type(struct dn_heap_entry, h->size, new_size, in heap_init()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | sysv_sem.c | 263 newSemu = krealloc_type(struct sem_undo, seminfo.semmnu, new_size, in grow_semu_array() 290 newArr = krealloc_type(struct semid_kernel *, in grow_sema_array()
|
| /xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2358 fsw->fsw_rps_threads = krealloc_type(struct fsw_rps_thread, in fsw_rps_set_nthreads() 2364 fsw->fsw_rps_threads = krealloc_type(struct fsw_rps_thread, in fsw_rps_set_nthreads()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | bpf.c | 684 new_dtab = krealloc_type(struct bpf_d *, in bpf_make_dev_t()
|
| H A D | pf_ioctl.c | 1398 rs->rules[rs_cnt].inactive.ptr_array = krealloc_type(struct pf_rule *, in pf_setup_pfsync_matching()
|
| /xnu-11417.101.15/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 451 ref = krealloc_type(IOMemoryReference, IOMemoryEntry, in memoryReferenceAlloc()
|