Home
last modified time | relevance | path

Searched refs:used (Results 1 – 9 of 9) sorted by relevance

/kernel/
Dscs.c204 unsigned long used = scs_used(tsk); in scs_check_usage() local
206 if (used <= highest) in scs_check_usage()
211 if (used > highest) { in scs_check_usage()
213 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
214 highest = used; in scs_check_usage()
/kernel/rcu/
DKconfig103 The default value of RCU_FANOUT should be used for production
195 real-time workloads. It can also be used to offload RCU
206 between each callback, and (2) affinity or cgroups can be used
/kernel/trace/
DKconfig210 used together or separately.)
235 used together or separately.)
580 set a different return value. This is used for error injection.
642 generally used outside of that context, and is normally
769 To fix this, there's a special macro in the kernel that can be used
770 to convert an enum/sizeof into its value. If this macro is used, then
774 used to show what enums/sizeof the kernel tried to convert.
/kernel/gcov/
DKconfig62 In such a case, change this option to adjust the format used in the
/kernel/irq/
DKconfig30 # and should not be used in new code. Use irq domains instead.
/kernel/time/
Dtimeconst.bc20 /* Adjustment factor when a ceiling value is used. Use as:
/kernel/power/
DKconfig55 ACPI will be used for the final steps when it is available. One
66 need to run mkswap against the swap partition used for the suspend.
/kernel/dma/
DKconfig186 dma_map_sg() API is used for general bulk mapping of pages rather than
/kernel/sched/
Dfair.c7815 unsigned long used, free; in scale_rt_capacity() local
7823 used = READ_ONCE(rq->avg_rt.util_avg); in scale_rt_capacity()
7824 used += READ_ONCE(rq->avg_dl.util_avg); in scale_rt_capacity()
7826 if (unlikely(used >= max)) in scale_rt_capacity()
7829 free = max - used; in scale_rt_capacity()