Searched refs:h_bwlock (Results 1 – 2 of 2) sorted by relevance
89 spin_lock_init(&hubinfo->h_bwlock); in hub_pio_init()94 sv_init(&hubinfo->h_bwwait, &hubinfo->h_bwlock, SV_ORDER_FIFO | SV_MON_SPIN); in hub_pio_init()173 spin_lock(&hubinfo->h_bwlock); in hub_piomap_alloc()193 spin_unlock(&hubinfo->h_bwlock); in hub_piomap_alloc()267 spin_unlock(&hubinfo->h_bwlock); in hub_piomap_alloc()302 spin_lock(&hubinfo->h_bwlock); in hub_piomap_free()320 spin_unlock(&hubinfo->h_bwlock); in hub_piomap_free()
180 spinlock_t h_bwlock; /* guard big window piomap's */ member