Searched refs:tier (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c136 static void proc_iopol_to_tier(int iopolicy, int *tier, int *passive);
137 static int proc_tier_to_iopol(int tier, int passive);
790 * Set thread qos tier
942 /* Look up the associated IO tier value for the QoS class */
1486 int tier, passive; local
1503 proc_iopol_to_tier(value, &tier, &passive);
1505 requested.ext_iotier = tier;
1508 requested.int_iotier = tier;
1531 proc_iopol_to_tier(value, &tier, &passive);
1532 requested.bg_iotier = tier;
1951 proc_iopol_to_tier(int iopolicy, int *tier, int *passive) argument
1979 proc_tier_to_iopol(int tier, int passive) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddisk.h178 #define DK_TIER_TO_PRIORITY(tier) (((tier) << DK_TIER_SHIFT) | ~DK_TIER_MASK)
196 uint8_t tier; member in struct:__anon14835
H A Dbuf_internal.h274 #define SET_BUFATTR_IO_TIER(bap, tier) \
277 (bap)->ba_flags |= (((tier) << BA_IO_TIER_SHIFT) & BA_IO_TIER_MASK); \
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSTLExtras.h200 struct tier { struct in namespace:llvm
207 tier(first_type f, second_type s) : first(f), second(s) { } function in struct:llvm::tier
208 tier& operator=(const std::pair<T1, T2>& p) {
216 inline tier<T1, T2> tie(T1& f, T2& s) {
217 return tier<T1, T2>(f, s);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp716 uint8_t tier; member in struct:__anon2462
726 uint8_t tier; member in struct:__anon2463
2281 request.tier = request64->tier;
2289 request.tier = request32->tier;
2318 /* priority */ DK_TIER_TO_PRIORITY(request.tier) );
/macosx-10.10/xnu-2782.1.97/bsd/vm/
H A Dvnode_pager.c126 set_tier.tier = priority;
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c5209 int tier = (type & P_DISKIO_TIER_MASK) >> P_DISKIO_TIER_SHIFT; local
5210 if (tier > 0) {
5212 if (tier > 0 && tier < 10)
5213 buf[len++] = '0' + tier;

Completed in 673 milliseconds