Home
last modified time | relevance | path

Searched refs:islocked (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Devent.h335 void knlist_add(struct knlist *knl, struct knote *kn, int islocked);
336 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
343 int islocked, int killkn);
344 #define knlist_clear(knl, islocked) \ argument
345 knlist_cleardel((knl), NULL, (islocked), 0)
346 #define knlist_delete(knl, td, islocked) \ argument
347 knlist_cleardel((knl), (td), (islocked), 1)
/freebsd/sys/kern/
H A Dkern_event.c299 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
300 if (islocked) \
2428 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add() argument
2431 KNL_ASSERT_LOCK(knl, islocked); in knlist_add()
2436 if (!islocked) in knlist_add()
2439 if (!islocked) in knlist_add()
2475 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) in knlist_remove() argument
2478 knlist_remove_kq(knl, kn, islocked, 0); in knlist_remove()
2589 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() argument
2595 if (islocked) in knlist_cleardel()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5899 int error = 0, islocked, layoutlen, layouttype, recalled, retonclose; in nfsrpc_getlayout() local
5915 islocked = 0; in nfsrpc_getlayout()
5933 islocked = 1; in nfsrpc_getlayout()
5948 else if (islocked != 0) in nfsrpc_getlayout()
8025 int error, islocked, layoutlen, recalled, retonclose, usecurstateid; in nfsrpc_getopenlayout() local
8044 islocked = 0; in nfsrpc_getopenlayout()
8046 islocked = 1; in nfsrpc_getopenlayout()
8048 islocked = 2; in nfsrpc_getopenlayout()
8071 &islocked, cred, p); in nfsrpc_getopenlayout()
8075 if (islocked == 2) in nfsrpc_getopenlayout()
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c613 struct vnode *dp, int islocked, struct nfsexstuff *exp, in nfsvno_namei() argument
631 if (islocked) in nfsvno_namei()
639 if (islocked) in nfsvno_namei()