Searched refs:used (Results 1 – 9 of 9) sorted by relevance
204 unsigned long used = scs_used(tsk); in scs_check_usage() local206 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()
103 The default value of RCU_FANOUT should be used for production195 real-time workloads. It can also be used to offload RCU206 between each callback, and (2) affinity or cgroups can be used
210 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 normally769 To fix this, there's a special macro in the kernel that can be used770 to convert an enum/sizeof into its value. If this macro is used, then774 used to show what enums/sizeof the kernel tried to convert.
62 In such a case, change this option to adjust the format used in the
30 # and should not be used in new code. Use irq domains instead.
20 /* Adjustment factor when a ceiling value is used. Use as:
55 ACPI will be used for the final steps when it is available. One66 need to run mkswap against the swap partition used for the suspend.
186 dma_map_sg() API is used for general bulk mapping of pages rather than
7815 unsigned long used, free; in scale_rt_capacity() local7823 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()