Home
last modified time | relevance | path

Searched refs:clamp (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/lib/
A Dutil.h26 #define clamp(v, l, h) (max(min((v), (h)), (l))) macro
/hypervisor/common/
A Dsched_bvt.c209 data->weight = clamp(params->bvt_weight, BVT_WEIGHT_MIN, BVT_WEIGHT_MAX); in sched_bvt_init_data()

Completed in 24 milliseconds