Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dcpqphp_ctrl.c1274 mutex_lock(&ctrl->crit_sect); in board_replaced()
1308 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1313 mutex_lock(&ctrl->crit_sect); in board_replaced()
1325 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1350 mutex_lock(&ctrl->crit_sect); in board_replaced()
1361 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1376 mutex_lock(&ctrl->crit_sect); in board_replaced()
1387 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1420 mutex_lock(&ctrl->crit_sect); in board_added()
1455 mutex_unlock(&ctrl->crit_sect); in board_added()
[all …]
Dcpqphp_core.c386 mutex_lock(&ctrl->crit_sect); in cpqhp_set_attention_status()
394 mutex_unlock(&ctrl->crit_sect); in cpqhp_set_attention_status()
404 mutex_unlock(&ctrl->crit_sect); in cpqhp_set_attention_status()
1034 mutex_init(&ctrl->crit_sect); in cpqhpc_probe()
1175 mutex_lock(&ctrl->crit_sect); in cpqhpc_probe()
1220 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
1225 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
Dshpchp_ctrl.c549 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
594 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
609 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
631 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
Dshpchp.h91 struct mutex crit_sect; /* critical section mutex */ member
Dcpqphp.h280 struct mutex crit_sect; /* critical section mutex */ member
Dshpchp_hpc.c975 mutex_init(&ctrl->crit_sect); in shpc_init()