Home
last modified time | relevance | path

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

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