Home
last modified time | relevance | path

Searched refs:LOTS (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/lib/
Dtest_xarray.c382 void *LOTS = xa_mk_value(12345678); in check_cmpxchg() local
387 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, SIX, FIVE, GFP_KERNEL) != LOTS); in check_cmpxchg()
388 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, LOTS, FIVE, GFP_KERNEL) != LOTS); in check_cmpxchg()
389 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, FIVE, LOTS, GFP_KERNEL) != FIVE); in check_cmpxchg()