Searched refs:orig_work (Results 1 – 2 of 2) sorted by relevance
36 INIT_DELAYED_WORK(&bat_priv->orig_work, purge_orig); in start_purge_timer()37 queue_delayed_work(bat_event_workqueue, &bat_priv->orig_work, 1 * HZ); in start_purge_timer()172 cancel_delayed_work_sync(&bat_priv->orig_work); in originator_free()387 container_of(delayed_work, struct bat_priv, orig_work); in purge_orig()
203 struct delayed_work orig_work; member