Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dpgo.h38 #define PGO_HIB (1) macro
44 #define PGO_ALL_FLAGS (PGO_HIB | PGO_WAIT_FOR_UNLOAD | PGO_METADATA | PGO_RESET_ALL)
/xnu-12377.41.6/bsd/pgo/
H A Dprofile_runtime.c140 if (uap->flags & PGO_HIB) { in grab_pgo_data()