Searched refs:wake_index (Results 1 – 2 of 2) sorted by relevance
76 int i, wake_index; in blk_mq_tag_wakeup_all() local79 wake_index = atomic_read(&bt->wake_index); in blk_mq_tag_wakeup_all()81 struct bt_wait_state *bs = &bt->bs[wake_index]; in blk_mq_tag_wakeup_all()86 wake_index = bt_index_inc(wake_index); in blk_mq_tag_wakeup_all()356 int i, wake_index; in bt_wake_ptr() local358 wake_index = atomic_read(&bt->wake_index); in bt_wake_ptr()360 struct bt_wait_state *bs = &bt->bs[wake_index]; in bt_wake_ptr()363 int o = atomic_read(&bt->wake_index); in bt_wake_ptr()364 if (wake_index != o) in bt_wake_ptr()365 atomic_cmpxchg(&bt->wake_index, o, wake_index); in bt_wake_ptr()[all …]
27 atomic_t wake_index; member