work_cpu(9) return the last known associated cpu for work

SYNOPSIS

unsigned int work_cpu(struct work_struct * work);

ARGUMENTS

work

the work of interest

RETURNS

CPU number if work was ever queued. WORK_CPU_NONE otherwise.

COPYRIGHT