Home
last modified time | relevance | path

Searched refs:sync_active (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/scsi/cxlflash/
Dcommon.h239 struct mutex sync_active; /* Mutex to serialize AFU commands */ member
Dmain.c2102 mutex_init(&afu->sync_active); in init_afu()
2293 mutex_lock(&afu->sync_active); in send_afu_cmd()
2348 mutex_unlock(&afu->sync_active); in send_afu_cmd()