Searched refs:FIVE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/lib/ |
D | test_xarray.c | 380 void *FIVE = xa_mk_value(5); 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() 390 XA_BUG_ON(xa, xa_cmpxchg(xa, 5, FIVE, NULL, GFP_KERNEL) != NULL); in check_cmpxchg() 391 XA_BUG_ON(xa, xa_cmpxchg(xa, 5, NULL, FIVE, GFP_KERNEL) != NULL); in check_cmpxchg()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | unicode.rst | 162 U+F8F5 KLINGON DIGIT FIVE
|