HomeSort by relevance Sort by last modified time
    Searched defs:old_sys_init_module (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/ia64/
op_syscalls.c 50 asmlinkage static long (*old_sys_init_module)(char const *, struct module *); variable
341 old_sys_init_module = (void *)&fdesc_init_module;
380 ((struct fdesc *)old_sys_init_module)->ip;
  /external/oprofile/module/x86/
op_syscalls.c 43 asmlinkage static long (*old_sys_init_module)(char const *, struct module *); variable
278 ret = old_sys_init_module(name_user, mod_user);
322 old_sys_init_module = sys_call_table[__NR_init_module];
350 sys_call_table[__NR_init_module] = old_sys_init_module;

Completed in 634 milliseconds