Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/mISDN/
Dl1oip_core.c335 spin_lock(&hc->socket_lock); in l1oip_socket_send()
337 spin_unlock(&hc->socket_lock); in l1oip_socket_send()
343 spin_unlock(&hc->socket_lock); in l1oip_socket_send()
717 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
719 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
742 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
745 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
747 spin_lock(&hc->socket_lock); in l1oip_socket_thread()
750 spin_unlock(&hc->socket_lock); in l1oip_socket_thread()
1307 spin_lock_init(&hc->socket_lock); in init_card()
Dl1oip.h72 spinlock_t socket_lock; /* access sock outside thread */ member