Searched refs:srcu_idx (Results 1 – 4 of 4) sorted by relevance
20 unsigned long srcu_idx; /* Current reader array element in bit 0x2. */ member68 idx = ((READ_ONCE(ssp->srcu_idx) + 1) & 0x2) >> 1; in __srcu_read_lock()90 idx = ((data_race(READ_ONCE(ssp->srcu_idx)) + 1) & 0x2) >> 1; in srcu_torture_stats_print()95 data_race(READ_ONCE(ssp->srcu_idx)), in srcu_torture_stats_print()
97 unsigned int srcu_idx; /* Current rdr array element. */ member
608 struct dm_table *dm_get_live_table(struct mapped_device *md, int *srcu_idx);609 void dm_put_live_table(struct mapped_device *md, int srcu_idx);
404 int srcu_idx; member