Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
Diwpm_msg.c129 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_register_pid()
218 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_mapping()
311 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_and_query_mapping()
452 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_register_pid_cb()
524 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_mapping_cb()
621 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_and_query_mapping_cb()
830 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_mapping_error_cb()
Diwpm_util.h115 void iwpm_free_nlmsg_request(struct kref *kref);
Diwpm_util.c366 void iwpm_free_nlmsg_request(struct kref *kref) in iwpm_free_nlmsg_request() function
414 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_wait_complete_req()