Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/core/
Diwpm_msg.c125 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_register_pid()
210 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_mapping()
299 iwpm_free_nlmsg_request(&nlmsg_request->kref); in iwpm_add_and_query_mapping()
435 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_register_pid_cb()
507 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_mapping_cb()
605 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_add_and_query_mapping_cb()
804 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_mapping_error_cb()
Diwpm_util.h112 void iwpm_free_nlmsg_request(struct kref *kref);
Diwpm_util.c332 void iwpm_free_nlmsg_request(struct kref *kref) in iwpm_free_nlmsg_request() function
380 kref_put(&nlmsg_request->kref, iwpm_free_nlmsg_request); in iwpm_wait_complete_req()