Searched refs:mo_counters (Results 1 – 2 of 2) sorted by relevance
353 percpu_foreach(mo->mo_counters, mowner_convert_to_user_cb, mo_user);2184 KASSERT(mo->mo_counters == NULL); in mowner_attach() 2185 mo->mo_counters = percpu_alloc(sizeof(struct mowner_counter)); in mowner_attach() 2195 KASSERT(mo->mo_counters != NULL); in mowner_detach() 2200 percpu_free(mo->mo_counters, sizeof(struct mowner_counter));2201 mo->mo_counters = NULL;2213 mc = percpu_getref(mo->mo_counters); in mowner_init() 2215 percpu_putref(mo->mo_counters);2227 mc = percpu_getref(mo->mo_counters); in mowner_ref() 2232 percpu_putref(mo->mo_counters);[all...]
113 struct percpu *mo_counters; member