Searched refs:acc_next (Results 1 – 2 of 2) sorted by relevance
7590 mdi_async_client_config_t *acc, *acc_next; in stop_vhcache_async_threads() local7606 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc_next) { in stop_vhcache_async_threads()7607 acc_next = acc->acc_next; in stop_vhcache_async_threads()8670 acc->acc_next = NULL; in alloc_async_client_config()8817 vhc->vhc_acc_list_head = acc->acc_next; in config_client_paths_thread()8860 for (acc = vhc->vhc_acc_list_head; acc != NULL; acc = acc->acc_next) { in config_client_paths_async()8872 vhc->vhc_acc_list_tail->acc_next = newacc; in config_client_paths_async()
1102 struct mdi_async_client_config *acc_next; /* next in vhci acc list */ member