Searched refs:other (Results 1 – 9 of 9) sorted by relevance
/kernel/sched/ |
D | cputime.c | 381 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local 390 other = account_other_time(ULONG_MAX); in irqtime_account_process_tick() 391 if (other >= cputime) in irqtime_account_process_tick() 394 cputime -= other; in irqtime_account_process_tick() 672 u64 other; in get_vtime_delta() local 681 other = account_other_time(delta); in get_vtime_delta() 685 return delta - other; in get_vtime_delta()
|
/kernel/trace/ |
D | Kconfig | 111 Create preempt/irq toggle tracepoints if needed, so that other parts 116 # This allows those options to appear when no other tracer is selected. But the 343 something other than the kernel. For example, if a 379 context of Linux, NMIs, IRQs, SoftIRQs, and any other system thread 430 IRQs and other threads. It also enables the capture of the 486 the main tracing buffer, and the other CPU buffers remain the same. 726 used to combine data from other trace events or in fact any 772 goes into an infinite loop (calling cond_resched() to let other tasks 803 any other users of the ring buffer (such as ftrace). It then creates 946 other similar details.
|
/kernel/ |
D | Kconfig.hz | 46 1000 Hz is the preferred choice for desktop systems and other
|
D | resource.c | 484 int type = 0; int other = 0; in __region_intersects() local 496 is_type ? type++ : other++; in __region_intersects() 502 if (other == 0) in __region_intersects()
|
/kernel/bpf/ |
D | Kconfig | 72 disable it by setting it to 1 (from which no other transition to
|
/kernel/locking/ |
D | lockdep.c | 3944 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug() argument 3948 struct lock_list *entry = other; in print_irq_inversion_bug() 3967 print_lock_name(other->class); in print_irq_inversion_bug() 3973 depth = get_lock_depth(other); in print_irq_inversion_bug() 3984 print_irq_lock_scenario(root, other, in print_irq_inversion_bug() 3985 middle ? middle->class : root->class, other->class); in print_irq_inversion_bug() 3987 print_irq_lock_scenario(other, root, in print_irq_inversion_bug() 3988 middle ? middle->class : other->class, root->class); in print_irq_inversion_bug() 3996 print_shortest_lock_dependencies(other, root); in print_irq_inversion_bug()
|
/kernel/time/ |
D | Kconfig | 150 other dependencies to provide in order to make the full
|
/kernel/rcu/ |
D | Kconfig | 182 parameter), thus improving energy efficiency. On the other
|
/kernel/power/ |
D | Kconfig | 109 resume=/dev/<other device>
|