Searched refs:used (Results 1 – 9 of 9) sorted by relevance
/kernel/kcsan/ |
D | debugfs.c | 41 int used; /* number of elements used */ member 47 .used = 0, 109 if (report_filterlist.used == 0) in kcsan_skip_report_debugfs() 114 sort(report_filterlist.addrs, report_filterlist.used, in kcsan_skip_report_debugfs() 119 report_filterlist.used, sizeof(unsigned long), in kcsan_skip_report_debugfs() 161 } else if (report_filterlist.used == report_filterlist.size) { in insert_report_filterlist() 179 report_filterlist.addrs[report_filterlist.used++] = in insert_report_filterlist() 205 report_filterlist.used == 0 ? "none" : ""); in show_info() 206 for (i = 0; i < report_filterlist.used; ++i) in show_info()
|
/kernel/ |
D | scs.c | 119 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() local 127 used += sizeof(*p); in scs_check_usage() 130 while (used > curr) { in scs_check_usage() 131 prev = cmpxchg_relaxed(&highest, curr, used); in scs_check_usage() 135 tsk->comm, task_pid_nr(tsk), used); in scs_check_usage()
|
/kernel/trace/ |
D | Kconfig | 95 can be used for logging all MMIO read/write operations. 293 used together or separately.) 318 used together or separately.) 609 set a different return value. This is used for error injection. 647 generally used outside of that context, and is normally 657 used to combine data from other trace events or in fact any 694 buffer. This is mainly used for testing purpose. 753 To fix this, there's a special macro in the kernel that can be used 754 to convert an enum/sizeof into its value. If this macro is used, then 758 used to show what enums/sizeof the kernel tried to convert.
|
/kernel/rcu/ |
D | Kconfig | 129 The default value of RCU_FANOUT should be used for production 223 real-time workloads. It can also be used to offload RCU 234 between each callback, and (2) affinity or cgroups can be used
|
/kernel/power/ |
D | Kconfig | 58 ACPI will be used for the final steps when it is available. One 69 need to run mkswap against the swap partition used for the suspend. 88 Device used by the uswsusp tools.
|
/kernel/irq/ |
D | Kconfig | 30 # and should not be used in new code. Use irq domains instead.
|
/kernel/time/ |
D | timeconst.bc | 20 /* Adjustment factor when a ceiling value is used. Use as:
|
/kernel/dma/ |
D | Kconfig | 222 dma_map_sg() API is used for general bulk mapping of pages rather than
|
/kernel/sched/ |
D | fair.c | 8472 unsigned long used, free; in scale_rt_capacity() local 8486 used = READ_ONCE(rq->avg_rt.util_avg); in scale_rt_capacity() 8487 used += READ_ONCE(rq->avg_dl.util_avg); in scale_rt_capacity() 8488 used += thermal_load_avg(rq); in scale_rt_capacity() 8490 if (unlikely(used >= max)) in scale_rt_capacity() 8493 free = max - used; in scale_rt_capacity()
|