Searched refs:CLONE_UNITMASK (Results 1 – 2 of 2) sorted by relevance
250 #define CLONE_UNITMASK 0xfffff macro251 #define CLONE_FLAG0 (CLONE_UNITMASK + 1)
1319 KASSERT(!(extra & CLONE_UNITMASK), in clone_create()1321 KASSERT(*up <= CLONE_UNITMASK, in clone_create()1364 unit = low & CLONE_UNITMASK; in clone_create()