Searched refs:f_refcount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_futex.c | 204 uint32_t f_refcount; member 310 if (--f->f_refcount == 0) { in futex_put() 317 f->f_refcount, f->f_key.shared); in futex_put() 319 "shared %d", f->f_uaddr, f->f_refcount, f->f_key.shared); in futex_put() 328 LIN_SDT_PROBE3(futex, futex_put, unlock, f->f_uaddr, f->f_refcount, in futex_put() 331 f->f_uaddr, f->f_refcount, f->f_key.shared); in futex_put() 380 ++f->f_refcount; in futex_get0() 388 f->f_refcount, f->f_key.shared); in futex_get0() 390 uaddr, f->f_refcount, f->f_key.shared); in futex_get0() 412 tmpf->f_refcount = 1; in futex_get0() [all …]
|