Searched refs:sync_work (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c76 struct work_struct sync_work; member in struct:rfkill
918 rfkill = container_of(work, struct rfkill, sync_work);
959 INIT_WORK(&rfkill->sync_work, rfkill_sync_work);
966 schedule_work(&rfkill->sync_work);
999 cancel_work_sync(&rfkill->sync_work);

Completed in 99 milliseconds