Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dpvcalls-front.c37 spinlock_t socket_lock; member
238 spin_lock(&bedata->socket_lock); in pvcalls_front_destroy_active()
241 spin_unlock(&bedata->socket_lock); in pvcalls_front_destroy_active()
300 spin_lock(&bedata->socket_lock); in pvcalls_front_socket()
305 spin_unlock(&bedata->socket_lock); in pvcalls_front_socket()
329 spin_unlock(&bedata->socket_lock); in pvcalls_front_socket()
452 spin_lock(&bedata->socket_lock); in pvcalls_front_connect()
455 spin_unlock(&bedata->socket_lock); in pvcalls_front_connect()
475 spin_unlock(&bedata->socket_lock); in pvcalls_front_connect()
689 spin_lock(&bedata->socket_lock); in pvcalls_front_bind()
[all …]
H A Dpvcalls-back.c46 struct semaphore socket_lock; member
372 down(&fedata->socket_lock); in pvcalls_new_active_socket()
374 up(&fedata->socket_lock); in pvcalls_new_active_socket()
385 down(&fedata->socket_lock); in pvcalls_new_active_socket()
388 up(&fedata->socket_lock); in pvcalls_new_active_socket()
489 down(&fedata->socket_lock); in pvcalls_back_release()
493 up(&fedata->socket_lock); in pvcalls_back_release()
502 up(&fedata->socket_lock); in pvcalls_back_release()
505 up(&fedata->socket_lock); in pvcalls_back_release()
661 down(&fedata->socket_lock); in pvcalls_back_bind()
[all …]