Searched refs:frib_tot_sz (Results 1 – 2 of 2) sorted by relevance
239 size_t frib_tot_sz; in flow_route_id_buckets_alloc() local245 *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()
156 size_t fob_tot_sz, frb_tot_sz, frib_tot_sz; in flow_mgr_create() local208 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()