Lines Matching refs:work
629 static void do_notify_peers(struct work_struct *work) in do_notify_peers() argument
631 struct lowpan_btle_dev *dev = container_of(work, struct lowpan_btle_dev, in do_notify_peers()
632 notify_peers.work); in do_notify_peers()
783 static void delete_netdev(struct work_struct *work) in delete_netdev() argument
785 struct lowpan_btle_dev *entry = container_of(work, in delete_netdev()
1068 struct work_struct work; member
1072 static void do_enable_set(struct work_struct *work) in do_enable_set() argument
1074 struct set_enable *set_enable = container_of(work, in do_enable_set()
1075 struct set_enable, work); in do_enable_set()
1104 INIT_WORK(&set_enable->work, do_enable_set); in lowpan_enable_set()
1106 schedule_work(&set_enable->work); in lowpan_enable_set()