Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Ddebugfs.c302 if (hoid->snapid == 0 && hoid->hash == 0 && !hoid->is_max && in dump_hoid()
307 if (hoid->is_max) { in dump_hoid()
Dosd_client.c1685 return hoid->is_max ? 0x100000000ull : hoid->hash_reverse_bits; in DEFINE_RB_FUNCS2()
1722 if (lhs->is_max < rhs->is_max) in hoid_compare()
1724 if (lhs->is_max > rhs->is_max) in hoid_compare()
1801 ceph_decode_8_safe(p, end, hoid->is_max, e_inval); in decode_hoid()
1833 ceph_encode_8(p, hoid->is_max); in encode_hoid()
1941 hoid->is_max = false; in hoid_fill_from_target()
/linux-6.1.9/include/linux/ceph/
Dosd_client.h317 u8 is_max; member
/linux-6.1.9/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c959 void update_cpufreq_scaling_freq(int is_max, int cpu, unsigned int ratio) in update_cpufreq_scaling_freq() argument
967 cpu, is_max ? "max" : "min"); in update_cpufreq_scaling_freq()