Home
last modified time | relevance | path

Searched refs:MF_SENDA_VM_MISS (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/kernel/system/
H A Ddo_vmctl.c145 if (p->p_misc_flags & MF_SENDA_VM_MISS) { in do_vmctl()
147 p->p_misc_flags &= ~MF_SENDA_VM_MISS; in do_vmctl()
/minix3/minix/kernel/
H A Dproc.h256 #define MF_SENDA_VM_MISS 0x20000 /* set if a processes wanted to receive an asyn macro
H A Dproc.c795 p->p_misc_flags |= MF_SENDA_VM_MISS; in has_pending()
820 p->p_misc_flags |= MF_SENDA_VM_MISS; in has_pending()
1373 src_ptr->p_misc_flags |= MF_SENDA_VM_MISS; in try_async()