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

/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c453 spin_lock_init(&filp->f_kqlock);
454 knlist_init(&filp->f_selinfo.si_note, &filp->f_kqlock,
1094 spin_lock(&filp->f_kqlock);
1100 spin_unlock(&filp->f_kqlock);
1108 spin_lock(&filp->f_kqlock);
1110 spin_unlock(&filp->f_kqlock);
1118 mtx_assert(&filp->f_kqlock.m, MA_OWNED);
1128 mtx_assert(&filp->f_kqlock.m, MA_OWNED);
1163 spin_lock(&filp->f_kqlock);
1177 spin_unlock(&filp->f_kqlock);
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h107 spinlock_t f_kqlock; member in struct:linux_file

Completed in 76 milliseconds