Searched refs:min (Results 451 - 475 of 3857) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/s390/include/asm/
H A Dsysinfo.h153 return min(topology_max_mnest, 4);
H A Dfpu-insn.h247 size = min(index + 1, sizeof(__vector128));
265 size = min(index + 1, sizeof(__vector128));
397 size = min(index + 1, sizeof(__vector128));
413 size = min(index + 1, sizeof(__vector128));
/linux-master/arch/powerpc/mm/book3s64/
H A Diommu_api.c102 chunk = min(chunk, entries);
104 unsigned long n = min(entries - entry, chunk);
156 mem->pageshift = min(mem->pageshift, pageshift);
373 *size = min(1UL << pageshift, end - hpa);
/linux-master/include/linux/
H A Dtnum.h24 /* An unknown value that is a superset of @min <= value <= @max.
26 * Could include values outside the range of [@min, @max].
30 struct tnum tnum_range(u64 min, u64 max);
H A Dled-class-flash.h56 u32 min; member in struct:led_flash_setting
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_nkm.c153 _nkm.min_n = nkm->n.min ?: 1;
155 _nkm.min_k = nkm->k.min ?: 1;
195 _nkm.min_n = nkm->n.min ?: 1;
197 _nkm.min_k = nkm->k.min ?: 1;
/linux-master/drivers/input/keyboard/
H A Dgpio_keys_polled.c205 int i, min = 0, max = 0; local
213 if (button->value < min)
214 min = button->value;
219 input_set_abs_params(input, code, min, max, 0, 0);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dio-factory.c115 sector_t read_ahead = min((sector_t) MAX_READ_AHEAD_BLOCKS,
227 chunk_size = min(length, bytes_remaining_in_read_buffer(reader));
256 chunk_size = min(length, bytes_remaining_in_read_buffer(reader));
391 chunk_size = min(length, get_remaining_write_space(writer));
/linux-master/drivers/spi/
H A Dspi-cs42l43.c49 const u8 *block = min(buf + CS42L43_FIFO_SIZE, end);
52 const u8 *word = min(buf + sizeof(u32), block);
86 u8 *block = min(buf + CS42L43_FIFO_SIZE, end);
95 u8 *word = min(buf + sizeof(u32), block);
/linux-master/drivers/infiniband/hw/mana/
H A Dwq.c22 err = ib_copy_from_udata(&ucmd, udata, min(sizeof(ucmd), udata->inlen));
/linux-master/drivers/watchdog/
H A Dhpwdt.c72 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000));
101 val = min(val, HPWDT_MAX_TICKS);
107 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000));
347 kdumptimeout = min(kdumptimeout, HPWDT_MAX_TIMER);
H A Dbd9576_wdt.c166 int min; local
170 ret = find_closest_fast(hw_margin_min, &fastng, &min);
176 ret = find_closest_slow_by_fast(min, hw_margin, &slowng);
/linux-master/arch/arm/mm/
H A Dinit.c74 static void __init find_limits(unsigned long *min, unsigned long *max_low, argument
78 *min = PFN_UP(memblock_start_of_DRAM());
109 static void __init zone_sizes_init(unsigned long min, unsigned long max_low, argument
115 max_zone_pfn[ZONE_DMA] = min(arm_dma_pfn_limit, max_low);
/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/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv44.c79 const u32 pten = min(ptes, 4 - (ptei & 3));
118 const u32 pten = min(ptes, 4 - (ptei & 3));
152 const u32 pten = min(ptes, 4 - (ptei & 3));
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvolt.c96 info->min = min(info->base,
103 info->min = nvbios_rd32(bios, volt + 0x0a);
/linux-master/drivers/cpufreq/
H A Dcpufreq-nforce2.c257 if ((target_freq > policy->max) || (target_freq < policy->min))
300 if (policy->min < (fsb_pol_max * fid * 100))
356 policy->min = policy->cpuinfo.min_freq = min_fsb * fid * 100;
H A Dlongrun.c53 policy->min = policy->max = longrun_high_freq;
55 policy->min = longrun_low_freq + msr_lo *
83 pctg_lo = (policy->min - longrun_low_freq) /
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c92 ref_div_max = min(100 / post_div, ref_div_max);
94 ref_div_max = min(128 / post_div, ref_div_max);
97 *ref_div = min(max(DIV_ROUND_CLOSEST(den, post_div), 1u), ref_div_max);
/linux-master/net/ipv4/
H A Dtcp_vegas.c105 * o min-filter RTT samples from within an RTT to get the current
106 * propagation delay + queuing delay (we are min-filtering to try to
108 * o min-filter RTT samples from a much longer window (forever for now)
126 /* Find the min RTT during the last RTT to find
129 vegas->minRTT = min(vegas->minRTT, vrtt);
162 return min(tp->snd_ssthresh, tcp_snd_cwnd(tp));
207 * calculations. This is the min RTT seen during the
208 * last RTT. Taking the min filters out the effects
241 tcp_snd_cwnd_set(tp, min(tcp_snd_cwnd(tp),
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c36 uinfo->value.integer.min = CTRL_VOL_MIN;
41 uinfo->value.integer.min = 0;
46 uinfo->value.integer.min = 0;
/linux-master/drivers/usb/gadget/function/
H A Du_uac1_legacy.c33 t.min = t.max = val;
71 t.min = val - 1;
74 t.min = val;
/linux-master/drivers/gpu/drm/
H A Ddrm_rect.c48 r1->x2 = min(r1->x2, r2->x2);
49 r1->y2 = min(r1->y2, r2->y2);
63 *clip = min(*clip, dst);
/linux-master/drivers/gpu/drm/gma500/
H A Dgma_display.c723 if (clock->p1 < limit->p1.min || limit->p1.max < clock->p1)
725 if (clock->p < limit->p.min || limit->p.max < clock->p)
727 if (clock->m2 < limit->m2.min || limit->m2.max < clock->m2)
729 if (clock->m1 < limit->m1.min || limit->m1.max < clock->m1)
734 if (clock->m < limit->m.min || limit->m.max < clock->m)
736 if (clock->n < limit->n.min || limit->n.max < clock->n)
738 if (clock->vco < limit->vco.min || limit->vco.max < clock->vco)
744 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot)
783 for (clock.m1 = limit->m1.min; clock.m1 <= limit->m1.max; clock.m1++) {
784 for (clock.m2 = limit->m2.min;
[all...]
/linux-master/drivers/gpu/host1x/
H A Ddebug.c93 u32 min = host1x_syncpt_load(m->syncpt + i); local
104 if (!show_all && !min && !max && !waiters)
108 "id %u (%s) min %d max %d (%d waiters)\n",
109 i, m->syncpt[i].name, min, max, waiters);

Completed in 217 milliseconds

<<11121314151617181920>>