search for: check_time

Displaying 18 results from an estimated 18 matches for "check_time".

Did you mean: check_timer
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...o elapsed real time, and the 4 timer IRQs have not yet been delivered. In addition, it is entirely possible, though improbable, that this bug could surface on real hardware which picks a particularly bad time to enter SMM mode, causing a long latency during one of the timer IRQs. While here, make check_timer be __init. Signed-off-by: Zachary Amsden <zach@vmware.com> =================================================================== --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -603,8 +603,6 @@ and is between 256 and 4096 characters. hugepages= [HW...
2007 Apr 18
2
[PATCH 1/5] Skip timer works.patch
...o elapsed real time, and the 4 timer IRQs have not yet been delivered. In addition, it is entirely possible, though improbable, that this bug could surface on real hardware which picks a particularly bad time to enter SMM mode, causing a long latency during one of the timer IRQs. While here, make check_timer be __init. Signed-off-by: Zachary Amsden <zach@vmware.com> =================================================================== --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -603,8 +603,6 @@ and is between 256 and 4096 characters. hugepages= [HW...
2007 May 17
4
FastAGI hangs up channel if server is not available
Hi all, Running 1.2.14 When I call a FastAGI script such as this script for an incoming call: [calldirect] exten=>s,1,Answer() exten=>s,2,AGI(agi://192.168.1.175/calldirect?check&${CALLERID(num)}) exten=>s,3,Goto(check_time,s,1) and the FastAGI server is not running (Asterisk gets "connection refused" TCP error), Asterisk just terminates the call like so: May 17 12:58:00 WARNING[10154]: res_agi.c:210 launch_netscript: Connect to 'agi://192.168.1.175/calldirect?check&NNNNNNNNNN' failed: Connec...
2007 Apr 20
0
Polycom not picking up phone transferred phone call.
...;) in new stack -- Executing Ringing("Zap/2-1", "") in new stack -- Executing SetMusicOnHold("Zap/2-1", "default") in new stack -- Executing Wait("Zap/2-1", "1") in new stack -- Executing Goto("Zap/2-1", "check_time|s|1") in new stack -- Goto (check_time,s,1) -- Executing Answer("Zap/2-1", "") in new stack -- Executing Set("Zap/2-1", "LAST_MENU_REACHED=check_time") in new stack -- Executing Set("Zap/2-1", "FAIL_MENU=error_invalid...
2007 Jan 19
1
Incoming SIP line does not display CallerID correctly
Hi all, I've just setup a sip line with Telasip and when they route the calls to my asterisk box, they include an extension along with the context that is defined in sip.conf for that DID. At first, I couldn't figure why they were getting 404 error from my asterisk box, but then figured out that they are sending the call to an extension that matches my number with them, in the
2007 Jan 18
1
Queues Question
Hi all, I have configured the queue below, but when I go into the queue, asterisk does not announce hold time: [support] musiconhold=>default strategy=ringall context=check_time timeout=20 wrapuptime=1 maxlen=3 announce-frequency=5 announce-holdtime=yes joinempty=no leavewhenempty=yes reportholdtime=yes I've tried changing timeout, announce-frequency, but still the same; queue works correctly except for absence of announcing hold time, etc. Also note that reporthold...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...static void __init setup_ioapic_ids_from * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -static int __init timer_irq_works(void) +int __init timer_irq_works(void) { unsigned long t1 = jiffies; @@ -2285,7 +2286,7 @@ static inline void check_timer(void) * Ok, does IRQ0 through the IOAPIC work? */ unmask_IO_APIC_irq(0); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { if (nmi_watchdog == NMI_IO_APIC) { disable_8259A_irq(0); setup_nmi(); @@ -2307,7 +2308,7 @@ static inline void check_timer(void) * lega...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...static void __init setup_ioapic_ids_from * - if this function detects that timer IRQs are defunct, then we fall * back to ISA timer IRQs */ -static int __init timer_irq_works(void) +int __init timer_irq_works(void) { unsigned long t1 = jiffies; @@ -2285,7 +2286,7 @@ static inline void check_timer(void) * Ok, does IRQ0 through the IOAPIC work? */ unmask_IO_APIC_irq(0); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { if (nmi_watchdog == NMI_IO_APIC) { disable_8259A_irq(0); setup_nmi(); @@ -2307,7 +2308,7 @@ static inline void check_timer(void) * lega...
2017 Jan 11
0
[ANNOUNCE] xorg-server 1.19.1
...Olivier Fourdan (2):       glamor: restore vfunc handlers on init failure       xwayland: Fix use after free of cursors Pekka Paalanen (1):       test: fix distributing scripts Peter Hutterer (2):       Xi: when creating a new master device, update barries for all clients       os: return 0 from check_timers if we touched any of them Qiang Yu (2):       xfree86: fix wrong usage of xf86optionListMerge       randr: fix xserver crash when xrandr setprovideroutputsource Rhys Kidd (1):       test: Fix stray Makefile reference to removed os test Rui Matos (1):       xwayland: Don't send KeyRelease e...
2009 Sep 30
0
[PATCH] Disable HPET broadcast mode on kexec
...ate 1254298855 0 # Node ID 5215da46d60f95d57244e709cb3b189caffec50c # Parent 6472342c8ab0789b844714bcf557e9e5eeacca42 Disable HPET broadcast mode on kexec. Without this the new kernel cannot receive timer interrupts from the legacy sources. Hangs are observed in the second kernel''s "check_timer()" routing or at "Checking ''hlt'' instruction." Signed-off-by: Ian Campbell <ian.campbell@citrix.com> diff -r 6472342c8ab0 -r 5215da46d60f xen/arch/x86/crash.c --- a/xen/arch/x86/crash.c Wed Sep 30 08:51:21 2009 +0100 +++ b/xen/arch/x86/crash.c Wed Sep 30 08...
2004 Jun 28
0
Broken BIOS time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have a BIOS that has a broken timer. I think tho that the user tick interrupt 1ch works. I was trying to write four functions in assembler to fix the problem. new_timer check_timer install_timer uninstall_timer The check timer was going to simply get the value of BIOS_timer use int 15h function 86h to sleep 1 tick then compare the two values. If they were different then the timer is OK. the new_timer was simply going to increment a variable. the install function was goin...
2018 Aug 07
0
[ANNOUNCE] xorg-server 1.20.1
...s to all who contributed to this release! Adam Jackson (1): xserver 1.20.1 Alexander Volkov (1): Xext/shm: Refuse to work for remote clients Bas Nieuwenhuizen (1): DRI2: Sync radeonsi_pci_ids.h from Mesa Damien Leone (1): os: Recompute whether any clients are ready after check_timers() Dave Airlie (1): xwayland: fix typo in non-modifier fallback path John Lumby (1): Change the DPMS initialization to be conditional on not set from config Jon Turney (4): meson: install xwinclip and Xwinrc man pages meson: don't install xorg wrapper manpages if sui...
2007 Apr 18
2
refactoring io_apic.c
...- -/* - * This code may look a bit paranoid, but it's supposed to cooperate with - * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ - * is so screwy. Thanks to Brian Perkins for testing/hacking this beast - * fanatically on his truly buggy board. - */ -static inline void check_timer(void) -{ - int pin1, pin2; - int vector; - - /* - * get/set the timer IRQ vector: - */ - disable_8259A_irq(0); - vector = assign_irq_vector(0); - set_intr_gate(vector, interrupt[0]); - - /* - * Subtle, code in do_timer_interrupt() expects an AEOI - * mode for the 8259A whenever interrupts are...
2007 Apr 18
2
refactoring io_apic.c
...- -/* - * This code may look a bit paranoid, but it's supposed to cooperate with - * a wide range of boards and BIOS bugs. Fortunately only the timer IRQ - * is so screwy. Thanks to Brian Perkins for testing/hacking this beast - * fanatically on his truly buggy board. - */ -static inline void check_timer(void) -{ - int pin1, pin2; - int vector; - - /* - * get/set the timer IRQ vector: - */ - disable_8259A_irq(0); - vector = assign_irq_vector(0); - set_intr_gate(vector, interrupt[0]); - - /* - * Subtle, code in do_timer_interrupt() expects an AEOI - * mode for the 8259A whenever interrupts are...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...os: Add epoll-like port implementation for Solaris composite: Propagate damagedDescendants when reparented composite: Fix use-after-free in compReparentWindow Peter Hutterer (14): Xi: when creating a new master device, update barries for all clients os: return 0 from check_timers if we touched any of them xwayland: replace hardcoded function name with __func__ in error msg os: log a bug whenever WriteToClient is called from the input thread xwayland: handle button events after motion events xwayland: add tablet pad support Makefile.am: add th...
2010 May 02
2
samba4 make error - drsblobs.so
...mpiling torture/smb2/durable_open.c Compiling torture/smb2/oplock.c Compiling torture/smb2/dir.c torture/smb2/dir.c:550:1: warning: macro "CHECK_UNIX_NAME" is not used torture/smb2/dir.c:509:1: warning: macro "CHECK_STR" is not used torture/smb2/dir.c:478:1: warning: macro "CHECK_TIME" is not used Compiling torture/smb2/lease.c Compiling torture/smb2/create.c torture/smb2/create.c:116:1: warning: macro "SET_ATTRIB" is not used torture/smb2/create.c:59:1: warning: macro "CHECK_TIME" is not used Compiling torture/smb2/acls.c torture/smb2/acls.c: In functio...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c