Name

work_cpu — 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.