tag | line | file | source code |
readsem | 70 | include/net/sock.h | struct semaphore readsem; |
readsem | 283 | net/unix/af_unix.c | sk->protinfo.af_unix.readsem=MUTEX; /* single task reading lock */ |
readsem | 805 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); /* Lock the socket */ |
readsem | 819 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 826 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 853 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); |
readsem | 893 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |