Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c95 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_cmp__() local
98 if (co->co_key < key1) { in cht_obj_cmp__()
100 } else if (co->co_key > key1) { in cht_obj_cmp__()
108 cht_obj_retain(struct cht_obj *co) in cht_obj_retain() argument
110 (void)os_ref_retain(&co->co_refcnt); in cht_obj_retain()
116 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_retain__() local
117 return cht_obj_retain(co); in cht_obj_retain__()
121 cht_obj_release(struct cht_obj *co) in cht_obj_release() argument
123 (void)os_ref_release(&co->co_refcnt); in cht_obj_release()
129 struct cht_obj *co = container_of(node, struct cht_obj, co_cnode); in cht_obj_release__() local
[all …]
/xnu-8020.101.4/makedefs/
H A DMakeInc.rule405 # Compilation rules to generate .co from .cp or .cpo from .cpp
/xnu-8020.101.4/doc/
H A Dsched_clutch_edge.md191 …e performance controller to implement passenger tax reduction policies and co-locate workloads whi…