Searched refs:other (Results 1 – 8 of 8) sorted by relevance
/kernel/sched/ |
D | cputime.c | 367 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local 376 other = account_other_time(ULONG_MAX); in irqtime_account_process_tick() 377 if (other >= cputime) in irqtime_account_process_tick() 380 cputime -= other; in irqtime_account_process_tick() 705 u64 other; in get_vtime_delta() local 714 other = account_other_time(delta); in get_vtime_delta() 718 return delta - other; in get_vtime_delta()
|
/kernel/trace/ |
D | Kconfig | 97 Create preempt/irq toggle tracepoints if needed, so that other parts 102 # This allows those options to appear when no other tracer is selected. But the 254 something other than the kernel. For example, if a 321 the main tracing buffer, and the other CPU buffers remain the same. 681 goes into an infinite loop (calling cond_sched() to let other tasks 712 any other users of the ring buffer (such as ftrace). It then creates 741 other similar details.
|
/kernel/ |
D | Kconfig.hz | 46 1000 Hz is the preferred choice for desktop systems and other
|
D | resource.c | 540 int type = 0; int other = 0; in region_intersects() local 553 is_type ? type++ : other++; in region_intersects() 557 if (other == 0) in region_intersects()
|
/kernel/locking/ |
D | lockdep.c | 3123 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug() argument 3127 struct lock_list *entry = other; in print_irq_inversion_bug() 3146 print_lock_name(other->class); in print_irq_inversion_bug() 3152 depth = get_lock_depth(other); in print_irq_inversion_bug() 3163 print_irq_lock_scenario(root, other, in print_irq_inversion_bug() 3164 middle ? middle->class : root->class, other->class); in print_irq_inversion_bug() 3166 print_irq_lock_scenario(other, root, in print_irq_inversion_bug() 3167 middle ? middle->class : other->class, root->class); in print_irq_inversion_bug() 3175 print_shortest_lock_dependencies(other, root); in print_irq_inversion_bug()
|
/kernel/time/ |
D | Kconfig | 131 other dependencies to provide in order to make the full
|
/kernel/rcu/ |
D | Kconfig | 153 parameter), thus improving energy efficiency. On the other
|
/kernel/power/ |
D | Kconfig | 97 resume=/dev/<other device>
|