Searched refs:lastmp (Results 1 – 2 of 2) sorted by relevance
492 struct message *lastmp; in thread_fix_new_links() local503 lastmp = NULL; in thread_fix_new_links()511 lastmp = &message_array.t_head[i]; in thread_fix_new_links()522 assert(lastmp != NULL); in thread_fix_new_links()531 message[i].m_blink = lastmp; in thread_fix_new_links()535 if (lastmp) in thread_fix_new_links()536 lastmp->m_flink = &message[i]; in thread_fix_new_links()537 lastmp = &message[i]; in thread_fix_new_links()784 struct message *lastmp; in link_array() local785 lastmp = NULL; in link_array()[all …]
1234 vrevoke_suspend_next(struct mount *lastmp, struct mount *thismp) in vrevoke_suspend_next() argument1238 if (lastmp == thismp) in vrevoke_suspend_next()1241 if (lastmp != NULL) in vrevoke_suspend_next()1242 vfs_resume(lastmp); in vrevoke_suspend_next()