Home
last modified time | relevance | path

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

/openbmc/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()
329 spin_unlock(&bedata->socket_lock); in pvcalls_front_socket()
451 spin_lock(&bedata->socket_lock); in pvcalls_front_connect()
685 spin_lock(&bedata->socket_lock); in pvcalls_front_bind()
740 spin_lock(&bedata->socket_lock); in pvcalls_front_listen()
841 spin_lock(&bedata->socket_lock); in pvcalls_front_accept()
944 spin_lock(&bedata->socket_lock); in pvcalls_front_poll_passive()
[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()
388 up(&fedata->socket_lock); in pvcalls_new_active_socket()
502 up(&fedata->socket_lock); in pvcalls_back_release()
505 up(&fedata->socket_lock); in pvcalls_back_release()
660 up(&fedata->socket_lock); in pvcalls_back_bind()
698 up(&fedata->socket_lock); in pvcalls_back_listen()
727 up(&fedata->socket_lock); in pvcalls_back_accept()
775 up(&fedata->socket_lock); in pvcalls_back_poll()
[all …]
/openbmc/linux/drivers/isdn/mISDN/
H A Dl1oip_core.c323 spin_lock(&hc->socket_lock); in l1oip_socket_send()
325 spin_unlock(&hc->socket_lock); in l1oip_socket_send()
331 spin_unlock(&hc->socket_lock); in l1oip_socket_send()
700 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
702 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
721 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
724 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
726 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
729 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
1293 spin_lock_init(&hc->socket_lock); in init_card()
H A Dl1oip.h74 spinlock_t socket_lock; /* access sock outside thread */ member