Home
last modified time | relevance | path

Searched refs:refs (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/kernel/
Dmodule.c520 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/
Dlocking121 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/
Dmodule.h74 struct module_ref *refs; member
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c1398 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c2787 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c3278 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c1416 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c3542 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c3491 for (nrefs = 0, ref = mod->refs; ref ; ++nrefs, ref = ref->next_ref) { in qm_refs()