Home
last modified time | relevance | path

Searched refs:kho_out (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/liveupdate/
H A Dkexec_handover.c72 struct kho_out { struct
80 static struct kho_out kho_out = { argument
81 .lock = __MUTEX_INITIALIZER(kho_out.lock),
83 .lock = __MUTEX_INITIALIZER(kho_out.radix_tree.lock),
747 void *root_fdt = kho_out.fdt; in kho_add_subtree()
752 guard(mutex)(&kho_out.lock); in kho_add_subtree()
775 WARN_ON_ONCE(kho_debugfs_blob_add(&kho_out.dbg, name, blob, in kho_add_subtree()
793 void *root_fdt = kho_out.fdt; in kho_remove_subtree()
797 guard(mutex)(&kho_out.lock); in kho_remove_subtree()
814 kho_debugfs_blob_remove(&kho_out.dbg, blob); in kho_remove_subtree()
[all …]