Searched refs:other (Results 1 – 8 of 8) sorted by relevance
/kernel/sched/ |
D | cputime.c | 371 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local 380 other = account_other_time(ULONG_MAX); in irqtime_account_process_tick() 381 if (other >= cputime) in irqtime_account_process_tick() 384 cputime -= other; in irqtime_account_process_tick() 665 u64 other; in get_vtime_delta() local 674 other = account_other_time(delta); in get_vtime_delta() 678 return delta - other; in get_vtime_delta()
|
/kernel/trace/ |
D | Kconfig | 103 Create preempt/irq toggle tracepoints if needed, so that other parts 113 # This allows those options to appear when no other tracer is selected. But the 337 something other than the kernel. For example, if a 417 the main tracing buffer, and the other CPU buffers remain the same. 657 used to combine data from other trace events or in fact any 703 goes into an infinite loop (calling cond_sched() to let other tasks 734 any other users of the ring buffer (such as ftrace). It then creates 838 other similar details.
|
/kernel/ |
D | Kconfig.hz | 46 1000 Hz is the preferred choice for desktop systems and other
|
D | resource.c | 543 int type = 0; int other = 0; in region_intersects() local 556 is_type ? type++ : other++; in region_intersects() 560 if (other == 0) in region_intersects()
|
/kernel/locking/ |
D | lockdep.c | 3885 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug() argument 3889 struct lock_list *entry = other; in print_irq_inversion_bug() 3908 print_lock_name(other->class); in print_irq_inversion_bug() 3914 depth = get_lock_depth(other); in print_irq_inversion_bug() 3925 print_irq_lock_scenario(root, other, in print_irq_inversion_bug() 3926 middle ? middle->class : root->class, other->class); in print_irq_inversion_bug() 3928 print_irq_lock_scenario(other, root, in print_irq_inversion_bug() 3929 middle ? middle->class : other->class, root->class); in print_irq_inversion_bug() 3937 print_shortest_lock_dependencies(other, root); in print_irq_inversion_bug()
|
/kernel/time/ |
D | Kconfig | 140 other dependencies to provide in order to make the full
|
/kernel/rcu/ |
D | Kconfig | 181 parameter), thus improving energy efficiency. On the other
|
/kernel/power/ |
D | Kconfig | 109 resume=/dev/<other device>
|