Searched refs:iwpm_free_nlmsg_request (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_msg.c | 129 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()
|
H A D | iwpm_util.h | 112 * iwpm_free_nlmsg_request - Deallocate netlink message request 115 void iwpm_free_nlmsg_request(struct kref *kref);
|
H A D | iwpm_util.c | 366 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_msg.c | 125 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()
|
H A D | iwpm_util.h | 109 * iwpm_free_nlmsg_request - Deallocate netlink message request 112 void iwpm_free_nlmsg_request(struct kref *kref);
|
H A D | iwpm_util.c | 332 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()
|
Completed in 5 milliseconds