Home
last modified time | relevance | path

Searched refs:fob_buf (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c49 void *fob_buf, **fob_pbuf; in flow_owner_buckets_alloc() local
57 fob_buf = sk_alloc(fob_tot_sz, Z_WAITOK, skmem_tag_fsw_fob_hash); in flow_owner_buckets_alloc()
58 if (__improbable(fob_buf == NULL)) { in flow_owner_buckets_alloc()
70 P2ROUNDUP((intptr_t)fob_buf + sizeof(void *), cache_sz); in flow_owner_buckets_alloc()
72 ASSERT((intptr_t)fob_pbuf >= (intptr_t)fob_buf); in flow_owner_buckets_alloc()
74 ((intptr_t)fob_buf + fob_tot_sz)); in flow_owner_buckets_alloc()
75 *fob_pbuf = fob_buf; in flow_owner_buckets_alloc()
79 *fob_sz, fob_tot_sz, SK_KVA(fob_buf)); in flow_owner_buckets_alloc()
87 void *fob_buf, **fob_pbuf; in flow_owner_buckets_free() local
91 fob_buf = *fob_pbuf; in flow_owner_buckets_free()
[all …]