Searched refs:old_pgste (Results 1 – 1 of 1) sorted by relevance
849 union pgste old_pgste; in pgste_get_trylock() local853 old_pgste.val = __atomic64_or_barrier(PGSTE_PCL_BIT, &pgstep->val); in pgste_get_trylock()854 if (old_pgste.pcl) in pgste_get_trylock()856 old_pgste.pcl = 1; in pgste_get_trylock()857 *res = old_pgste; in pgste_get_trylock()