From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 19:46:43 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EE49106567A for ; Fri, 5 Dec 2008 19:46:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 42E248FC1B for ; Fri, 5 Dec 2008 19:46:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mB5JkF7f003441; Fri, 5 Dec 2008 20:46:15 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mB5JkFfq003438; Fri, 5 Dec 2008 20:46:15 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 5 Dec 2008 20:46:15 +0100 (CET) From: Wojciech Puchar To: Giorgos Keramidas In-Reply-To: <871vwmv3er.fsf@kobe.laptop> Message-ID: <20081205204604.M3415@wojtek.tensor.gdynia.pl> References: <20081205193446.B2902@wojtek.tensor.gdynia.pl> <871vwmv3er.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: what is umtxn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2008 19:46:43 -0000 >> 100% CPU. >> >> it was still answering calls. >> >> what's umtxn exactly? > > A kernel lock operation. ``procstat -k PID'' may show more details > about the in-kernel stack of the process that spins on the lock. > > thank you.