Searched refs:ref_cnt (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c68 struct ovs_refcount ref_cnt; member in struct:dpif_solaris
288 ovs_refcount_init(&dpif->ref_cnt);
291 ovs_refcount_ref(&dpif->ref_cnt);
302 ovs_refcount_ref(&dpif->ref_cnt);
361 * Take dp_solaris_mutex so that, if dpif->ref_cnt falls to
366 if (ovs_refcount_unref(&dpif->ref_cnt) == 2) {
395 cnt = ovs_refcount_unref(&dpif->ref_cnt);

Completed in 18 milliseconds