Can anyone tell, what is the function defined in kernel for
putting the process to sleep in exclusive mode (TASK_EXLUSIVE). Rubini’s book talk about it in chapter 5 (ioctl), but
does not tell which kernel function to call for putting the process to sleep in
exclusive mode. I tried to search the sources, found “add_wait_queue_exclisive()”
but could not find the function which calls it for putting the process to sleep
in exclusive mode. If anybody knows, please reply. Regards, Gaurav |