Searched refs:pktlog_mutex (Results 1 – 3 of 3) sorted by relevance
203 mutex_destroy(&pl_info->pktlog_mutex); in pktlog_cleanup()533 mutex_lock(&pl_info->pktlog_mutex); in pktlog_detach()544 mutex_unlock(&pl_info->pktlog_mutex); in pktlog_detach()584 mutex_lock(&pl_info->pktlog_mutex); in __pktlog_open()589 mutex_unlock(&pl_info->pktlog_mutex); in __pktlog_open()596 mutex_unlock(&pl_info->pktlog_mutex); in __pktlog_open()611 mutex_unlock(&pl_info->pktlog_mutex); in __pktlog_open()619 mutex_unlock(&pl_info->pktlog_mutex); in __pktlog_open()671 mutex_lock(&pl_info->pktlog_mutex); in __pktlog_release()677 mutex_unlock(&pl_info->pktlog_mutex); in __pktlog_release()[all …]
610 mutex_init(&pl_info->pktlog_mutex); in pktlog_init()783 mutex_lock(&pl_info->pktlog_mutex); in pktlog_enable()786 mutex_unlock(&pl_info->pktlog_mutex); in pktlog_enable()893 mutex_lock(&pl_info->pktlog_mutex); in pktlog_setsize()895 mutex_unlock(&pl_info->pktlog_mutex); in pktlog_setsize()
98 struct mutex pktlog_mutex; member