Searched refs:f_refcount (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/compat/linux/ |
| HD | linux_futex.c | 200 uint32_t f_refcount; member 286 if (--f->f_refcount == 0) { in futex_put() 292 f->f_refcount, f->f_key.shared); in futex_put() 294 "shared %d", f->f_uaddr, f->f_refcount, f->f_key.shared); in futex_put() 303 LIN_SDT_PROBE3(futex, futex_put, unlock, f->f_uaddr, f->f_refcount, in futex_put() 306 f->f_uaddr, f->f_refcount, f->f_key.shared); in futex_put() 353 ++f->f_refcount; in futex_get0() 360 f->f_refcount, f->f_key.shared); in futex_get0() 362 uaddr, f->f_refcount, f->f_key.shared); in futex_get0() 384 tmpf->f_refcount = 1; in futex_get0() [all …]
|