Home
last modified time | relevance | path

Searched refs:send_ready (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/debug/
Ddebug_core.c590 if (ks->send_ready) in kgdb_cpu_enter()
591 atomic_set(ks->send_ready, 1); in kgdb_cpu_enter()
763 atomic_t *send_ready) in kgdb_nmicallin() argument
766 if (!kgdb_io_ready(0) || !send_ready) in kgdb_nmicallin()
779 ks->send_ready = send_ready; in kgdb_nmicallin()
Ddebug_core.h29 atomic_t *send_ready; member
/linux-4.1.27/net/sctp/
Doutqueue.c805 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
806 list_add_tail(&transport->send_ready, in sctp_outq_flush()
914 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
915 list_add_tail(&transport->send_ready, in sctp_outq_flush()
990 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
991 list_add_tail(&transport->send_ready, in sctp_outq_flush()
1087 send_ready); in sctp_outq_flush()
Dtransport.c87 INIT_LIST_HEAD(&peer->send_ready); in sctp_transport_init()
/linux-4.1.27/include/net/sctp/
Dstructs.h912 struct list_head send_ready; member