Searched refs:req_history (Results 1 – 2 of 2) sorted by relevance
279 struct cm_req_history req_history; member
2003 struct cm_req_history *history = &cm_ctx->req_history; in cm_req_history_add()2024 struct cm_req_history *history = &cm_ctx->req_history; in cm_req_history_del()2049 qdf_mem_zero(&cm_ctx->req_history, sizeof(struct cm_req_history)); in cm_req_history_init()2050 qdf_spinlock_create(&cm_ctx->req_history.cm_req_hist_lock); in cm_req_history_init()2055 qdf_spinlock_destroy(&cm_ctx->req_history.cm_req_hist_lock); in cm_req_history_deinit()2074 struct cm_req_history *history = &cm_ctx->req_history; in cm_req_history_print()