OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_knhash
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
filedesc.h
153
struct klist *
fd_knhash
; /* hash of attached non-fd knotes */
member in struct:filedesc
157
u_long fd_knhashmask; /* size of
fd_knhash
*/
/src/sys/kern/
kern_event.c
1170
KASSERT(fdp->
fd_knhash
!= NULL);
1171
struct klist *list = &fdp->
fd_knhash
[KN_HASH(kntrack->kn_id,
1945
list = &fdp->
fd_knhash
[
2004
fdp->
fd_knhash
= hashinit(KN_HASHSIZE,
2008
list = &fdp->
fd_knhash
[KN_HASH(kn->kn_id,
2718
kqueue_doclose(kq, &fdp->
fd_knhash
[i], -1);
2841
list = &fdp->
fd_knhash
[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
kern_descrip.c
1333
KASSERT(fdp->
fd_knhash
== NULL);
1439
KASSERT(newfdp->
fd_knhash
== NULL);
1644
if (__predict_false(fdp->
fd_knhash
!= NULL)) {
1645
hashdone(fdp->
fd_knhash
, HASH_LIST, fdp->fd_knhashmask);
1646
fdp->
fd_knhash
= NULL;
Completed in 16 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025