Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Devent.h356 void knlist_add(struct knlist *knl, struct knote *kn, int islocked);
357 void knlist_remove(struct knlist *knl, struct knote *kn, int islocked);
364 int islocked, int killkn);
365 #define knlist_clear(knl, islocked) \ argument
366 knlist_cleardel((knl), NULL, (islocked), 0)
367 #define knlist_delete(knl, td, islocked) \ argument
368 knlist_cleardel((knl), (td), (islocked), 1)
/freebsd/sys/kern/
H A Dkern_event.c325 #define KNL_ASSERT_LOCK(knl, islocked) do { \ argument
326 if (islocked) \
2620 knlist_add(struct knlist *knl, struct knote *kn, int islocked) in knlist_add() argument
2623 KNL_ASSERT_LOCK(knl, islocked); in knlist_add()
2630 if (!islocked) in knlist_add()
2633 if (!islocked) in knlist_add()
2671 knlist_remove(struct knlist *knl, struct knote *kn, int islocked) in knlist_remove() argument
2674 knlist_remove_kq(knl, kn, islocked, 0); in knlist_remove()
2785 knlist_cleardel(struct knlist *knl, struct thread *td, int islocked, int killkn) in knlist_cleardel() argument
2791 if (islocked) in knlist_cleardel()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c942 krb5_boolean islocked; member
954 curs->islocked = TRUE; in curs_lock()
963 curs->islocked = FALSE; in curs_unlock()
977 curs->islocked = FALSE; in curs_init()
1104 if (curs->islocked) in curs_fini()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c6202 int error = 0, islocked, layoutlen, layouttype, recalled, retonclose; in nfsrpc_getlayout() local
6218 islocked = 0; in nfsrpc_getlayout()
6236 islocked = 1; in nfsrpc_getlayout()
6251 else if (islocked != 0) in nfsrpc_getlayout()
8328 int error, islocked, layoutlen, recalled, retonclose, usecurstateid; in nfsrpc_getopenlayout() local
8347 islocked = 0; in nfsrpc_getopenlayout()
8349 islocked = 1; in nfsrpc_getopenlayout()
8351 islocked = 2; in nfsrpc_getopenlayout()
8374 &islocked, cred, p); in nfsrpc_getopenlayout()
8378 if (islocked == 2) in nfsrpc_getopenlayout()
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c651 struct vnode *dp, int islocked, struct nfsexstuff *exp, in nfsvno_namei() argument
669 if (islocked) in nfsvno_namei()
677 if (islocked) in nfsvno_namei()