Searched refs:do_softint (Results 1 – 1 of 1) 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