Searched refs:sk_alloc (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 777 #define sk_alloc(size, flags, tag) \ macro 778 _sk_alloc(sk_alloc, size, flags, tag)
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 57 fob_buf = sk_alloc(fob_tot_sz, Z_WAITOK, skmem_tag_fsw_fob_hash); in flow_owner_buckets_alloc()
|
| H A D | flow_route.c | 142 frb_buf = sk_alloc(frb_tot_sz, Z_WAITOK, skmem_tag_fsw_frb_hash); in flow_route_buckets_alloc() 246 frib_buf = sk_alloc(frib_tot_sz, Z_WAITOK, skmem_tag_fsw_frib_hash); in flow_route_id_buckets_alloc()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1375 na->na_tx_rings = sk_alloc((size_t)len, Z_WAITOK, skmem_tag_nx_rings); in na_kr_create()
|