OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hl_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_hook.c
65
hook_list_t
hl_list
;
member in struct:khook_list
470
LIST_INIT(&l->
hl_list
);
483
while ((hd = LIST_FIRST(&l->
hl_list
)) != NULL) {
511
LIST_FOREACH(hd, &l->
hl_list
, hk_list) {
545
LIST_FOREACH_SAFE(hd, &l->
hl_list
, hk_list, nexthd) {
569
LIST_INSERT_HEAD(&l->
hl_list
, hd, hk_list);
585
LIST_FOREACH(hd0, &l->
hl_list
, hk_list) {
633
empty = LIST_EMPTY(&l->
hl_list
);
kern_hook.c
65
hook_list_t
hl_list
;
member in struct:khook_list
470
LIST_INIT(&l->
hl_list
);
483
while ((hd = LIST_FIRST(&l->
hl_list
)) != NULL) {
511
LIST_FOREACH(hd, &l->
hl_list
, hk_list) {
545
LIST_FOREACH_SAFE(hd, &l->
hl_list
, hk_list, nexthd) {
569
LIST_INSERT_HEAD(&l->
hl_list
, hd, hk_list);
585
LIST_FOREACH(hd0, &l->
hl_list
, hk_list) {
633
empty = LIST_EMPTY(&l->
hl_list
);
Completed in 22 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025