Searched refs:max (Results 1 - 25 of 67) sorted by relevance

123

/include/linux/netfilter/
H A Dxt_length.h7 __u16 min, max; member in struct:xt_length_info
H A Dnf_nat.h17 union nf_conntrack_man_proto max; member in struct:nf_nat_ipv4_range
H A Dxt_hashlimit.h8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
29 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg
53 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg1
H A Dxt_u32.h20 __u32 max; member in struct:xt_u32_value_element
/include/asm-generic/
H A Dpci_iomap.h17 extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
29 static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max) argument
/include/trace/events/
H A Dregulator.h78 TP_PROTO(const char *name, int min, int max),
80 TP_ARGS(name, min, max),
85 __field( int, max )
91 __entry->max = max;
95 (int)__entry->min, (int)__entry->max)
100 TP_PROTO(const char *name, int min, int max),
102 TP_ARGS(name, min, max)
/include/linux/input/
H A Dgpio_tilt.h8 * @max: maximum value for abs_param
15 int max; member in struct:gpio_tilt_axis
/include/linux/
H A Dprio_heap.h14 * @max - max number of elements that can be stored in @ptrs
20 int max; member in struct:ptr_heap
48 * consist of the smallest @max elements of the original heap and the
H A Dcpufreq.h83 unsigned int max; /* in kHz */ member in struct:cpufreq_real_policy
97 unsigned int max; /* in kHz */ member in struct:cpufreq_policy
259 static inline void cpufreq_verify_within_limits(struct cpufreq_policy *policy, unsigned int min, unsigned int max) argument
263 if (policy->max < min)
264 policy->max = min;
265 if (policy->min > max)
266 policy->min = max;
267 if (policy->max > max)
268 policy->max
[all...]
H A Dnfsacl.h48 w += max(acl_access ? (int)acl_access->a_count : 3, 4) * 12;
50 w += max((int)acl_default->a_count, 4) * 12;
H A Datm_nicstar.h35 unsigned max; member in struct:buf_nr
H A Dhw_random.h29 * @read: New API. drivers can fill up to max bytes of data
39 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait);
H A Dblk-iopoll.h12 int max; member in struct:blk_iopoll
H A Ddelay.h48 void usleep_range(unsigned long min, unsigned long max);
H A Dlatencytop.h24 unsigned long max; member in struct:latency_record
H A Duwb.h745 * For 8 bit quantities, we keep the min, the max, an accumulator
766 s8 min, max; member in struct:stats
781 s8 min, max; local
786 max = -128;
790 max = stats->max;
796 else if (sample > max)
797 max = sample;
801 stats->max = max;
812 int min, max, avg; local
[all...]
H A Dquota.h192 #define DQUOT_INIT_ALLOC max(V1_INIT_ALLOC, V2_INIT_ALLOC)
193 #define DQUOT_INIT_REWRITE max(V1_INIT_REWRITE, V2_INIT_REWRITE)
194 #define DQUOT_DEL_ALLOC max(V1_DEL_ALLOC, V2_DEL_ALLOC)
195 #define DQUOT_DEL_REWRITE max(V1_DEL_REWRITE, V2_DEL_REWRITE)
H A Dhid.h662 struct hid_usage *usage, unsigned long **bit, int *max);
665 struct hid_usage *usage, unsigned long **bit, int *max);
754 * @max: maximal valid usage->code to consider later (out parameter)
759 struct hid_usage *usage, unsigned long **bit, int *max,
770 *max = ABS_MAX;
774 *max = REL_MAX;
778 *max = KEY_MAX;
782 *max = LED_MAX;
794 struct hid_usage *usage, unsigned long **bit, int *max,
797 hid_map_usage(hidinput, usage, bit, max, typ
758 hid_map_usage(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
793 hid_map_usage_clear(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
[all...]
H A Dgameport.h199 static inline int gameport_calibrate(struct gameport *gameport, int *axes, int *max) argument
202 return gameport->calibrate(gameport, axes, max);
H A Dkernel.h553 * min()/max()/clamp() macros that also do
563 #define max(x, y) ({ \ macro
601 * @max: maximum allowable value
603 * This macro does strict typechecking of min/max to make sure they are of the
606 #define clamp(val, min, max) ({ \
609 typeof(max) __max = (max); \
619 * Or not use min/max/clamp at all, of course.
636 * @max: maximum allowable value
641 #define clamp_t(type, val, min, max) ({ \
[all...]
/include/sound/
H A Dpcm_params.h248 i->max = UINT_MAX;
261 return (i->min > i->max ||
262 (i->min == i->max && (i->openmin || i->openmax)));
272 return (i->min == i->max ||
273 (i->min + 1 == i->max && i->openmax));
289 v = i->max;
298 i->max < val || (i->max == val && i->openmax)));
310 if (i->openmin && i->openmax && i->min == i->max)
323 i1->max
[all...]
H A Dsoc.h34 .rshift = shift_right, .max = xmax, .platform_max = xmax, \
40 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
44 .max = xmax, .platform_max = xmax, .invert = xinvert})
45 #define SOC_SINGLE(xname, reg, shift, max, invert) \
49 .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) }
50 #define SOC_SINGLE_TLV(xname, reg, shift, max, invert, tlv_array) \
57 .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) }
58 #define SOC_DOUBLE(xname, reg, shift_left, shift_right, max, invert) \
63 max, invert) }
70 #define SOC_DOUBLE_TLV(xname, reg, shift_left, shift_right, max, inver
915 int min, max, platform_max; member in struct:soc_mixer_control
931 unsigned int max; member in struct:soc_enum
[all...]
/include/net/netfilter/
H A Dnf_nat_protocol.h20 /* Is the manipable part of the tuple between min and max incl? */
24 const union nf_conntrack_man_proto *max);
56 const union nf_conntrack_man_proto *max);
/include/media/
H A Dtuner-types.h121 u16 max; member in struct:tunertype
H A Dv4l2-ctrls.h44 * the usual min/max/step checks are not sufficient.
193 * @max: The control's maximum value.
216 s32 max; member in struct:v4l2_ctrl_config
232 * The contents of @min, @max, @step and @def may be modified depending on
240 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags);
308 * @max: The control's maximum value.
322 u32 id, s32 min, s32 max, u32 step, s32 def);
328 * @max: The control's maximum value.
344 u32 id, s32 max, s32 mask, s32 def);

Completed in 363 milliseconds

123