Home
last modified time | relevance | path

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

/drivers/edac/
Dghes_edac.c29 static refcount_t ghes_refcount = REFCOUNT_INIT(0); variable
500 if (refcount_inc_not_zero(&ghes_refcount)) in ghes_edac_register()
576 refcount_set(&ghes_refcount, 1); in ghes_edac_register()
591 if (!refcount_dec_and_test(&ghes_refcount)) in ghes_edac_unregister()