Home
last modified time | relevance | path

Searched refs:sk_alloc_data (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.121.3/bsd/skywalk/namespace/
H A Dprotons.c318 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_sysctl_buf);
/xnu-8020.121.3/bsd/skywalk/core/
H A Dskywalk_common.h807 #define sk_alloc_data(size, flags, tag) \ macro
808 _sk_alloc_data(sk_alloc_data, size, flags, tag)
H A Dskywalk.c485 sk_dump_buf = sk_alloc_data(SK_DUMP_BUF_SIZE, Z_WAITOK | Z_NOFAIL, in skywalk_init()
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus.c371 nres = sk_alloc_data(nres_sz, Z_WAITOK, skmem_tag_sysctl_buf); in nxctl_get_nexus_prov_list()
537 uuids = sk_alloc_data(uuids_sz, Z_WAITOK, skmem_tag_sysctl_buf); in nxctl_get_nexus_list()
692 key = sk_alloc_data(nbr.nb_key_len, Z_WAITOK, skmem_tag_nx_key); in nxctl_nexus_bind()
1034 uuids = sk_alloc_data(uuids_sz, Z_WAITOK, skmem_tag_sysctl_buf); in nxctl_get_channel_list()
3076 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_sysctl_buf);
3269 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_sysctl_buf);
3358 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_sysctl_buf);
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c149 nxb.nxb_key = sk_alloc_data(nxb.nxb_key_len, in fsw_flow_add()
/xnu-8020.121.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c258 npi = sk_alloc_data(sizeof(*npi), Z_WAITOK | Z_NOFAIL, in nx_netif_netagent_fill_port_info()
330 nxb.nxb_key = sk_alloc_data(nxb.nxb_key_len, Z_WAITOK | Z_NOFAIL, in nx_netif_netagent_flow_bind()
H A Dnx_netif.c640 nlir = sk_alloc_data(len, Z_WAITOK, skmem_tag_netif_llink_info); in nx_netif_get_llink_info()
/xnu-8020.121.3/bsd/skywalk/channel/
H A Dchannel_syscalls.c215 key = sk_alloc_data(keylen, Z_WAITOK, skmem_tag_ch_key); in __channel_open()
/xnu-8020.121.3/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c523 rands = sk_alloc_data(sizeof(uint32_t) * DUO_ITERATIONS, Z_WAITOK, cuckoo_test_tag); in cht_concurrent_duo()
/xnu-8020.121.3/bsd/skywalk/mem/
H A Dskmem_region.c820 skr->skr_seg_bmap = sk_alloc_data(BITMAP_SIZE(skr->skr_seg_max_cnt), in skmem_region_create()
2084 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_region_mib);
H A Dskmem_arena.c1961 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_arena_mib);
H A Dskmem_cache.c2969 buffer = sk_alloc_data(allocated_space, Z_WAITOK, skmem_tag_cache_mib);