Searched refs:chain_temp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/mps/ |
| D | mpsvar.h | 500 struct mps_chain *chain, *chain_temp; in mps_free_command() local 519 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mps_free_command() 544 struct mps_chain *chain, *chain_temp; in mps_free_high_priority_command() local 556 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mps_free_high_priority_command()
|
| /freebsd-10-stable/sys/dev/mpr/ |
| D | mprvar.h | 530 struct mpr_chain *chain, *chain_temp; in mpr_free_command() local 550 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mpr_free_command() 581 struct mpr_chain *chain, *chain_temp; in mpr_free_high_priority_command() local 593 TAILQ_FOREACH_SAFE(chain, &cm->cm_chain_list, chain_link, chain_temp) { in mpr_free_high_priority_command()
|