Searched refs:pr_log_mgr (Results 1 – 2 of 2) sorted by relevance
90 struct nvmet_pr_log_mgr *log_mgr = &req->sq->ctrl->pr_log_mgr; in nvmet_execute_get_log_page_resv()135 struct nvmet_pr_log_mgr *log_mgr = &ctrl->pr_log_mgr; in nvmet_pr_add_resv_log()1048 ctrl->pr_log_mgr.counter = 0; in nvmet_ctrl_init_pr()1049 ctrl->pr_log_mgr.lost_count = 0; in nvmet_ctrl_init_pr()1050 mutex_init(&ctrl->pr_log_mgr.lock); in nvmet_ctrl_init_pr()1051 INIT_KFIFO(ctrl->pr_log_mgr.log_queue); in nvmet_ctrl_init_pr()1087 kfifo_free(&ctrl->pr_log_mgr.log_queue); in nvmet_ctrl_destroy_pr()1088 mutex_destroy(&ctrl->pr_log_mgr.lock); in nvmet_ctrl_destroy_pr()
301 struct nvmet_pr_log_mgr pr_log_mgr; member