Home
last modified time | relevance | path

Searched refs:u_max (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/
H A Dubsan.h121 typedef unsigned __int128 u_max; typedef
124 typedef u64 u_max; typedef
H A Dubsan.c166 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
174 return *(u_max *)val; in get_unsigned_val()
183 u_max val = get_unsigned_val(type, value); in val_to_string()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst113 可以在每个CFS或RT任务上设置有效的u_min和u_max clamp值(译注:clamp可以理解
132 clamp( u_cfs + u_rt, u_min, u_max ); 如果使能UCLAMP_TASK
/openbmc/linux/Documentation/scheduler/
H A Dschedutil.rst115 It is possible to set effective u_min and u_max clamps on each CFS or RT task;
135 clamp( u_cfs + u_rt , u_min, u_max ); if UCLAMP_TASK