Lines Matching refs:kset
352 boot_kobj->kobj.kset = boot_kset->kset;
391 * @boot_kset: boot kset
416 * @boot_kset: boot kset
442 * @boot_kset: boot kset
468 * @boot_kset: boot kset
504 boot_kset->kset = kset_create_and_add(set_name, NULL, firmware_kobj);
505 if (!boot_kset->kset) {
535 * iscsi_boot_destroy_kset() - destroy kset and kobjects under it
536 * @boot_kset: boot kset
538 * This will remove the kset and kobjects and attrs under it.
551 kset_unregister(boot_kset->kset);