Home
last modified time | relevance | path

Searched refs:kernel_kobj (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/kernel/
H A Dksysfs.c249 struct kobject *kernel_kobj; variable
250 EXPORT_SYMBOL_GPL(kernel_kobj);
289 kernel_kobj = kobject_create_and_add("kernel", NULL); in ksysfs_init()
290 if (!kernel_kobj) { in ksysfs_init()
294 error = sysfs_create_group(kernel_kobj, &kernel_attr_group); in ksysfs_init()
300 error = sysfs_create_bin_file(kernel_kobj, &notes_attr); in ksysfs_init()
308 sysfs_remove_group(kernel_kobj, &kernel_attr_group); in ksysfs_init()
310 kobject_put(kernel_kobj); in ksysfs_init()
H A Dkheaders.c53 return sysfs_create_bin_file(kernel_kobj, &kheaders_attr); in ikheaders_init()
58 sysfs_remove_bin_file(kernel_kobj, &kheaders_attr); in ikheaders_cleanup()
H A Dpanic.c126 sysfs_add_file_to_group(kernel_kobj, &warn_count_attr.attr, NULL); in kernel_panic_sysfs_init()
H A Dreboot.c1296 reboot_kobj = kobject_create_and_add("reboot", kernel_kobj); in reboot_ksysfs_init()
/openbmc/linux/fs/configfs/
H A Dmount.c145 err = sysfs_create_mount_point(kernel_kobj, "config"); in configfs_init()
156 sysfs_remove_mount_point(kernel_kobj, "config"); in configfs_init()
167 sysfs_remove_mount_point(kernel_kobj, "config"); in configfs_exit()
/openbmc/linux/kernel/bpf/
H A Dsysfs_btf.c38 btf_kobj = kobject_create_and_add("btf", kernel_kobj); in btf_vmlinux_init()
/openbmc/linux/security/
H A Dinode.c335 retval = sysfs_create_mount_point(kernel_kobj, "security"); in securityfs_init()
341 sysfs_remove_mount_point(kernel_kobj, "security"); in securityfs_init()
/openbmc/linux/samples/kobject/
H A Dkobject-example.c124 example_kobj = kobject_create_and_add("kobject_example", kernel_kobj); in example_init()
H A Dkset-example.c247 example_kset = kset_create_and_add("kset_example", NULL, kernel_kobj); in example_init()
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager.c164 kernel_kobj); in manager_init()
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c150 kernel_kobj); in dma_buf_init_sysfs_statistics()
/openbmc/linux/kernel/trace/
H A Dpreemptirq_delay_test.c200 kernel_kobj); in preemptirq_delay_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dfadump.c1575 fadump_kobj = kobject_create_and_add("fadump", kernel_kobj); in fadump_init_files()
1607 rc = compat_only_sysfs_link_entry_to_kobj(kernel_kobj, fadump_kobj, in fadump_init_files()
1614 rc = compat_only_sysfs_link_entry_to_kobj(kernel_kobj, fadump_kobj, in fadump_init_files()
1619 sysfs_remove_link(kernel_kobj, "fadump_enabled"); in fadump_init_files()
1624 rc = compat_only_sysfs_link_entry_to_kobj(kernel_kobj, in fadump_init_files()
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c540 return sysfs_create_bin_file(kernel_kobj, &bin_attr_bpf_testmod_file); in bpf_testmod_init()
553 return sysfs_remove_bin_file(kernel_kobj, &bin_attr_bpf_testmod_file); in bpf_testmod_exit()
/openbmc/linux/include/linux/
H A Dkobject.h204 extern struct kobject *kernel_kobj;
/openbmc/linux/fs/debugfs/
H A Dinode.c906 retval = sysfs_create_mount_point(kernel_kobj, "debug"); in debugfs_init()
912 sysfs_remove_mount_point(kernel_kobj, "debug"); in debugfs_init()
/openbmc/linux/arch/x86/kernel/
H A Dksysfs.c378 kernel_kobj); in boot_params_ksysfs_init()
/openbmc/linux/crypto/
H A Dpcrypt.c348 pcrypt_kset = kset_create_and_add("pcrypt", NULL, kernel_kobj); in pcrypt_init()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddlpar.c563 return sysfs_create_file(kernel_kobj, &class_attr_dlpar.attr); in dlpar_sysfs_init()
H A Dmobility.c816 mobility_kobj = kobject_create_and_add("mobility", kernel_kobj); in mobility_sysfs_init()
/openbmc/linux/arch/arm/common/
H A DbL_switcher.c725 bL_switcher_kobj = kobject_create_and_add("bL_switcher", kernel_kobj); in bL_switcher_sysfs_init()
/openbmc/linux/net/sunrpc/
H A Dsysfs.c340 rpc_sunrpc_kset = kset_create_and_add("sunrpc", NULL, kernel_kobj); in rpc_sysfs_init()
/openbmc/linux/fs/tracefs/
H A Dinode.c825 retval = sysfs_create_mount_point(kernel_kobj, "tracing"); in tracefs_init()
/openbmc/linux/fs/dlm/
H A Dlockspace.c237 dlm_kset = kset_create_and_add("dlm", &dlm_uevent_ops, kernel_kobj); in dlm_lockspace_init()
/openbmc/linux/kernel/irq/
H A Dirqdesc.c356 irq_kobj_base = kobject_create_and_add("irq", kernel_kobj); in irq_sysfs_init()

12