Searched refs:madw_reqs_list_p (Results 1 – 2 of 2) sorted by relevance
99 p_list_item = cl_qlist_head(trans_mgr_p->madw_reqs_list_p); in __osm_transaction_mgr_callback()100 if (p_list_item == cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback()139 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback()143 cl_qlist_insert_tail(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback()151 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback()164 if (p_list_item == cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback()176 if (p_list_item != cl_qlist_end(trans_mgr_p->madw_reqs_list_p)) { in __osm_transaction_mgr_callback()291 trans_mgr_p->madw_reqs_list_p = in osm_transaction_mgr_init()293 cl_qlist_init(trans_mgr_p->madw_reqs_list_p); in osm_transaction_mgr_init()332 cl_qlist_remove_head(trans_mgr_p->madw_reqs_list_p); in osm_transaction_mgr_destroy()[all …]
139 cl_qlist_t *madw_reqs_list_p; member