Searched refs:h_ops (Results 1 – 2 of 2) sorted by relevance
90 h->h_ops = ops; in class_handle_hash()156 h->h_ops->hop_addref(h); in class_handle2object()173 if (h->h_ops->hop_free != NULL) in class_handle_free_cb()174 h->h_ops->hop_free(ptr, h->h_size); in class_handle_free_cb()222 h->h_cookie, h, h->h_ops); in cleanup_all_handles()
72 struct portals_handle_ops *h_ops; member