tag | line | file | source code |
---|---|---|---|
readsem | 76 | include/net/sock.h | struct semaphore readsem; |
readsem | 311 | net/unix/af_unix.c | sk->protinfo.af_unix.readsem=MUTEX; /* single task reading lock */ |
readsem | 1110 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); /* Lock the socket */ |
readsem | 1127 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 1137 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); |
readsem | 1176 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |