Searched refs:P_AFFINITY (Results 1 – 3 of 3) sorted by relevance
189 #define P_AFFINITY 0x00010000 /* xxx */ macro
1038 …proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_DELAYIDLESLEEP | P_SUGID | P_AFFINITY)); in forkproc()1040 …->p_flag = (parent_proc->p_flag & (P_LP64 | P_TRANSLATED | P_DISABLE_ASLR | P_SUGID | P_AFFINITY)); in forkproc()
842 (p->p_flag & P_AFFINITY) != 0); in exec_fat_imgact()