Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/stm/
H A Dcore.c370 static struct mutex stm_pdrv_mutex; variable
402 mutex_lock(&stm_pdrv_mutex); in stm_register_protocol()
424 mutex_unlock(&stm_pdrv_mutex); in stm_register_protocol()
437 mutex_lock(&stm_pdrv_mutex); in stm_unregister_protocol()
452 mutex_unlock(&stm_pdrv_mutex); in stm_unregister_protocol()
472 mutex_lock(&stm_pdrv_mutex); in stm_lookup_protocol()
480 mutex_unlock(&stm_pdrv_mutex); in stm_lookup_protocol()
1330 mutex_init(&stm_pdrv_mutex); in stm_core_init()