Searched defs:sof_module_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c59 * Modules are created by sof_register() and placed in sof_module_list,
84 * sof_module_list -> sof_module_t -> ... -> sof_module_t
89 static list_t sof_module_list; /* list of loaded filter modules */ variable
149 list_create(&sof_module_list, sizeof (sof_module_t),
1173 for (ent = list_head(&sof_module_list); ent != NULL;
1174 ent = list_next(&sof_module_list, ent))
1472 list_insert_tail(&sof_module_list, mod);
1494 list_remove(&sof_module_list, mod);

Completed in 48 milliseconds