linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Fawad Lateef" <fawadlateef@gmail.com>
To: Rahul <rahul.theraja@gmail.com>
Cc: kernelnewbies@nl.linux.org,
	Shakthi Kannan <shakthimaan@gmail.com>,
	linuxppc-embedded@ozlabs.org
Subject: Re: help in block drivers
Date: Tue, 24 Oct 2006 17:14:03 +0500	[thread overview]
Message-ID: <1e62d1370610240514v261e4366j43ff2778555fa7f5@mail.gmail.com> (raw)
In-Reply-To: <ff9652ca0610240237j4c4c3733l15b873890bd56d42@mail.gmail.com>

On 10/24/06, Rahul <rahul.theraja@gmail.com> wrote:
>
>  Can anyone tell me or send me some links that tells about the following
> functions:
>  daemonize, siginitsetinv , recalc_sigpending . Though i googled, i coildnt
> get much information on them.
>

daemonize() -----> is used to make kernel thread without any
user-space resources and in the last it makes thread/process child of
init. see comments above function definition
(http://lxr.free-electrons.com/source/kernel/exit.c#373)


For understanding these sort of functions, just look for kernel_thread
documents on google and there you will find details. You can also get
information in comments above these functions definition. OR do search
for their usage in other places in kernel's code and you will get the
information related to that required function.


>  Thanks in adavance
>  Rahul
>
>


-- 
Fawad Lateef

      reply	other threads:[~2006-10-24 12:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ff9652ca0610190314u32a620b5qd0bd27a1b2700a22@mail.gmail.com>
     [not found] ` <d16b1c80610190808y17c516dl35cfc8ca4a7a42ad@mail.gmail.com>
2006-10-19 16:23   ` help in block drivers Rahul Theraja
2006-10-20  5:13     ` Fawad Lateef
2006-10-22  9:02       ` Rahul
2006-10-24  9:37         ` Rahul
2006-10-24 12:14           ` Fawad Lateef [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e62d1370610240514v261e4366j43ff2778555fa7f5@mail.gmail.com \
    --to=fawadlateef@gmail.com \
    --cc=kernelnewbies@nl.linux.org \
    --cc=linuxppc-embedded@ozlabs.org \
    --cc=rahul.theraja@gmail.com \
    --cc=shakthimaan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).