Searched refs:do_softint (Results 1 – 2 of 2) sorted by relevance
20 static void do_softint(struct work_struct *work);23 static DECLARE_DELAYED_WORK(work, do_softint);25 static void do_softint(struct work_struct *work) in do_softint() function
2616 do_softint(struct work_struct *work) in do_softint() function4333 INIT_WORK(&info->work, do_softint); in rs_init()