Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/
H A Dvmw_balloon.c268 * Protected by @conf_sem
297 * holding @conf_sem for write.
304 * Protected by @conf_sem.
323 * Protected by @conf_sem.
371 * Protected by @conf_sem.
376 * @conf_sem: semaphore to protect the configuration and the statistics.
378 struct rw_semaphore conf_sem; member
383 * Lock ordering: @conf_sem -> @comm_lock .
1430 down_write(&b->conf_sem); in vmballoon_reset()
1466 up_write(&b->conf_sem); in vmballoon_reset()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dvmw_balloon.c266 * Protected by @conf_sem
295 * holding @conf_sem for write.
302 * Protected by @conf_sem.
321 * Protected by @conf_sem.
364 * Protected by @conf_sem.
369 * @conf_sem: semaphore to protect the configuration and the statistics.
371 struct rw_semaphore conf_sem; member
376 * Lock ordering: @conf_sem -> @comm_lock .
1423 down_write(&b->conf_sem); in vmballoon_reset()
1459 up_write(&b->conf_sem); in vmballoon_reset()
[all...]

Completed in 5 milliseconds