Searched refs:frb_tot_sz (Results 1 – 2 of 2) sorted by relevance
137 size_t frb_tot_sz; in flow_route_buckets_alloc() local141 *tot_sz = frb_tot_sz = frb_cnt * (*frb_sz); in flow_route_buckets_alloc()142 frb = sk_alloc_type_hash(KT_SK_FRB, frb_tot_sz, Z_WAITOK, in flow_route_buckets_alloc()163 *frb_sz, frb_tot_sz); in flow_route_buckets_alloc()
150 size_t fob_tot_sz, frb_tot_sz, frib_tot_sz; in flow_mgr_create() local186 fm->fm_route_buckets = flow_route_buckets_alloc(frb_cnt, &frb_sz, &frb_tot_sz); in flow_mgr_create()187 fm->fm_route_bucket_tot_sz = frb_tot_sz; in flow_mgr_create()