Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Diwpm_msg.c123 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_register_pid()
193 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_mapping()
270 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_and_query_mapping()
398 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_register_pid_cb()
466 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_mapping_cb()
557 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_and_query_mapping_cb()
746 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_mapping_error_cb()
Diwpm_util.h114 void iwpm_free_nlmsg_request(struct kref *kref);
Diwpm_util.c325 void iwpm_free_nlmsg_request(struct kref *kref) in iwpm_free_nlmsg_request() function
373 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_wait_complete_req()