Searched refs:other (Results 1 – 11 of 11) sorted by relevance
/kernel/sched/ |
D | cputime.c | 390 u64 other, cputime = TICK_NSEC * ticks; in irqtime_account_process_tick() local 399 other = account_other_time(ULONG_MAX); in irqtime_account_process_tick() 400 if (other >= cputime) in irqtime_account_process_tick() 403 cputime -= other; in irqtime_account_process_tick() 687 u64 other; in get_vtime_delta() local 696 other = account_other_time(delta); in get_vtime_delta() 700 return delta - other; in get_vtime_delta()
|
/kernel/bpf/ |
D | Kconfig | 64 is permanently set to 1 and setting any other value than that will 79 disable it by setting it to 1 (from which no other transition to
|
/kernel/trace/ |
D | Kconfig | 21 API, which will be used by other function-entry hooking 134 Create preempt/irq toggle tracepoints if needed, so that other parts 139 # This allows those options to appear when no other tracer is selected. But the 204 x86, but may have impact on other architectures). 383 something other than the kernel. For example, if a 419 context of Linux, NMIs, IRQs, SoftIRQs, and any other system thread 470 IRQs and other threads. It also enables the capture of the 526 the main tracing buffer, and the other CPU buffers remain the same. 767 used to combine data from other trace events or in fact any 828 goes into an infinite loop (calling cond_resched() to let other tasks [all …]
|
/kernel/ |
D | Kconfig.hz | 46 1000 Hz is the preferred choice for desktop systems and other
|
D | resource.c | 497 int type = 0; int other = 0; in __region_intersects() local 509 is_type ? type++ : other++; in __region_intersects() 515 if (other == 0) in __region_intersects()
|
/kernel/trace/rv/ |
D | Kconfig | 62 but other reactions can be added (on-demand) via this interface.
|
/kernel/locking/ |
D | lockdep.c | 3981 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug() argument 3985 struct lock_list *entry = other; in print_irq_inversion_bug() 4004 print_lock_name(other->class); in print_irq_inversion_bug() 4010 depth = get_lock_depth(other); in print_irq_inversion_bug() 4021 print_irq_lock_scenario(root, other, in print_irq_inversion_bug() 4022 middle ? middle->class : root->class, other->class); in print_irq_inversion_bug() 4024 print_irq_lock_scenario(other, root, in print_irq_inversion_bug() 4025 middle ? middle->class : other->class, root->class); in print_irq_inversion_bug() 4033 print_shortest_lock_dependencies(other, root); in print_irq_inversion_bug()
|
/kernel/module/ |
D | Kconfig | 142 - Allows other modules to load if they don't violate the access to 292 other modules to use via EXPORT_SYMBOL() and variants. Depending
|
/kernel/time/ |
D | Kconfig | 165 other dependencies to provide in order to make the full
|
/kernel/power/ |
D | Kconfig | 109 resume=/dev/<other device> 161 other machines. Therefore, you should say N here, unless you are
|
/kernel/rcu/ |
D | Kconfig | 291 tasks either run with higher priority or run on some other CPU.
|