Searched refs:max (Results 1 - 25 of 81) sorted by last modified time

1234

/include/uapi/linux/
H A Datm_nicstar.h35 unsigned max; member in struct:buf_nr
H A Dpkt_sched.h199 __u32 prob_drop; /* Early drops, below max threshold */
200 __u32 forced_drop; /* Early drops, after max threshold */
201 __u32 prob_mark; /* Marked packets, below max threshold */
202 __u32 forced_mark; /* Marked packets, after max threshold */
203 __u32 prob_mark_head; /* Marked packets, below max threshold */
204 __u32 forced_mark_head;/* Marked packets, after max threshold */
209 unsigned int depth; /* max number of packets per flow */
636 __u32 max; /* max len of qlen_min */ member in struct:tc_sfb_qopt
640 __u32 limit; /* max SF
[all...]
H A Dvideodev2.h533 struct v4l2_fract max; /* Maximum frame interval [s] */ member in struct:v4l2_frmival_stepwise
922 As, currently, the max value is for V4L2_STD_ATSC_16_VSB (30 bits wide),
H A Dxfrm.h324 __u32 sadhmcnt; /* max allowed hash bkts */
399 __u32 max; member in struct:xfrm_userspi_info
/include/uapi/linux/netfilter/
H A Dnf_nat.h26 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
34 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg
58 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg1
H A Dxt_length.h7 __u16 min, max; member in struct:xt_length_info
H A Dxt_u32.h20 __u32 max; member in struct:xt_u32_value_element
/include/uapi/sound/
H A Dasound.h349 unsigned int min, max; member in struct:snd_interval
417 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
858 long max; /* R: maximum value */ member in struct:snd_ctl_elem_info::__anon2359::__anon2360
863 long long max; /* R: maximum value */ member in struct:snd_ctl_elem_info::__anon2359::__anon2361
H A Demu10k1.h284 unsigned int max; /* maximum range */ member in struct:snd_emu10k1_fx8010_control_gpr
297 unsigned int max; member in struct:snd_emu10k1_fx8010_control_old_gpr
/include/video/
H A Ddisplay_timing.h40 u32 max; member in struct:timing_entry
H A Dmbxfb.h10 unsigned int max; member in struct:mbxfb_val
/include/asm-generic/
H A Dio.h278 extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
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
H A Dtlb.h74 unsigned int max; member in struct:mmu_gather_batch
/include/drm/
H A Ddrm_crtc.h501 * @max_tmds_clock: max clock rate, if found
1034 uint64_t min, uint64_t max);
1037 int64_t min, int64_t max);
/include/linux/
H A Dblk-iopoll.h12 int max; member in struct:blk_iopoll
H A Dblkdev.h1280 unsigned int granularity = max(lim->physical_block_size, lim->io_min);
H A Dcpufreq.h58 unsigned int max; /* in kHz */ member in struct:cpufreq_real_policy
77 unsigned int max; /* in kHz */ member in struct:cpufreq_policy
321 unsigned int min, unsigned int max)
325 if (policy->max < min)
326 policy->max = min;
327 if (policy->min > max)
328 policy->min = max;
329 if (policy->max > max)
330 policy->max
320 cpufreq_verify_within_limits(struct cpufreq_policy *policy, unsigned int min, unsigned int max) argument
[all...]
H A Ddelay.h48 void usleep_range(unsigned long min, unsigned long max);
H A Ddevice-mapper.h324 unsigned max; member in struct:dm_arg
337 * arg->min and arg->max further arguments. Either return the size as
H A Defi.h1234 unsigned long *addr, unsigned long max);
H A Dfb.h690 extern void fb_bl_default_curve(struct fb_info *fb_info, u8 off, u8 min, u8 max);
H A Dfilter.h335 return max(sizeof(struct bpf_prog),
H A Dgameport.h193 static inline int gameport_calibrate(struct gameport *gameport, int *axes, int *max) argument
196 return gameport->calibrate(gameport, axes, max);

Completed in 209 milliseconds

1234