Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/sctp/
Doutqueue.c806 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
807 list_add_tail(&transport->send_ready, in sctp_outq_flush()
915 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
916 list_add_tail(&transport->send_ready, in sctp_outq_flush()
991 if (list_empty(&transport->send_ready)) { in sctp_outq_flush()
992 list_add_tail(&transport->send_ready, in sctp_outq_flush()
1088 send_ready); in sctp_outq_flush()
Dtransport.c87 INIT_LIST_HEAD(&peer->send_ready); in sctp_transport_init()
/linux-4.4.14/include/net/sctp/
Dstructs.h912 struct list_head send_ready; member