Searched refs:refs (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/kernel/ |
D | module.c | 520 mod->refs = NULL; in sys_init_module() 549 dep->next_ref = d->refs; in sys_init_module() 550 d->refs = dep; in sys_init_module() 629 if (mod->refs != NULL) in sys_delete_module() 651 if (mod->refs == NULL in sys_delete_module() 779 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs() 1062 for (pp = &dep->dep->refs; *pp != dep; pp = &(*pp)->next_ref) in free_module() 1065 if (tag_freed && dep->dep->refs == NULL) in free_module() 1145 if ((ref = mod->refs) != NULL) { in get_module_list()
|
/linux-2.4.37.9/Documentation/vm/ |
D | locking | 121 calling is_page_shared (else processes might switch their swap_count refs 122 to the page count refs, after the page count ref has been snapshotted).
|
/linux-2.4.37.9/include/linux/ |
D | module.h | 74 struct module_ref *refs; member
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | sys_parisc32.c | 1398 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 2787 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | linux32.c | 3278 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | sys_ppc32.c | 1416 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sys_sparc32.c | 3542 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | linux32.c | 3491 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
|