Searched refs:f_refcount (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/compat/linux/
H A Dlinux_futex.c204 uint32_t f_refcount; member in struct:futex
310 if (--f->f_refcount == 0) {
317 f->f_refcount, f->f_key.shared);
319 "shared %d", f->f_uaddr, f->f_refcount, f->f_key.shared);
328 LIN_SDT_PROBE3(futex, futex_put, unlock, f->f_uaddr, f->f_refcount,
331 f->f_uaddr, f->f_refcount, f->f_key.shared);
380 ++f->f_refcount;
388 f->f_refcount, f->f_key.shared);
390 uaddr, f->f_refcount, f->f_key.shared);
412 tmpf->f_refcount
[all...]

Completed in 199 milliseconds