Home
last modified time | relevance | path

Searched refs:ilk (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_rangelock.c148 mtx_assert(ilk, MA_OWNED); in rangelock_unlock_locked()
171 mtx_unlock(ilk); in rangelock_unlock_locked()
184 mtx_lock(ilk); in rangelock_unlock()
193 off_t end, struct mtx *ilk) in rangelock_unlock_range() argument
204 mtx_lock(ilk); in rangelock_unlock_range()
211 mtx_unlock(ilk); in rangelock_unlock_range()
221 struct mtx *ilk, bool trylock) in rangelock_enqueue() argument
239 mtx_lock(ilk); in rangelock_enqueue()
269 mtx_unlock(ilk); in rangelock_enqueue()
282 struct mtx *ilk) in rangelock_tryrlock() argument
[all …]
H A Dkern_lock.c192 class = LOCK_CLASS(ilk); in lockmgr_exit()
193 class->lc_unlock(ilk); in lockmgr_exit()
282 class->lc_unlock(ilk); in sleeplk()
791 ilk : NULL); in lockmgr_xlock_hard()
813 class->lc_unlock(ilk); in lockmgr_xlock_hard()
1064 ilk : NULL); in lockmgr_lock_flags()
1085 class->lc_unlock(ilk); in lockmgr_lock_flags()
1353 class->lc_unlock(ilk); in __lockmgr_args()
1416 ilk : NULL); in __lockmgr_args()
1595 class->lc_unlock(ilk); in __lockmgr_args()
[all …]
H A Dvfs_default.c529 struct mtx *ilk; local
531 ilk = VI_MTX(vp);
533 &ilk->lock_object, ap->a_file, ap->a_line));
577 struct mtx *ilk; local
591 ilk = VI_MTX(vp);
593 &ilk->lock_object, ap->a_file, ap->a_line));
/f-stack/freebsd/sys/
H A Dlockmgr.h75 struct lock_object *ilk, const char *file, int line);
107 return (__lockmgr_args(lk, flags, (ilk != NULL) ? &ilk->lock_object : in _lockmgr_args()
112 _lockmgr_args_rw(struct lock *lk, u_int flags, struct rwlock *ilk, in _lockmgr_args_rw() argument
116 return (__lockmgr_args(lk, flags, (ilk != NULL) ? &ilk->lock_object : in _lockmgr_args_rw()
124 #define lockmgr(lk, flags, ilk) \ argument
125 _lockmgr_args((lk), (flags), (ilk), LK_WMESG_DEFAULT, \
127 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument
128 _lockmgr_args((lk), (flags), (ilk), (wmesg), (prio), (timo), \
130 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
139 #define lockmgr_rw(lk, flags, ilk) \ argument
[all …]
H A Drangelock.h73 struct mtx *ilk);
75 off_t start, off_t end, struct mtx *ilk);
77 struct mtx *ilk);
79 struct mtx *ilk);
81 struct mtx *ilk);
83 struct mtx *ilk);
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ciu2-defs.h2743 uint64_t ilk : 1;
2771 uint64_t ilk : 1;
2806 uint64_t ilk : 1;
2834 uint64_t ilk : 1;
2869 uint64_t ilk : 1;
2897 uint64_t ilk : 1;
3847 uint64_t ilk : 1;
3875 uint64_t ilk : 1;
3910 uint64_t ilk : 1;
3938 uint64_t ilk : 1;
[all …]
/f-stack/freebsd/mips/cavium/
H A Dfiles.octeon171 contrib/octeon-sdk/cvmx-helper-ilk.c standard
81 contrib/octeon-sdk/cvmx-ilk.c standard