Lines Matching defs:thread
83 Robert Kuebel - Save kernel thread from dying on any signal.
616 struct delayed_work thread;
1030 INIT_DELAYED_WORK(&tp->thread, rtl8139_thread);
1121 cancel_delayed_work_sync(&tp->thread);
1611 container_of(work, struct rtl8139_private, thread.work);
1627 schedule_delayed_work(&tp->thread, thr_delay);
1643 schedule_delayed_work(&tp->thread, next_tick);
1657 container_of(work, struct rtl8139_private, thread.work);
1709 INIT_DELAYED_WORK(&tp->thread, rtl8139_thread);
1710 schedule_delayed_work(&tp->thread, next_tick);
2150 /* The interrupt handler does all of the Rx thread work and cleans up
2151 after the Tx thread. */