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.c38 spinlock_t socket_lock; member
273 spin_lock(&bedata->socket_lock); in pvcalls_front_destroy_active()
276 spin_unlock(&bedata->socket_lock); in pvcalls_front_destroy_active()
335 spin_lock(&bedata->socket_lock); in pvcalls_front_socket()
340 spin_unlock(&bedata->socket_lock); in pvcalls_front_socket()
364 spin_unlock(&bedata->socket_lock); in pvcalls_front_socket()
490 spin_lock(&bedata->socket_lock); in pvcalls_front_connect()
493 spin_unlock(&bedata->socket_lock); in pvcalls_front_connect()
513 spin_unlock(&bedata->socket_lock); in pvcalls_front_connect()
730 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 …]