OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:knote_detach
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
kern_event.c
105
static void
knote_detach
(struct knote *, filedesc_t *fdp, bool);
369
* a knote is so marked). Code paths that lead to
knote_detach
() must ensure
2046
*
knote_detach
() drops fdp->fd_lock
2053
knote_detach
(kn, fdp, false);
2096
/*
knote_detach
() drops fdp->fd_lock */
2097
knote_detach
(kn, fdp, true);
2467
knote_detach
(kn, fdp, true);
2671
knote_detach
(kn, fdp, true);
2810
knote_detach
(kn, fdp, true);
2821
knote_detach
(struct knote *kn, filedesc_t *fdp, bool dofop
function
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026