Searched refs:high_max (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thermal/ |
| A D | k3_j72xx_bandgap.c | 345 int id, high_max, low_temp; in k3_j72xx_bandgap_init_hw() local 364 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_init_hw() 367 writel((low_temp << 16) | high_max, bgp->cfg2_base + K3_VTM_MISC_CTRL2_OFFSET); in k3_j72xx_bandgap_init_hw()
|
| /linux/mm/ |
| A D | page_alloc.c | 2548 int high, high_min, high_max; in nr_pcp_high() local 2551 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high() 2574 if (high_min == high_max) in nr_pcp_high() 2587 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high() 2939 int high_max, high_min; in nr_pcp_alloc() local 2943 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc() 2960 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc() 5639 unsigned long high_max, unsigned long batch) in pageset_update() argument 5643 WRITE_ONCE(pcp->high_max, high_max); in pageset_update() 5664 pcp->high_max = BOOT_PAGESET_HIGH; in per_cpu_pages_init() [all …]
|
| /linux/include/linux/ |
| A D | mmzone.h | 688 int high_max; /* max high watermark */ member
|
Completed in 22 milliseconds