OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sowakeup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_socketvar.h
483
* avoid a non-atomic test-and-wakeup. However,
sowakeup
is
485
* if we don't call into
sowakeup
. If any code is introduced that
486
* directly invokes the underlying
sowakeup
() primitives, it must
492
sowakeup
((so), &(so)->so_rcv); \
505
sowakeup
((so), &(so)->so_snd); \
655
void
sowakeup
(struct socket *so, struct sockbuf *sb);
779
extern void
sowakeup
(struct socket *so, struct sockbuf *sb);
806
* avoid a non-atomic test-and-wakeup. However,
sowakeup
is
808
* if we don't call into
sowakeup
. If any code is introduced that
809
* directly invokes the underlying
sowakeup
() primitives, it mus
[
all
...]
user_socket.c
1470
sowakeup
(struct socket *so, struct sockbuf *sb)
function
1502
sowakeup
(struct socket *so, struct sockbuf *sb)
function
[
all
...]
Completed in 51 milliseconds