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

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h76 spinlock fSpinlock; member in class:AHCIPort
H A Dahci_port.cpp85 B_INITIALIZE_SPINLOCK(&fSpinlock);
392 acquire_spinlock(&fSpinlock);
397 release_spinlock(&fSpinlock);
465 acquire_spinlock(&fSpinlock);
470 release_spinlock(&fSpinlock);
559 acquire_spinlock(&fSpinlock);
561 release_spinlock(&fSpinlock);
1233 acquire_spinlock(&fSpinlock);
1237 release_spinlock(&fSpinlock);
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h252 spinlock fSpinlock; member in class:XHCI
H A Dxhci.cpp370 B_INITIALIZE_SPINLOCK(&fSpinlock);
2513 SpinLocker _(&fSpinlock);

Completed in 59 milliseconds