Home
last modified time | relevance | path

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

/kernel/
Dscs.c194 unsigned long prev, curr = highest, used = 0; in scs_check_usage() local
199 used += sizeof(*p); in scs_check_usage()
202 while (used > curr) { in scs_check_usage()
203 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage()
207 tsk->comm, task_pid_nr(tsk), 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.)
579 set a different return value. This is used for error injection.
641 generally used outside of that context, and is normally
768 To fix this, there's a special macro in the kernel that can be used
769 to convert an enum/sizeof into its value. If this macro is used, then
773 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.c8015 unsigned long used, free; in scale_rt_capacity() local
8023 used = READ_ONCE(rq->avg_rt.util_avg); in scale_rt_capacity()
8024 used += READ_ONCE(rq->avg_dl.util_avg); in scale_rt_capacity()
8026 if (unlikely(used >= max)) in scale_rt_capacity()
8029 free = max - used; in scale_rt_capacity()