Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/
Dsocket.c136 static atomic_t net_family_lockct = ATOMIC_INIT(0); variable
147 while (atomic_read(&net_family_lockct) != 0) { in net_family_write_lock()
163 atomic_inc(&net_family_lockct); in net_family_read_lock()
169 atomic_dec(&net_family_lockct); in net_family_read_unlock()