Home
last modified time | relevance | path

Searched refs:sk_realloc (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/core/
H A Dskywalk_common.h779 #define sk_realloc(elem, oldsize, newsize, flags, tag) \ macro
780 _sk_realloc(sk_realloc, elem, oldsize, newsize, flags, tag)
/xnu-8020.101.4/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c570 nm = sk_realloc(kring->ckr_monitors, oldlen, len, Z_WAITOK, skmem_tag_monitors); in nx_mon_kr_alloc()
/xnu-8020.101.4/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c730 npa = sk_realloc(na->na_pipes, orig_len, len, Z_WAITOK, skmem_tag_pipes); in nx_upipe_na_alloc()