Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hil/
Dhp_sdc_mlc.c68 up(&mlc->isem); in hp_sdc_mlc_isr()
123 up(&(mlc->isem)); in hp_sdc_mlc_isr()
141 if (down_trylock(&(mlc->isem))) { in hp_sdc_mlc_in()
161 up(&(mlc->isem)); in hp_sdc_mlc_in()
166 up(&(mlc->isem)); in hp_sdc_mlc_in()
183 if (down_trylock(&(mlc->isem))) { in hp_sdc_mlc_cts()
189 up(&(mlc->isem)); in hp_sdc_mlc_cts()
192 up(&(mlc->isem)); in hp_sdc_mlc_cts()
Dhil_mlc.c559 if (down_trylock(&(mlc->isem))) BUG(); in hilse_setup_input()
860 init_MUTEX(&(mlc->isem)); in hil_mlc_register()
/linux-2.4.37.9/include/linux/
Dhil_mlc.h143 struct semaphore isem; /* Raised when a packet arrives */ member