Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_ctrl.c1292 mutex_lock(&ctrl->crit_sect); in board_replaced()
1326 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1331 mutex_lock(&ctrl->crit_sect); in board_replaced()
1343 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1368 mutex_lock(&ctrl->crit_sect); in board_replaced()
1379 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1394 mutex_lock(&ctrl->crit_sect); in board_replaced()
1405 mutex_unlock(&ctrl->crit_sect); in board_replaced()
1439 mutex_lock(&ctrl->crit_sect); in board_added()
1474 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()
1090 mutex_init(&ctrl->crit_sect); in cpqhpc_probe()
1232 mutex_lock(&ctrl->crit_sect); in cpqhpc_probe()
1277 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
1282 mutex_unlock(&ctrl->crit_sect); in cpqhpc_probe()
Dshpchp_ctrl.c577 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
622 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_enable_slot()
637 mutex_lock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
659 mutex_unlock(&p_slot->ctrl->crit_sect); in shpchp_disable_slot()
Dacpiphp_glue.c207 mutex_init(&slot->crit_sect); in register_slot()
1496 mutex_lock(&slot->crit_sect); in acpiphp_enable_slot()
1514 mutex_unlock(&slot->crit_sect); in acpiphp_enable_slot()
1526 mutex_lock(&slot->crit_sect); in acpiphp_disable_slot()
1539 mutex_unlock(&slot->crit_sect); in acpiphp_disable_slot()
Dacpiphp.h108 struct mutex crit_sect; member
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()