Lines Matching defs:end
134 unsigned long start, end;
140 end = start + __mod_tree_size(n);
141 if (val >= end)
1810 static void module_remove_modinfo_attrs(struct module *mod, int end);
1848 static void module_remove_modinfo_attrs(struct module *mod, int end)
1854 if (end >= 0 && i > end)
1856 /* pick a field to test for end of list */
1977 static void module_remove_modinfo_attrs(struct module *mod, int end)
2167 * init memory is freed at the end of do_init_module().
2769 /* Put symbol section at end of init part of module. */
2788 /* Append room for core symbols at end of core part. */
2796 /* Put string table section at end of init part of module. */
2802 /* We'll tack temporary mod_kallsyms on the end. */
3975 * off the sig length at the end of the module, making
4267 /* At worse, next value is at end of module */