Home
last modified time | relevance | path

Searched refs:ftx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1225 kmp_futex_lock_t *ftx = (kmp_futex_lock_t *)lock; \
1228 KMP_FSYNC_PREPARE(ftx); \
1231 &(ftx->lk.poll), KMP_LOCK_FREE(futex), \
1235 if (!KMP_COMPARE_AND_STORE_RET32(&(ftx->lk.poll), poll_val, \
1243 if ((rc = syscall(__NR_futex, &(ftx->lk.poll), FUTEX_WAIT, poll_val, \
1249 KMP_FSYNC_ACQUIRED(ftx); \
1255 kmp_futex_lock_t *ftx = (kmp_futex_lock_t *)lock; \
1256 if (KMP_COMPARE_AND_STORE_ACQ32(&(ftx->lk.poll), KMP_LOCK_FREE(futex), \
1258 KMP_FSYNC_ACQUIRED(ftx); \
1268 kmp_futex_lock_t *ftx = (kmp_futex_lock_t *)lock; \
[all …]
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c3050 uint8_t ftx; in musbotg_init() local
3178 ftx = (fsize & MUSB2_MASK_TX_FSIZE); in musbotg_init()
3181 temp, ftx, frx, dynfifo); in musbotg_init()
3201 if (ftx && (temp <= ntx)) { in musbotg_init()
3205 ftx = cfg->ep_fifosz_shift; in musbotg_init()
3216 offset += (1 << ftx); in musbotg_init()
3220 if (frx && ftx && (temp <= nrx) && (temp <= ntx)) { in musbotg_init()
3221 pf->max_in_frame_size = 1 << ftx; in musbotg_init()
3239 } else if (ftx && (temp <= ntx)) { in musbotg_init()
3240 pf->max_in_frame_size = 1 << ftx; in musbotg_init()