Lines Matching refs:work
597 static void do_notify_peers(struct work_struct *work) in do_notify_peers() argument
599 struct lowpan_btle_dev *dev = container_of(work, struct lowpan_btle_dev, in do_notify_peers()
600 notify_peers.work); in do_notify_peers()
751 static void delete_netdev(struct work_struct *work) in delete_netdev() argument
753 struct lowpan_btle_dev *entry = container_of(work, in delete_netdev()
1027 struct work_struct work; member
1031 static void do_enable_set(struct work_struct *work) in do_enable_set() argument
1033 struct set_enable *set_enable = container_of(work, in do_enable_set()
1034 struct set_enable, work); in do_enable_set()
1065 INIT_WORK(&set_enable->work, do_enable_set); in lowpan_enable_set()
1067 schedule_work(&set_enable->work); in lowpan_enable_set()