Searched refs:min (Results 76 - 100 of 3898) sorted by path

1234567891011>>

/linux-master/drivers/usb/storage/
H A Dprotocol.c175 buflen = min(buflen, scsi_bufflen(srb));
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c73 long min, diff; local
77 min = cs5530_pll_table[0].pixclock - info->var.pixclock;
78 if (min < 0) min = -min;
82 if (diff < min) {
83 min = diff;
H A Dvideo_gx.c121 long min, diff; local
136 min = abs(pll_table[0].pixclock - info->var.pixclock);
139 if (diff < min) {
140 min = diff;
/linux-master/drivers/video/fbdev/i810/
H A Di810_gtf.c228 u32 i, size = 0, pixclock, wm_best = 0, min, diff; local
263 min = ~0;
269 if (diff < min) {
271 min = diff;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c139 *wl = min(b + c, WLMAX);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss_features.c26 int min, max; member in struct:dss_param_range
815 return omap_current_dss_features->dss_params[param].min;
H A Dpll.c134 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max);
163 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max);
/linux-master/fs/affs/
H A Ddir.c119 namelen = min(AFFS_TAIL(sb, fh_bh)->name[0],
/linux-master/fs/hfs/
H A Dbitmap.c74 len = min(size - start, len);
/linux-master/fs/jffs2/
H A Dread.c183 holesize = min(holesize, frag->ofs - offset);
192 uint32_t holeend = min(end, frag->ofs + frag->size);
206 readlen = min(frag->size - fragofs, end - offset);
/linux-master/fs/omfs/
H A Dbitmap.c37 return min(count, max);
41 return min(count, max);
/linux-master/fs/qnx4/
H A Dbitmap.c31 int bytes = min(size - total, QNX4_BLOCK_SIZE);
/linux-master/fs/reiserfs/
H A Dbitmap.c145 int min, int max, int unfm)
170 if (bi->free_count < min) {
183 if (*beg + min > boundary) {
213 if (end - *beg >= min) {
233 * this set is more or equal to `min'
235 if (i >= *beg + min) {
349 int min, int max, int unfm, sector_t file_block)
392 min, max, unfm);
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm);
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, ma
143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
347 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, sector_t file_block) argument
1150 allocate_without_wrapping_disk(reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, b_blocknr_t start, b_blocknr_t finish, int min, int amount_needed, int prealloc_size) argument
[all...]
/linux-master/fs/squashfs/
H A Dcache.c301 return min(length, entry->length - offset);
/linux-master/include/drm/
H A Ddrm_blend.h54 unsigned int min, unsigned int max);
/linux-master/include/linux/mfd/
H A Dmax14577.h82 unsigned int min; member in struct:maxim_charger_current
/linux-master/include/media/
H A Dtuner-types.h181 * @min: minimal tuner frequency, in 62.5 kHz step.
194 u16 min; member in struct:tunertype
/linux-master/include/trace/events/
H A Dhost1x.h238 u32 min),
240 TP_ARGS(bo, offset, syncpt_id, thresh, min),
247 __field(u32, min)
255 __entry->min = min;
261 __entry->min)
/linux-master/include/uapi/linux/
H A Datm_nicstar.h34 unsigned min; member in struct:buf_nr
/linux-master/include/uapi/linux/netfilter/
H A Dxt_length.h8 __u16 min, max; member in struct:xt_length_info
H A Dxt_u32.h20 __u32 min; member in struct:xt_u32_value_element
/linux-master/include/video/
H A Ddisplay_timing.h41 u32 min; member in struct:timing_entry
/linux-master/init/
H A Dcalibrate.c44 int max = -1; /* index of measured_times with max/min values or not set */
45 int min = -1; local
110 if (min < 0 || timer_rate_max < measured_times[min])
111 min = i;
130 if ((measured_times[max] - measured_times[min]) < maxdiff)
137 (estimate - measured_times[min])) {
139 "min bogoMips estimate %d = %lu\n",
140 min, measured_times[min]);
[all...]
/linux-master/kernel/time/
H A Dtimekeeping_debug.c49 int bin = min(fls(t->tv_sec), NUM_BINS-1);
/linux-master/lib/reed_solomon/
H A Ddecode_rs.c272 for (i = min(deg_lambda, nroots - 1) & ~1; i >= 0; i -= 2) {

Completed in 268 milliseconds

1234567891011>>