Home
last modified time | relevance | path

Searched refs:frib_tot_sz (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c239 size_t frib_tot_sz; in flow_route_id_buckets_alloc() local
245 *tot_sz = frib_tot_sz = (sizeof(void *) + (frib_cnt * (*frib_sz)) + cache_sz); in flow_route_id_buckets_alloc()
246 frib_buf = sk_alloc(frib_tot_sz, Z_WAITOK, skmem_tag_fsw_frib_hash); in flow_route_id_buckets_alloc()
263 ((intptr_t)frib_buf + frib_tot_sz)); in flow_route_id_buckets_alloc()
268 *frib_sz, frib_tot_sz, SK_KVA(frib_buf)); in flow_route_id_buckets_alloc()
H A Dflow_manager.c156 size_t fob_tot_sz, frb_tot_sz, frib_tot_sz; in flow_mgr_create() local
208 flow_route_id_buckets_alloc(frib_cnt, &frib_sz, &frib_tot_sz); in flow_mgr_create()
216 *(size_t *)(uintptr_t)&fm->fm_route_id_bucket_tot_sz = frib_tot_sz; in flow_mgr_create()