Searched refs:old_pgste (Results 1 – 1 of 1) sorted by relevance
852 union pgste old_pgste; in pgste_get_trylock() 856 old_pgste.val = __atomic64_or_barrier(PGSTE_PCL_BIT, &pgstep->val); in pgste_get_trylock() 857 if (old_pgste.pcl) in pgste_get_trylock() 859 old_pgste.pcl = 1; in pgste_get_lock() 860 *res = old_pgste; in pgste_get_lock() 847 union pgste old_pgste; pgste_get_trylock() local