Lines Matching full:dout
287 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init()
298 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting()
309 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected()
322 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing()
336 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed()
356 dout("%s %p state = %d, queueing work\n", __func__, in ceph_sock_data_ready()
376 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space()
381 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space()
390 dout("%s %p state = %d sk_state = %u\n", __func__, in ceph_sock_state_change()
395 dout("%s TCP_CLOSE\n", __func__); in ceph_sock_state_change()
398 dout("%s TCP_CLOSE_WAIT\n", __func__); in ceph_sock_state_change()
404 dout("%s TCP_ESTABLISHED\n", __func__); in ceph_sock_state_change()
441 dout("%s con %p peer_addr %s\n", __func__, con, in ceph_tcp_connect()
465 dout("connect %s EINPROGRESS sk_state = %u\n", in ceph_tcp_connect()
489 dout("%s con %p sock %p\n", __func__, con, con->sock); in ceph_con_close_socket()
510 dout("%s con %p\n", __func__, con); in ceph_con_reset_protocol()
556 dout("%s con %p\n", __func__, con); in ceph_con_reset_session()
578 dout("con_close %p peer %s\n", con, ceph_pr_addr(&con->peer_addr)); in ceph_con_close()
602 dout("con_open %p %s\n", con, ceph_pr_addr(addr)); in ceph_con_open()
635 dout("con_init %p\n", con); in ceph_con_init()
676 dout("%s con %p ack_seq %llu\n", __func__, con, ack_seq); in ceph_con_discard_sent()
685 dout("%s con %p discarding msg %p seq %llu\n", __func__, con, in ceph_con_discard_sent()
701 dout("%s con %p reconnect_seq %llu\n", __func__, con, reconnect_seq); in ceph_con_discard_requeued()
711 dout("%s con %p discarding msg %p seq %llu\n", __func__, con, in ceph_con_discard_requeued()
1321 dout("parse_ips on '%.*s'\n", (int)(end-c), c); in ceph_parse_ips()
1342 dout("missing matching ']'\n"); in ceph_parse_ips()
1376 dout("%s got %s\n", __func__, ceph_pr_addr(&addr[i])); in ceph_parse_ips()
1415 dout("===== %p %llu from %s%lld %d=%s len %d+%d+%d (%u %u %u) =====\n", in ceph_con_process_message()
1437 dout("%s %p ref count 0\n", __func__, con); in queue_con_delay()
1444 dout("%s %p %lu\n", __func__, con, delay); in queue_con_delay()
1446 dout("%s %p - already queued\n", __func__, con); in queue_con_delay()
1462 dout("%s %p\n", __func__, con); in cancel_con()
1508 dout("%s: con %p FAILED to back off %lu\n", __func__, in con_backoff()
1521 dout("%s %p\n", __func__, con); in con_fault_finish()
1528 dout("auth_retry %d, invalidating\n", con->v1.auth_retry); in con_fault_finish()
1552 dout("%s: con %p SOCK_CLOSED\n", __func__, con); in ceph_con_workfn()
1556 dout("%s: con %p BACKOFF\n", __func__, con); in ceph_con_workfn()
1560 dout("%s: con %p STANDBY\n", __func__, con); in ceph_con_workfn()
1564 dout("%s: con %p CLOSED\n", __func__, con); in ceph_con_workfn()
1569 dout("%s: con %p PREOPEN\n", __func__, con); in ceph_con_workfn()
1616 dout("fault %p state %d to peer %s\n", in con_fault()
1629 dout("fault on LOSSYTX channel, marking CLOSED\n"); in con_fault()
1641 dout("fault %p setting STANDBY clearing WRITE_PENDING\n", con); in con_fault()
1696 dout("%s %p\n", __func__, msgr); in ceph_messenger_init()
1717 dout("clear_standby %p and ++connect_seq\n", con); in clear_standby()
1740 dout("con_send %p closed, dropping %p\n", con, msg); in ceph_con_send()
1750 dout("----- %p to %s%lld %d=%s len %d+%d+%d -----\n", msg, in ceph_con_send()
1775 dout("%s msg %p null con\n", __func__, msg); in ceph_msg_revoke()
1782 dout("%s con %p msg %p not linked\n", __func__, con, msg); in ceph_msg_revoke()
1787 dout("%s con %p msg %p was linked\n", __func__, con, msg); in ceph_msg_revoke()
1793 dout("%s con %p msg %p was sending\n", __func__, con, msg); in ceph_msg_revoke()
1801 dout("%s con %p msg %p not current, out_msg %p\n", __func__, in ceph_msg_revoke()
1815 dout("%s msg %p null con\n", __func__, msg); in ceph_msg_revoke_incoming()
1822 dout("%s con %p msg %p was recving\n", __func__, con, msg); in ceph_msg_revoke_incoming()
1830 dout("%s con %p msg %p not current, in_msg %p\n", __func__, in ceph_msg_revoke_incoming()
1841 dout("con_keepalive %p\n", con); in ceph_con_keepalive()
1984 dout("ceph_msg_new can't allocate %d bytes\n", in ceph_msg_new2()
2002 dout("ceph_msg_new %p front %d\n", m, front_len); in ceph_msg_new2()
2013 dout("msg_new can't create type %d front %d\n", type, in ceph_msg_new2()
2039 dout("alloc_middle %p type %d %s middle_len %d\n", msg, type, in ceph_alloc_middle()
2151 dout("%s %p\n", __func__, m); in ceph_msg_free()
2162 dout("%s %p\n", __func__, m); in ceph_msg_release()
2184 dout("%s %p (was %d)\n", __func__, msg, in ceph_msg_get()
2193 dout("%s %p (was %d)\n", __func__, msg, in ceph_msg_put()