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

/linux-master/drivers/misc/
H A Dvmw_balloon.c331 * Protected by @comm_lock.
374 * @comm_lock: lock to protect the communication with the host.
376 * Lock ordering: @conf_sem -> @comm_lock .
378 spinlock_t comm_lock; member in struct:vmballoon
778 lockdep_assert_held(&b->comm_lock);
811 * Adds the page to be ballooned. Must be called while holding @comm_lock.
816 lockdep_assert_held(&b->comm_lock);
855 spin_lock(&b->comm_lock);
895 spin_unlock(&b->comm_lock);
1751 spin_lock(&b->comm_lock);
[all...]
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c192 mutex_lock(&data->comm_lock);
221 mutex_unlock(&data->comm_lock);
238 mutex_unlock(&data->comm_lock);
H A Dssp.h169 * @comm_lock: lock protecting the handshake
212 struct mutex comm_lock; member in struct:ssp_data
H A Dssp_dev.c513 mutex_init(&data->comm_lock);
570 mutex_destroy(&data->comm_lock);
595 mutex_destroy(&data->comm_lock);
/linux-master/tools/perf/util/
H A Dthread.h53 struct rw_semaphore comm_lock; local
241 return &RC_CHK_ACCESS(thread)->comm_lock;

Completed in 170 milliseconds