Searched refs:FIVE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_xarray.c | 406 void *FIVE = xa_mk_value(5); in check_cmpxchg() local 415 XA_BUG_ON(xa, xa_cmpxchg(xa, 12345678, FIVE, LOTS, GFP_KERNEL) != FIVE); 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() 429 void *FIVE = xa_mk_value(5); in check_cmpxchg_order() local 439 XA_BUG_ON(xa, xa_load(xa, i) != FIVE); in check_cmpxchg_order() 452 XA_BUG_ON(xa, xa_load(xa, i) != FIVE); in check_cmpxchg_order() 457 XA_BUG_ON(xa, xa_cmpxchg(xa, 0, FIVE, NULL, GFP_KERNEL) != FIVE); in check_cmpxchg_order() 460 XA_BUG_ON(xa, xa_get_order(xa, xa_to_value(FIVE)) != 0); in check_cmpxchg_order() [all …]
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | unicode.rst | 150 U+F8F5 KLINGON DIGIT FIVE
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | unicode.rst | 147 U+F8F5 KLINGON DIGIT FIVE
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | unicode.rst | 161 U+F8F5 KLINGON DIGIT FIVE
|