schedule_work_on(9) 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