Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c417 bool is_default, is_request, is_min, is_max; in v4l2_g_ext_ctrls_common() local
422 is_max = (cs->which == V4L2_CTRL_WHICH_MAX_VAL); in v4l2_g_ext_ctrls_common()
468 if (!is_default && !is_request && !is_min && !is_max && in v4l2_g_ext_ctrls_common()
499 else if (is_max) in v4l2_g_ext_ctrls_common()
/linux/net/ceph/
H A Ddebugfs.c308 if (hoid->snapid == 0 && hoid->hash == 0 && !hoid->is_max && in dump_hoid()
313 if (hoid->is_max) { in dump_hoid()
H A Dosd_client.c1748 return hoid->is_max ? 0x100000000ull : hoid->hash_reverse_bits; in DEFINE_RB_FUNCS2()
1785 if (lhs->is_max < rhs->is_max) in hoid_compare()
1787 if (lhs->is_max > rhs->is_max) in hoid_compare()
1864 ceph_decode_8_safe(p, end, hoid->is_max, e_inval); in decode_hoid()
1896 ceph_encode_8(p, hoid->is_max); in encode_hoid()
2004 hoid->is_max = false; in hoid_fill_from_target()
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c972 void update_cpufreq_scaling_freq(int is_max, int cpu, unsigned int ratio) in update_cpufreq_scaling_freq() argument
980 cpu, is_max ? "max" : "min"); in update_cpufreq_scaling_freq()
/linux/include/linux/ceph/
H A Dosd_client.h375 u8 is_max; member