Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dresource.h585 #define IOPOL_DEFAULT 0 macro
/xnu-11417.121.6/osfmk/kern/
H A Dtask_policy.c1915 return IOPOL_DEFAULT; in proc_tier_to_iopol()
1921 return IOPOL_DEFAULT; in proc_tier_to_iopol()
1930 return IOPOL_DEFAULT; in proc_tier_to_iopol()
/xnu-11417.121.6/bsd/kern/
H A Dkern_resource.c2011 case IOPOL_DEFAULT: in iopolicysys_disk()
2054 case IOPOL_DEFAULT: in iopolicysys_disk()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c4525 int policy = IOPOL_DEFAULT; in cluster_read_copy()