Home
last modified time | relevance | path

Searched refs:thrtsklet (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/can/
Dbcm.c101 struct tasklet_struct tsklet, thrtsklet; member
621 tasklet_schedule(&op->thrtsklet); in bcm_rx_thr_handler()
719 if (op->thrtsklet.func) in bcm_remove_op()
720 tasklet_kill(&op->thrtsklet); in bcm_remove_op()
1107 tasklet_init(&op->thrtsklet, bcm_rx_thr_tsklet, in bcm_rx_setup()