Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
H A Dghes_edac.c26 static refcount_t ghes_refcount = REFCOUNT_INIT(0); variable
539 if (refcount_inc_not_zero(&ghes_refcount)) in ghes_edac_register()
633 refcount_set(&ghes_refcount, 1); in ghes_edac_register()
659 if (!refcount_dec_and_test(&ghes_refcount)) in ghes_edac_unregister()
/kernel/linux/linux-6.6/drivers/edac/
H A Dghes_edac.c29 static refcount_t ghes_refcount = REFCOUNT_INIT(0); variable
403 if (refcount_inc_not_zero(&ghes_refcount)) in ghes_edac_register()
494 refcount_set(&ghes_refcount, 1); in ghes_edac_register()
517 if (!refcount_dec_and_test(&ghes_refcount)) in ghes_edac_unregister()

Completed in 3 milliseconds