Searched refs:min (Results 176 - 187 of 187) sorted by relevance

12345678

/arch/powerpc/kvm/
H A De500_tlb.c708 tsize = min(__ilog2(psize) - 10, tsize);
/arch/tile/kernel/
H A Dsetup.c530 last_alloc_pfn = min(max_low_pfn, pci_reserve_start_pfn);
/arch/x86/kernel/cpu/
H A Dperf_event.c597 sched->state.event = idx; /* start with min weight */
739 wmin = min(wmin, c->weight);
/arch/ia64/kernel/
H A Dperfmon.c495 unsigned long pfm_ovfl_intr_cycles_min; /* min cycles spent processing ovfl interrupts */
4840 * limit abuse to min page size
5553 unsigned long min, max; local
5560 min = pfm_stats[this_cpu].pfm_ovfl_intr_cycles_min;
5575 if (total_cycles < min) pfm_stats[this_cpu].pfm_ovfl_intr_cycles_min = total_cycles;
5703 "CPU%-2d overflow min : %lu\n"
/arch/powerpc/sysdev/
H A Dmpic.c624 for (i = 0; i < min(32, NR_CPUS); ++i, cpumask >>= 1)
/arch/s390/kernel/
H A Dipl.c352 count = min(size - 1, scpdata_length(ipb->ipl_info.fcp.scp_data,
/arch/sparc/mm/
H A Dinit_64.c1770 phys_base = min(phys_base, pavail[i].phys_addr);
/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1273 *n = min(*n*2, (int)round_jiffies_relative(check_interval*HZ));
/arch/x86/xen/
H A Dmmu.c2347 batch = min(REMAP_BATCH_SIZE, nr);
/arch/x86/kvm/
H A Dsvm.c876 * A min value is not calculated needed because it will always
880 max = min(0x7fffffffULL, __scale_tsc(tsc_khz, TSC_RATIO_MAX));
4207 bytes = min(bytes, 4u);
/arch/powerpc/platforms/cell/spufs/
H A Dfile.c132 size = min(sizeof(attr->set_buf) - 1, len);
/arch/m68k/ifpsp060/src/
H A Dfplsp.S395 set SGL_LO, 0x3f81 # min sgl prec exponent
397 set DBL_LO, 0x3c01 # min dbl prec exponent
399 set EXT_LO, 0x0 # min ext prec exponent
8444 fcmp.x %fp0,LTHOLD(%pc) # compare with min threshold

Completed in 284 milliseconds

12345678