Searched refs:PF_NOFREEZE (Results 1 – 2 of 2) sorted by relevance
68 #define PF_NOFREEZE (1UL << 4) // 当前进程不能被冻结 macro
220 current_pcb->flags |= PF_NOFREEZE; in kthreadd()