Searched refs:systems (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | Kconfig.hz | 11 beneficial for servers and NUMA systems that do not need to have 22 100 Hz is a typical choice for servers, SMP and NUMA systems 31 on SMP and NUMA systems. If you are going to be using NTSC video 39 on SMP and NUMA systems and exactly dividing by both PAL and 45 1000 Hz is the preferred choice for desktop systems and other 46 systems requiring fast interactive responses to events.
|
/kernel/time/ |
D | Kconfig | 153 detection of the all-CPUs-idle state means that larger systems 167 on large systems, as is required to attain decent scalability. 168 However, on smaller systems, scalability is not anywhere near as 171 systems and a lazier but scalable algorithm for large systems. 176 systems that (1) enable NO_HZ_FULL_SYSIDLE, (2) have larger 183 battery-powered systems.
|
/kernel/trace/ |
D | trace_events.c | 1107 list_for_each_entry(dir, &tr->systems, list) { in subsystem_open() 1466 list_for_each_entry(dir, &tr->systems, list) { in event_subsystem_dir() 1519 list_add(&dir->list, &tr->systems); in event_subsystem_dir() 2611 list_for_each_entry(dir, &tr->systems, list) { in event_trace_self_tests()
|
D | trace.h | 225 struct list_head systems; member
|
D | trace.c | 6486 INIT_LIST_HEAD(&tr->systems); in instance_mkdir() 6994 INIT_LIST_HEAD(&global_trace.systems); in tracer_alloc_buffers()
|