tag | line | file | source code |
---|---|---|---|
readsem | 72 | include/net/sock.h | struct semaphore readsem; |
readsem | 303 | net/unix/af_unix.c | sk->protinfo.af_unix.readsem=MUTEX; /* single task reading lock */ |
readsem | 835 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); /* Lock the socket */ |
readsem | 852 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |
readsem | 862 | net/unix/af_unix.c | down(&sk->protinfo.af_unix.readsem); |
readsem | 896 | net/unix/af_unix.c | up(&sk->protinfo.af_unix.readsem); |