Home
last modified time | relevance | path

Searched refs:krealloc_type (Results 1 – 10 of 10) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dzalloc_bounds.c64 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 Dkalloc.h661 #define krealloc_type(...) KALLOC_DISPATCH(krealloc_type, ##__VA_ARGS__) macro
/xnu-8796.121.2/bsd/netinet/
H A Ddhcp_options.c69 #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 Dip_dummynet.c558 p = krealloc_type(struct dn_heap_entry, h->size, new_size, in heap_init()
/xnu-8796.121.2/bsd/kern/
H A Dsysv_sem.c263 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 Din6_mcast.c287 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 Dfsw_dp.c1929 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 Dbpf.c485 new_dtab = krealloc_type(struct bpf_d *, in bpf_make_dev_t()
H A Dpf_ioctl.c1333 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 DIOMemoryDescriptor.cpp452 ref = krealloc_type(IOMemoryReference, IOMemoryEntry, in memoryReferenceAlloc()