Searched refs:chain_temp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mpsvar.h | 547 struct mps_chain *chain, *chain_temp; in mps_free_command() local 569 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mps_free_command() 597 struct mps_chain *chain, *chain_temp; in mps_free_high_priority_command() local 612 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mps_free_high_priority_command()
|
/freebsd/sys/dev/mpr/ |
H A D | mprvar.h | 616 struct mpr_chain *chain, *chain_temp; in mpr_free_command() local 639 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mpr_free_command() 674 struct mpr_chain *chain, *chain_temp; in mpr_free_high_priority_command() local 689 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mpr_free_high_priority_command()
|