Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duverbs.h214 void ib_uverbs_release_file(struct kref *ref);
H A Duverbs_main.c197 void ib_uverbs_release_file(struct kref *ref) in ib_uverbs_release_file() function
501 /* Pairs with the put in ib_uverbs_release_file */ in ib_uverbs_init_async_event_file()
1022 kref_put(&file->ref, ib_uverbs_release_file); in ib_uverbs_close()
1245 kref_put(&file->ref, ib_uverbs_release_file); in ib_uverbs_free_hw_resources()
H A Drdma_core.c836 kref_put(&ufile->ref, ib_uverbs_release_file); in uverbs_uobject_release()