Test whether a work is currently pending or running
unsigned int work_busy(struct work_struct * work);
work
the work to be tested
Test whether work is currently pending or running. There is no synchronization around this function and the test result is unreliable and only useful as advisory hints or for debugging.
OR'd bitmask of WORK_BUSY_* bits.