Searched refs:fob_cnt (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 45 flow_owner_buckets_alloc(size_t fob_cnt, size_t *fob_sz, size_t *tot_sz) in flow_owner_buckets_alloc() argument 56 *tot_sz = fob_tot_sz = (sizeof(void *) + (fob_cnt * (*fob_sz)) + cache_sz); in flow_owner_buckets_alloc() 73 ASSERT(((intptr_t)fob + (fob_cnt * (*fob_sz))) <= in flow_owner_buckets_alloc() 78 "(total %zu bytes, fob_buf 0x%llx) ALLOC", SK_KVA(fob), fob_cnt, in flow_owner_buckets_alloc()
|
| H A D | flow_manager.c | 151 flow_mgr_create(size_t fe_cnt, size_t fob_cnt, in flow_mgr_create() argument 161 ASSERT(fob_cnt != 0); in flow_mgr_create() 181 fm->fm_owner_buckets = flow_owner_buckets_alloc(fob_cnt, &fob_sz, &fob_tot_sz); in flow_mgr_create() 187 *(size_t *)(uintptr_t)&fm->fm_owner_buckets_cnt = fob_cnt; in flow_mgr_create()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2963 uint32_t fob_cnt = fsw_flow_owner_buckets; in fsw_dp_ctor() local 2975 if (fob_cnt == 0) { in fsw_dp_ctor() 2976 fob_cnt = NX_FSW_FOB_HASHSZ; in fsw_dp_ctor() 2977 ASSERT(fob_cnt != 0); in fsw_dp_ctor() 3025 fsw->fsw_flow_mgr = flow_mgr_create(fe_cnt, fob_cnt, frb_cnt, frib_cnt); in fsw_dp_ctor()
|