lkml.org 
[lkml]   [2006]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: mark_bh in Linux 2.6.12 kernel
On Wed, Mar 29, 2006 at 04:31:49PM +0530, shiva g wrote:
> Here is the source
>
> static __inline__ void usbd_schedule_device_bh(struct usb_device_instance
> *device)
> {
> if (device && (device->status != USBD_CLOSING) &&
> !device->device_bh.sync) {
> queue_task(&device->device_bh, &tq_immediate);
> mark_bh(IMMEDIATE_BH);
> }
> }
>
> Also,in the below code, will replacing "schedule_task" simply by
> "schedule_work" work?
> static __inline__ void usbd_schedule_function_bh(struct usb_device_instance
> *device)
> {
> if (device && (device->status != USBD_CLOSING) &&
> !device->function_bh.sync) {
> schedule_task(&device->function_bh);
> }
>

Have a look at http://lwn.net/images/pdf/LDD3/ch10.pdf

It should answer your questions.

Peter

--
Peter Hagervall......................email: hager@cs.umu.se
Department of Computing Science........tel: +46(0)90 786 7018
University of Umeå, SE-901 87 Umeå.....fax: +46(0)90 786 6126
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-29 15:06    [W:0.223 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site