tag | line | file | source code |
readsem | 70 | include/net/sock.h | struct semaphore readsem; |
readsem | 284 | net/unix/af_unix.c | sk->protinfo.af_unix.readsem=MUTEX; /* single task reading lock */ |
readsem | 774 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); /* Lock the socket */ |
readsem | 788 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 795 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 822 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); |
readsem | 862 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |