Searched refs:ghes_init (Results 1 – 2 of 2) sorted by relevance
29 static atomic_t ghes_init = ATOMIC_INIT(0); variable478 if (atomic_inc_return(&ghes_init) > 1) in ghes_edac_register()556 if (atomic_dec_return(&ghes_init)) in ghes_edac_unregister()
1312 static int __init ghes_init(void) in ghes_init() function1354 device_initcall(ghes_init);