Scroll to navigation

SCHEDULE_WORK_ON(9) Driver Basics SCHEDULE_WORK_ON(9)

NAME

schedule_work_on - put work task on a specific cpu

SYNOPSIS

bool schedule_work_on(int cpu, struct work_struct * work);

ARGUMENTS

cpu
cpu to put the work task on
work
job to be done

DESCRIPTION

This puts a job on a specific cpu

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.