Searched refs:fob_cnt (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 48 flow_owner_buckets_alloc(size_t fob_cnt, size_t * fob_sz, size_t * tot_sz){ in flow_owner_buckets_alloc() argument 55 *tot_sz = fob_tot_sz = fob_cnt * (*fob_sz); in flow_owner_buckets_alloc() 75 "(total %zu bytes) ALLOC", SK_KVA(fob), fob_cnt, in flow_owner_buckets_alloc()
|
| H A D | flow_manager.c | 145 flow_mgr_create(size_t fe_cnt, size_t fob_cnt, in flow_mgr_create() argument 155 ASSERT(fob_cnt != 0); in flow_mgr_create() 174 fm->fm_owner_buckets = flow_owner_buckets_alloc(fob_cnt, &fob_sz, &fob_tot_sz); in flow_mgr_create() 180 fm->fm_owner_buckets_cnt = fob_cnt; in flow_mgr_create()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 4156 uint32_t fob_cnt = fsw_flow_owner_buckets; in fsw_dp_ctor() local 4169 if (fob_cnt == 0) { in fsw_dp_ctor() 4170 fob_cnt = NX_FSW_FOB_HASHSZ; in fsw_dp_ctor() 4171 ASSERT(fob_cnt != 0); in fsw_dp_ctor() 4219 fsw->fsw_flow_mgr = flow_mgr_create(fe_cnt, fob_cnt, frb_cnt, frib_cnt); in fsw_dp_ctor()
|