Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dn_r3964.c276 queue_task(&pInfo->bh_1, &tq_timer); in on_timer_2()
1162 INIT_LIST_HEAD(&pInfo->bh_1.list); in r3964_open()
1163 pInfo->bh_1.sync = 0; in r3964_open()
1164 pInfo->bh_1.routine = &on_timer_1; in r3964_open()
1165 pInfo->bh_1.data = pInfo; in r3964_open()
1172 queue_task(&pInfo->bh_1, &tq_timer); in r3964_open()
1192 if (pInfo->bh_1.sync) in r3964_close()
1193 list_del(&pInfo->bh_1.list); in r3964_close()
/linux-2.4.37.9/include/linux/
Dn_r3964.h215 struct tq_struct bh_1; member