Searched refs:osem (Results 1 – 3 of 3) sorted by relevance
190 BUG_ON(down_trylock(&mlc->osem)); in hp_sdc_mlc_cts()193 up(&mlc->osem); in hp_sdc_mlc_cts()220 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_cts()232 BUG_ON(down_trylock(&mlc->osem)); in hp_sdc_mlc_out()239 up(&mlc->osem); in hp_sdc_mlc_out()248 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()289 priv->trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_out()319 hp_sdc_mlc_priv.trans.act.semaphore = &mlc->osem; in hp_sdc_mlc_init()
697 if (down_trylock(&mlc->osem)) { in hilse_donode()701 up(&mlc->osem); in hilse_donode()917 sema_init(&mlc->osem, 1); in hil_mlc_register()
139 struct semaphore osem; /* Raised when outpacket dispatched */ member