Home
last modified time | relevance | path

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

/linux-3.4.99/net/can/
Dbcm.c102 struct tasklet_struct tsklet, thrtsklet; member
613 tasklet_schedule(&op->thrtsklet); in bcm_rx_thr_handler()
711 if (op->thrtsklet.func) in bcm_remove_op()
712 tasklet_kill(&op->thrtsklet); in bcm_remove_op()
1102 tasklet_init(&op->thrtsklet, bcm_rx_thr_tsklet, in bcm_rx_setup()