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

/freebsd-10.2-release/sys/sys/
H A Devent.h250 extern void knlist_add(struct knlist *knl, struct knote *kn, int islocked);
251 extern void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
261 int islocked, int killkn);
262 #define knlist_clear(knl, islocked) \
263 knlist_cleardel((knl), NULL, (islocked), 0)
264 #define knlist_delete(knl, td, islocked) \
265 knlist_cleardel((knl), (td), (islocked), 1)
/freebsd-10.2-release/sys/kern/
H A Dkern_event.c234 #define KNL_ASSERT_LOCK(knl, islocked) do { \
235 if (islocked) \
1909 knlist_add(struct knlist *knl, struct knote *kn, int islocked) argument
1911 KNL_ASSERT_LOCK(knl, islocked);
1915 if (!islocked)
1918 if (!islocked)
1952 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) argument
1955 knlist_remove_kq(knl, kn, islocked, 0);
2107 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) argument
2112 if (islocked)
[all...]
/freebsd-10.2-release/sys/fs/nandfs/
H A Dnandfs_subr.c1109 int islocked; local
1111 islocked = VOP_ISLOCKED(vp);
1112 return (islocked == LK_EXCLUSIVE || islocked == LK_SHARED);
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c339 struct vnode *dp, int islocked, struct nfsexstuff *exp, struct thread *p,
357 if (islocked)
365 if (islocked)
338 nfsvno_namei(struct nfsrv_descript *nd, struct nameidata *ndp, struct vnode *dp, int islocked, struct nfsexstuff *exp, struct thread *p, struct vnode **retdirp) argument
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5101 int error = 0, islocked, layoutlen, recalled, retonclose; local
5112 islocked = 0;
5129 islocked = 1;
5166 } else if (islocked != 0)

Completed in 128 milliseconds