Lines Matching defs:delayed_work
651 cancel_delayed_work_sync(&forw_packet->delayed_work);
673 * Caller needs to ensure that forw_packet->delayed_work was initialized.
697 &forw_packet->delayed_work,
710 * Caller needs to ensure that forw_packet->delayed_work was initialized.
729 * Caller needs to ensure that forw_packet->delayed_work was initialized.
787 INIT_DELAYED_WORK(&forw_packet->delayed_work,
853 struct delayed_work *delayed_work;
865 delayed_work = to_delayed_work(work);
866 forw_packet = container_of(delayed_work, struct batadv_forw_packet,
867 delayed_work);