From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6078C433E0 for ; Fri, 22 May 2020 16:15:15 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 92C1C20663 for ; Fri, 22 May 2020 16:15:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="lkS5JY2j" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92C1C20663 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.93) (envelope-from ) id 1jcAJP-0001is-0z; Fri, 22 May 2020 12:14:19 -0400 Received: from mail-lj1-x236.google.com ([2a00:1450:4864:20::236]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1jcAJN-0001id-GA for kernelnewbies@kernelnewbies.org; Fri, 22 May 2020 12:14:17 -0400 Received: by mail-lj1-x236.google.com with SMTP id z6so13254570ljm.13 for ; Fri, 22 May 2020 09:14:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Fvk3+9xOj4Clp4KrelnLMADTMs/6FCutUfZNOTq4IxE=; b=lkS5JY2j0EE3MmHGJFHc2W8J0OFpMWLGG7Pw0wDXxdC/gXC0S72QCpB26b5McisapN Q4oAV6vYv/H1Si5BfabeMuNgXE2VbvCZzcNFZfGnVSuf6jSaJ9wN0yJHISo1LD/F++ui w5sjOWdKZSawjRnT7A1nWffW+18PqM8QbyZzshQC1uj2JpS1XNX04HohcZnd0qTmVDHI KPrwOjczlXBrz35FstU5BgPUB8xzwOo1MIvtVgvMGjY5lHIJQfLM1LzakfIe7loMqM3p nLFOcgM7I9MKCmyRkqGDyIt0E1WpSnIevyWSqr7O0cRLkdsIhjC9RvJwSuWD2wYtGKE+ Fh+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Fvk3+9xOj4Clp4KrelnLMADTMs/6FCutUfZNOTq4IxE=; b=WjeTwkCFr0lNixngJGjTZRUgew6+cp8PfWshcFm8r9Z3g6eSqUhucOe36esJWoWzNw 1anmfUG7khrci9t3Cf5Kmot/ByKqHfmwjZR0x0JIz13aDK/0uLdh8SoZmSuT2JktU/G+ IkTDzEyT7G+HHp0QgeQdxh6pIN2hYNBSswPsjgakVEzUmqRT+U35o5uHwU9/sM9KBVoH UIcBRAOLpvFKiMqBvap5v3QwxS7iCc7aFGndc64RD1VVQGtHF1BDT2KdCrT5zpe9QTEm PnOWx4XYF3eaB+uSigNLLc8cDplxYKwSSu1G0XO4/xnUiXI7Ji+Hl51AIYBZ99vGJ0Io EV6A== X-Gm-Message-State: AOAM5308zlGIQbJxX7rtgJfygUJ4/zuIiNNFeThjPUl6qX7tCdGVQho9 S8bRZsU/JPqmiXK8/Hf/DOhqrtMiLHSqq3hW3Qf82bwm4g8= X-Google-Smtp-Source: ABdhPJw52yBhWShCcDW7gW6q5q2Low+WqNO3yq/VL7pHwMUBpGxZpEi8bTX1q1rPdh5vtaus32Z3GLJeQsHpJF717wc= X-Received: by 2002:a2e:90da:: with SMTP id o26mr7508279ljg.119.1590163992617; Fri, 22 May 2020 09:13:12 -0700 (PDT) MIME-Version: 1.0 From: William Tambe Date: Fri, 22 May 2020 12:13:01 -0400 Message-ID: Subject: How to find the wait_queue of a task in TASK_INTERRUPTIBLE or TASK_UNINTERRUPTIBLE state To: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org How to find the wait_queue of a task in TASK_INTERRUPTIBLE or TASK_UNINTERRUPTIBLE state ? _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies