Searched refs:info (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | syscall.c | 8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) in collect_syscall() argument 14 memset(info, 0, sizeof(*info)); in collect_syscall() 15 info->data.nr = -1; in collect_syscall() 25 info->sp = user_stack_pointer(regs); in collect_syscall() 26 info->data.instruction_pointer = instruction_pointer(regs); in collect_syscall() 28 info->data.nr = syscall_get_nr(target, regs); in collect_syscall() 29 if (info->data.nr != -1L) in collect_syscall() 31 (unsigned long *)&info->data.args[0]); in collect_syscall() 62 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall() argument 68 return collect_syscall(target, info); in task_current_syscall() [all …]
|
D | test_kmod.c | 144 struct kmod_test_device_info *info; member 195 static void test_kmod_put_module(struct kmod_test_device_info *info) in test_kmod_put_module() argument 197 struct kmod_test_device *test_dev = info->test_dev; in test_kmod_put_module() 200 if (!info->need_mod_put) in test_kmod_put_module() 207 if (info && info->fs_sync && info->fs_sync->owner) in test_kmod_put_module() 208 module_put(info->fs_sync->owner); in test_kmod_put_module() 214 info->need_mod_put = true; in test_kmod_put_module() 219 struct kmod_test_device_info *info = data; in run_request() local 220 struct kmod_test_device *test_dev = info->test_dev; in run_request() 225 info->ret_sync = request_module("%s", config->test_driver); in run_request() [all …]
|
D | test_objagg.c | 408 struct expect_stats_info info[NUM_KEYS]; member 422 .info = { __VA_ARGS__ } \ 688 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 692 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 698 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 702 &expect_stats->info[pos], NULL); in check_expect_stats_neigh() 723 &expect_stats->info[i], errmsg); in __check_expect_stats() 727 &expect_stats->info[i], errmsg); in __check_expect_stats()
|
D | kobject_uevent.c | 271 static void cleanup_uevent_env(struct subprocess_info *info) in cleanup_uevent_env() argument 273 kfree(info->data); in cleanup_uevent_env() 599 struct subprocess_info *info; in kobject_uevent_env() local 613 info = call_usermodehelper_setup(env->argv[0], env->argv, in kobject_uevent_env() 616 if (info) { in kobject_uevent_env() 617 retval = call_usermodehelper_exec(info, UMH_NO_WAIT); in kobject_uevent_env()
|
D | Kconfig.debug | 172 bool "Compile the kernel with debug info" 176 debugging info resulting in a larger kernel image. 202 Generate debug info into separate .dwo files. This significantly 218 Generate dwarf4 debug info. This requires recent versions 227 Generate deduplicated BTF type information from DWARF debug info. 229 DWARF type info into equivalent deduplicated BTF type info. 1004 bool "Collect scheduler debugging info"
|