Searched refs:is_max (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-api.c | 417 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 D | debugfs.c | 308 if (hoid->snapid == 0 && hoid->hash == 0 && !hoid->is_max && in dump_hoid() 313 if (hoid->is_max) { in dump_hoid()
|
| H A D | osd_client.c | 1748 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 D | x86_energy_perf_policy.c | 972 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 D | osd_client.h | 375 u8 is_max; member
|