Home
last modified time | relevance | path

Searched refs:lastmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dthread.c492 struct message *lastmp; in thread_fix_new_links() local
503 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() local
785 lastmp = NULL; in link_array()
[all …]
/netbsd-src/sys/kern/
H A Dvfs_vnode.c1229 * Helper for vrevoke() to propagate suspension from lastmp
1234 vrevoke_suspend_next(struct mount *lastmp, struct mount *thismp) in vrevoke_suspend_next()
1238 if (lastmp == thismp) in vrevoke_suspend_next()
1241 if (lastmp != NULL) in vrevoke_suspend_next()
1242 vfs_resume(lastmp); in vrevoke_suspend_next()
1230 vrevoke_suspend_next(struct mount * lastmp,struct mount * thismp) vrevoke_suspend_next() argument