Searched refs:boot_params_kobj (Results 1 - 1 of 1) sorted by path

/linux-master/arch/x86/kernel/
H A Dksysfs.c375 struct kobject *boot_params_kobj; local
377 boot_params_kobj = kobject_create_and_add("boot_params",
379 if (!boot_params_kobj) {
384 ret = sysfs_create_group(boot_params_kobj, &boot_params_attr_group);
388 ret = create_setup_data_nodes(boot_params_kobj);
394 sysfs_remove_group(boot_params_kobj, &boot_params_attr_group);
396 kobject_put(boot_params_kobj);

Completed in 184 milliseconds