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

/linux-4.1.27/kernel/debug/
H A Ddebug_core.h29 atomic_t *send_ready; member in struct:kgdb_state
H A Ddebug_core.c589 /* If send_ready set, slaves are already waiting */ kgdb_cpu_enter()
590 if (ks->send_ready) kgdb_cpu_enter()
591 atomic_set(ks->send_ready, 1); kgdb_cpu_enter()
763 atomic_t *send_ready) kgdb_nmicallin()
766 if (!kgdb_io_ready(0) || !send_ready) kgdb_nmicallin()
779 ks->send_ready = send_ready; kgdb_nmicallin()
762 kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code, atomic_t *send_ready) kgdb_nmicallin() argument
/linux-4.1.27/net/sctp/
H A Doutqueue.c805 if (list_empty(&transport->send_ready)) { sctp_outq_flush()
806 list_add_tail(&transport->send_ready, sctp_outq_flush()
914 if (list_empty(&transport->send_ready)) { sctp_outq_flush()
915 list_add_tail(&transport->send_ready, sctp_outq_flush()
990 if (list_empty(&transport->send_ready)) { sctp_outq_flush()
991 list_add_tail(&transport->send_ready, sctp_outq_flush()
1087 send_ready); sctp_outq_flush()
H A Dtransport.c87 INIT_LIST_HEAD(&peer->send_ready); sctp_transport_init()
/linux-4.1.27/include/net/sctp/
H A Dstructs.h912 struct list_head send_ready; member in struct:sctp_transport

Completed in 139 milliseconds