Searched refs:frib_buf (Results 1 – 1 of 1) sorted by relevance
246 void *frib_buf, **frib_pbuf; in flow_route_id_buckets_alloc() local257 frib_buf = sk_alloc(frib_tot_sz, Z_WAITOK, skmem_tag_fsw_frib_hash); in flow_route_id_buckets_alloc() local260 if (__improbable(frib_buf == NULL)) { in flow_route_id_buckets_alloc()272 P2ROUNDUP((intptr_t)frib_buf + sizeof(void *), cache_sz); in flow_route_id_buckets_alloc()274 ASSERT((intptr_t)frib_pbuf >= (intptr_t)frib_buf); in flow_route_id_buckets_alloc()276 ((intptr_t)frib_buf + frib_tot_sz)); in flow_route_id_buckets_alloc()277 *frib_pbuf = frib_buf; in flow_route_id_buckets_alloc()281 *frib_sz, frib_tot_sz, SK_KVA(frib_buf)); in flow_route_id_buckets_alloc()289 void *frib_buf, **frib_pbuf; in flow_route_id_buckets_free() local293 frib_buf = *frib_pbuf; in flow_route_id_buckets_free()[all …]