Home
last modified time | relevance | path

Searched refs:IOPOL_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dresource.h612 #define IOPOL_DEFAULT 0 macro
/xnu-8796.141.3/osfmk/kern/
H A Dtask_policy.c1835 return IOPOL_DEFAULT; in proc_tier_to_iopol()
1841 return IOPOL_DEFAULT; in proc_tier_to_iopol()
1850 return IOPOL_DEFAULT; in proc_tier_to_iopol()
/xnu-8796.141.3/bsd/kern/
H A Dkern_resource.c1734 case IOPOL_DEFAULT: in iopolicysys_disk()
1777 case IOPOL_DEFAULT: in iopolicysys_disk()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cluster.c4088 int policy = IOPOL_DEFAULT; in cluster_read_copy()