schedule_work(9)
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.
schedule_work - put work task in global workqueue
int schedule_work(struct work_struct * work);
This puts a job in the kernel-global workqueue.