Searched refs:LOTS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_xarray.c | 408 void *LOTS = xa_mk_value(12345678); in check_cmpxchg() local 413 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, SIX, FIVE, GFP_KERNEL) != LOTS); in check_cmpxchg() 414 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, LOTS, FIVE, GFP_KERNEL) != LOTS); in check_cmpxchg() 415 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, FIVE, LOTS, GFP_KERNEL) != FIVE); in check_cmpxchg()
|