Searched refs:h_ops (Results 1 – 2 of 2) sorted by relevance
91 h->h_ops = ops; in class_handle_hash()169 h->h_ops->hop_addref(h); in class_handle2object()186 if (h->h_ops->hop_free != NULL) in class_handle_free_cb()187 h->h_ops->hop_free(ptr, h->h_size); in class_handle_free_cb()234 h->h_cookie, h, h->h_ops); in cleanup_all_handles()
73 struct portals_handle_ops *h_ops; member