Searched refs:frb_tot_sz (Results 1 – 2 of 2) sorted by relevance
135 size_t frb_tot_sz; in flow_route_buckets_alloc() local141 *tot_sz = frb_tot_sz = (sizeof(void *) + (frb_cnt * (*frb_sz)) + cache_sz); in flow_route_buckets_alloc()142 frb_buf = sk_alloc(frb_tot_sz, Z_WAITOK, skmem_tag_fsw_frb_hash); in flow_route_buckets_alloc()159 ((intptr_t)frb_buf + frb_tot_sz)); in flow_route_buckets_alloc()164 *frb_sz, frb_tot_sz, SK_KVA(frb_buf)); in flow_route_buckets_alloc()
156 size_t fob_tot_sz, frb_tot_sz, frib_tot_sz; in flow_mgr_create() local194 fm->fm_route_buckets = flow_route_buckets_alloc(frb_cnt, &frb_sz, &frb_tot_sz); in flow_mgr_create()202 *(size_t *)(uintptr_t)&fm->fm_route_bucket_tot_sz = frb_tot_sz; in flow_mgr_create()