Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c240 pthread_mutex_t aux_mutex; /* -/ (also serializes some printf()s */ member
7028 res = sg_finish_io(rep->wr, rep, &clp->aux_mutex); in sg_in_operation()
7045 status = pthread_mutex_lock(&clp->aux_mutex); in sg_in_operation()
7050 status = pthread_mutex_unlock(&clp->aux_mutex); in sg_in_operation()
7097 res = sg_finish_io(rep->wr, rep, &clp->aux_mutex); in sg_out_operation()
7113 status = pthread_mutex_lock(&clp->aux_mutex); in sg_out_operation()
7118 status = pthread_mutex_unlock(&clp->aux_mutex); in sg_out_operation()
7508 status = pthread_mutex_init(&rcoll.aux_mutex, NULL); in do_scsi_sgp_read_write()