Searched refs:semOperations (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
H A Dibmphp_hpc.c106 static struct semaphore semOperations; // lock all operations and variable in typeref:struct:semaphore
136 sema_init(&semOperations, 1); ibmphp_hpc_initvars()
798 down (&semOperations); ibmphp_lock_operations()
808 up (&semOperations); ibmphp_unlock_operations()
835 down (&semOperations); poll_hpc()
890 up (&semOperations); poll_hpc()
896 down (&semOperations); poll_hpc()
906 up (&semOperations); poll_hpc()

Completed in 50 milliseconds