cancel_rearming_dela(9)
NAME
- cancel_rearming_delayed_workqueue - reliably kill off a
- delayed
SYNOPSIS
void cancel_rearming_delayed_workqueue(struct workqueue_struct * wq, struct work_struct * work);
ARGUMENTS
- wq
- the controlling workqueue structure
- work
- the delayed work struct
DESCRIPTION
work whose handler rearms the delayed work.