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.