schedule_work

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

schedule_work - put work task in global workqueue

SYNOPSIS

int schedule_work(struct work_struct * work);

ARGUMENTS

work

job to be done

DESCRIPTION

This puts a job in the kernel-global workqueue.