Searched refs:FUTEX_OP_CMP_LE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ | ||
| H A D | linux_futex.h | 69 #define FUTEX_OP_CMP_LE 3 /* if (oldval <= CMPARG) wake */ macro |
| H A D | linux_futex.c | 722 case FUTEX_OP_CMP_LE: in futex_atomic_op() |