Lines Matching defs:delayed_work
632 cancel_delayed_work_sync(&forw_packet->delayed_work);
654 * Caller needs to ensure that forw_packet->delayed_work was initialized.
678 &forw_packet->delayed_work,
691 * Caller needs to ensure that forw_packet->delayed_work was initialized.
710 * Caller needs to ensure that forw_packet->delayed_work was initialized.
761 INIT_DELAYED_WORK(&forw_packet->delayed_work,
1040 struct delayed_work *delayed_work;
1045 delayed_work = to_delayed_work(work);
1046 forw_packet = container_of(delayed_work, struct batadv_forw_packet,
1047 delayed_work);