Lines Matching defs:delayed_work
645 cancel_delayed_work_sync(&forw_packet->delayed_work);
667 * Caller needs to ensure that forw_packet->delayed_work was initialized.
691 &forw_packet->delayed_work,
704 * Caller needs to ensure that forw_packet->delayed_work was initialized.
723 * Caller needs to ensure that forw_packet->delayed_work was initialized.
774 INIT_DELAYED_WORK(&forw_packet->delayed_work,
1055 struct delayed_work *delayed_work;
1060 delayed_work = to_delayed_work(work);
1061 forw_packet = container_of(delayed_work, struct batadv_forw_packet,
1062 delayed_work);