Searched refs:FIVE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/lib/ |
D | test_xarray.c | 406 void *FIVE = xa_mk_value(5); 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() 416 XA_BUG_ON(xa, xa_cmpxchg(xa, 5, FIVE, NULL, GFP_KERNEL) != NULL); in check_cmpxchg() 417 XA_BUG_ON(xa, xa_cmpxchg(xa, 5, NULL, FIVE, GFP_KERNEL) != NULL); in check_cmpxchg() 418 XA_BUG_ON(xa, xa_insert(xa, 5, FIVE, GFP_KERNEL) != -EBUSY); in check_cmpxchg() 419 XA_BUG_ON(xa, xa_cmpxchg(xa, 5, FIVE, NULL, GFP_KERNEL) != FIVE); in check_cmpxchg() 420 XA_BUG_ON(xa, xa_insert(xa, 5, FIVE, GFP_KERNEL) == -EBUSY); in check_cmpxchg()
|
/Linux-v6.6/Documentation/translations/zh_TW/admin-guide/ |
D | unicode.rst | 150 U+F8F5 KLINGON DIGIT FIVE
|
/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/ |
D | unicode.rst | 147 U+F8F5 KLINGON DIGIT FIVE
|
/Linux-v6.6/Documentation/admin-guide/ |
D | unicode.rst | 161 U+F8F5 KLINGON DIGIT FIVE
|