OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
1173
KASSERT(fdp->
fd_knhash
!= NULL);
1174
struct klist *list = &fdp->
fd_knhash
[KN_HASH(kntrack->kn_id,
1948
list = &fdp->
fd_knhash
[
2007
fdp->
fd_knhash
= hashinit(KN_HASHSIZE,
2011
list = &fdp->
fd_knhash
[KN_HASH(kn->kn_id,
2721
kqueue_doclose(kq, &fdp->
fd_knhash
[i], -1);
2844
list = &fdp->
fd_knhash
[KN_HASH(kn->kn_id, fdp->fd_knhashmask)];
kern_descrip.c
1336
KASSERT(fdp->
fd_knhash
== NULL);
1442
KASSERT(newfdp->
fd_knhash
== NULL);
1647
if (__predict_false(fdp->
fd_knhash
!= NULL)) {
1648
hashdone(fdp->
fd_knhash
, HASH_LIST, fdp->fd_knhashmask);
1649
fdp->
fd_knhash
= NULL;
Completed in 16 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026