Searched refs:krealloc_type (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.121.2/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 | 661 #define krealloc_type(...) KALLOC_DISPATCH(krealloc_type, ##__VA_ARGS__) macro
|
| /xnu-8796.121.2/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 | 558 p = krealloc_type(struct dn_heap_entry, h->size, new_size, in heap_init()
|
| /xnu-8796.121.2/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-8796.121.2/bsd/netinet6/ |
| H A D | in6_mcast.c | 287 if ((nmships = krealloc_type(struct in6_multi *, oldmax, newmax, in im6o_grow() 294 if ((nmfilters = krealloc_type(struct in6_mfilter, oldmax, newmax, in im6o_grow()
|
| /xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1929 fsw->fsw_rps_threads = krealloc_type(struct fsw_rps_thread, in fsw_rps_set_nthreads() 1933 fsw->fsw_rps_threads = krealloc_type(struct fsw_rps_thread, in fsw_rps_set_nthreads()
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | bpf.c | 485 new_dtab = krealloc_type(struct bpf_d *, in bpf_make_dev_t()
|
| H A D | pf_ioctl.c | 1333 rs->rules[rs_cnt].inactive.ptr_array = krealloc_type(struct pf_rule *, in pf_setup_pfsync_matching()
|
| /xnu-8796.121.2/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 452 ref = krealloc_type(IOMemoryReference, IOMemoryEntry, in memoryReferenceAlloc()
|