Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_ctrl.c1291 mutex_lock(&ctrl->crit_sect); in board_replaced()
1325 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1330 mutex_lock(&ctrl->crit_sect); in board_replaced()
1342 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1367 mutex_lock(&ctrl->crit_sect); in board_replaced()
1378 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1393 mutex_lock(&ctrl->crit_sect); in board_replaced()
1404 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1438 mutex_lock(&ctrl->crit_sect); in board_added()
1473 mutex_unlock(&ctrl->crit_sect); in board_added()
[all …]
Dcpqphp_core.c413 mutex_lock(&ctrl->crit_sect); in cpqhp_set_attention_status()
421 mutex_unlock(&ctrl->crit_sect); in cpqhp_set_attention_status()
431 mutex_unlock(&ctrl->crit_sect); in cpqhp_set_attention_status()
1094 mutex_init(&ctrl->crit_sect); in cpqhpc_probe()
1235 mutex_lock(&ctrl->crit_sect); in cpqhpc_probe()
1280 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
1285 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
Dshpchp_ctrl.c576 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
621 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
636 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
658 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
Dshpchp.h103 struct mutex crit_sect; /* critical section mutex */ member
Dcpqphp.h294 struct mutex crit_sect; /* critical section mutex */ member
Dshpchp_hpc.c1015 mutex_init(&ctrl->crit_sect); in shpc_init()