Home
last modified time | relevance | path

Searched refs:interrupts (Results 1 – 25 of 52) sorted by relevance

123

/external/ltp/testcases/kernel/device-drivers/rtc/
DREADME11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
12 interrupts and then turns it off.
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug01.sh19 Desc: What happens to disk controller interrupts when offlining CPUs?
147 IRQ_START=$(cat /proc/interrupts)
179 IRQ_END=`cat /proc/interrupts`
/external/autotest/client/profilers/powertop/src/
Dpowertop.c68 struct irqdata interrupts[IRQCOUNT]; variable
155 if (interrupts[i].active && interrupts[i].number == irq) { in update_irq()
157 oldcount = interrupts[i].count; in update_irq()
158 interrupts[i].count = count; in update_irq()
161 if (!interrupts[i].active && firstfree > i) in update_irq()
165 interrupts[firstfree].active = 1; in update_irq()
166 interrupts[firstfree].count = count; in update_irq()
167 interrupts[firstfree].number = irq; in update_irq()
168 strcpy(interrupts[firstfree].description, name); in update_irq()
170 strcpy(interrupts[firstfree].description, _("PS/2 keyboard/mouse/touchpad")); in update_irq()
DChangelog60 * add interrupts to the wakeups/second data in the emulated
/external/syslinux/core/
Dpxeisr.inc6 PXEIRQ_MAX equ 100 ; Max spurious interrupts in a timer tick
84 ; Too many spurious interrupts, shut off the interrupts
Dpm.inc17 ;; Functions to enter and exit 32-bit protected mode, handle interrupts
82 ; This routine doesn't enable interrupts, but the target routine
83 ; can enable interrupts by executing STI.
138 ; This routine doesn't enable interrupts, but the target routine
139 ; can enable interrupts by executing STI.
Dstack.inc25 ; DS == ES == 0, interrupts on, DF = 0.
Ddiskboot.inc114 cli ; No interrupts yet, please
163 ; This should be safe to do now, interrupts are off...
243 ; Ready to enable interrupts, captain
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt33 Take a snapshot of /proc/interrupts
45 Take another snapshot of /proc/interrupts
/external/ltp/testcases/kdump/lib/
Dsysinfo.sh26 cat /proc/interrupts
/external/netperf/doc/examples/
Drunemomniaggdemo.sh244 cat /proc/interrupts 2>&1 > interrupts.txt
Drunemomniagg2.sh78 echo interrupts spread wherever irqbalanced put them
Drunemomni.sh64 echo interrupts CPU 0 with CPU 1 other socket CPU 2 same socket
/external/syslinux/gpxe/src/interface/efi/
Defi_snp.c452 UINT32 *interrupts, VOID **txbufs ) { in efi_snp_get_status() argument
464 if ( interrupts ) { in efi_snp_get_status()
465 *interrupts = 0; in efi_snp_get_status()
471 *interrupts |= EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT; in efi_snp_get_status()
476 *interrupts |= EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT; in efi_snp_get_status()
479 DBGC2 ( snpdev, " INTS:%02x", *interrupts ); in efi_snp_get_status()
/external/vboot_reference/scripts/image_signing/sample-test-configs/
Densure_secure_kernelparams.config13 tpm_tis.interrupts=0 root=/dev/dm-0
/external/ltp/tools/pounder21/test_scripts/
Dget_hw_info53 cat /proc/interrupts
/external/ltp/tools/pounder21/test_repo/
DT00hwinfo53 cat /proc/interrupts
/external/dtc/Documentation/
Ddts-format.txt40 e.g. interrupts = <17 0xc>;
51 e.g. interrupts = /bits/ 8 <17 0xc>;
/external/autotest/server/site_tests/factory_Basic/
Dtest_list.suspend_basic45 # operator interrupts the flow.
/external/netperf/
DREADME.solaris21 spent servicing interrupts, or do so in parallel with time spent in
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/include/
Dcpuhotplug_hotplug.sh16 echo `egrep [0-9]+: /proc/interrupts | cut -d ':' -f 1`
/external/walt/arduino/walt/
Dwalt.ino202 interrupts();
254 interrupts();
433 interrupts();
/external/python/cpython2/Doc/library/
Dthread.rst156 * Threads interact strangely with interrupts: the :exc:`KeyboardInterrupt`
158 module is available, interrupts always go to the main thread.)
/external/walt/docs/
DDragLatency.md8 and interrupts a laser beam. Touch events from the pad and laser events are then processed together
/external/syslinux/dosutil/
Deltorito.asm145 sti ;Enable interrupts

123