Searched refs:high_max (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/thermal/
H A Dk3_j72xx_bandgap.c348 int high_max, low_temp; local
496 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP);
499 writel((low_temp << 16) | high_max, data[0].bgp->cfg2_base +
/linux-master/mm/
H A Dpage_alloc.c2383 int high, high_min, high_max; local
2386 high_max = READ_ONCE(pcp->high_max);
2387 high = pcp->high = clamp(pcp->high, high_min, high_max);
2409 if (high_min == high_max)
2422 pcp->high = clamp(need_high, high_min, high_max);
2764 int high_max, high_min; local
2768 high_max = READ_ONCE(pcp->high_max);
2769 high = pcp->high = clamp(pcp->high, high_min, high_max);
5482 pageset_update(struct per_cpu_pages *pcp, unsigned long high_min, unsigned long high_max, unsigned long batch) argument
5513 __zone_set_pageset_high_and_batch(struct zone *zone, unsigned long high_min, unsigned long high_max, unsigned long batch) argument
[all...]
/linux-master/include/linux/
H A Dmmzone.h692 int high_max; /* max high watermark */ member in struct:per_cpu_pages

Completed in 127 milliseconds