Lines Matching full:dout

286 	dout("%s con %p sock %d -> %d\n", __func__, con, old_state,  in con_sock_state_init()
297 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting()
308 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected()
321 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing()
335 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed()
352 dout("%s %p state = %d, queueing work\n", __func__, in ceph_sock_data_ready()
372 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space()
377 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space()
386 dout("%s %p state = %d sk_state = %u\n", __func__, in ceph_sock_state_change()
391 dout("%s TCP_CLOSE\n", __func__); in ceph_sock_state_change()
394 dout("%s TCP_CLOSE_WAIT\n", __func__); in ceph_sock_state_change()
400 dout("%s TCP_ESTABLISHED\n", __func__); in ceph_sock_state_change()
437 dout("%s con %p peer_addr %s\n", __func__, con, in ceph_tcp_connect()
460 dout("connect %s EINPROGRESS sk_state = %u\n", in ceph_tcp_connect()
484 dout("%s con %p sock %p\n", __func__, con, con->sock); in ceph_con_close_socket()
505 dout("%s con %p\n", __func__, con); in ceph_con_reset_protocol()
551 dout("%s con %p\n", __func__, con); in ceph_con_reset_session()
573 dout("con_close %p peer %s\n", con, ceph_pr_addr(&con->peer_addr)); in ceph_con_close()
597 dout("con_open %p %s\n", con, ceph_pr_addr(addr)); in ceph_con_open()
630 dout("con_init %p\n", con); in ceph_con_init()
671 dout("%s con %p ack_seq %llu\n", __func__, con, ack_seq); in ceph_con_discard_sent()
680 dout("%s con %p discarding msg %p seq %llu\n", __func__, con, in ceph_con_discard_sent()
696 dout("%s con %p reconnect_seq %llu\n", __func__, con, reconnect_seq); in ceph_con_discard_requeued()
706 dout("%s con %p discarding msg %p seq %llu\n", __func__, con, in ceph_con_discard_requeued()
1249 dout("parse_ips on '%.*s'\n", (int)(end-c), c); in ceph_parse_ips()
1270 dout("missing matching ']'\n"); in ceph_parse_ips()
1304 dout("%s got %s\n", __func__, ceph_pr_addr(&addr[i])); in ceph_parse_ips()
1343 dout("===== %p %llu from %s%lld %d=%s len %d+%d+%d (%u %u %u) =====\n", in ceph_con_process_message()
1365 dout("%s %p ref count 0\n", __func__, con); in queue_con_delay()
1372 dout("%s %p %lu\n", __func__, con, delay); in queue_con_delay()
1374 dout("%s %p - already queued\n", __func__, con); in queue_con_delay()
1390 dout("%s %p\n", __func__, con); in cancel_con()
1436 dout("%s: con %p FAILED to back off %lu\n", __func__, in con_backoff()
1449 dout("%s %p\n", __func__, con); in con_fault_finish()
1456 dout("auth_retry %d, invalidating\n", con->v1.auth_retry); in con_fault_finish()
1480 dout("%s: con %p SOCK_CLOSED\n", __func__, con); in ceph_con_workfn()
1484 dout("%s: con %p BACKOFF\n", __func__, con); in ceph_con_workfn()
1488 dout("%s: con %p STANDBY\n", __func__, con); in ceph_con_workfn()
1492 dout("%s: con %p CLOSED\n", __func__, con); in ceph_con_workfn()
1497 dout("%s: con %p PREOPEN\n", __func__, con); in ceph_con_workfn()
1544 dout("fault %p state %d to peer %s\n", in con_fault()
1557 dout("fault on LOSSYTX channel, marking CLOSED\n"); in con_fault()
1569 dout("fault %p setting STANDBY clearing WRITE_PENDING\n", con); in con_fault()
1624 dout("%s %p\n", __func__, msgr); in ceph_messenger_init()
1645 dout("clear_standby %p and ++connect_seq\n", con); in clear_standby()
1668 dout("con_send %p closed, dropping %p\n", con, msg); in ceph_con_send()
1678 dout("----- %p to %s%lld %d=%s len %d+%d+%d -----\n", msg, in ceph_con_send()
1703 dout("%s msg %p null con\n", __func__, msg); in ceph_msg_revoke()
1710 dout("%s con %p msg %p not linked\n", __func__, con, msg); in ceph_msg_revoke()
1715 dout("%s con %p msg %p was linked\n", __func__, con, msg); in ceph_msg_revoke()
1721 dout("%s con %p msg %p was sending\n", __func__, con, msg); in ceph_msg_revoke()
1729 dout("%s con %p msg %p not current, out_msg %p\n", __func__, in ceph_msg_revoke()
1743 dout("%s msg %p null con\n", __func__, msg); in ceph_msg_revoke_incoming()
1750 dout("%s con %p msg %p was recving\n", __func__, con, msg); in ceph_msg_revoke_incoming()
1758 dout("%s con %p msg %p not current, in_msg %p\n", __func__, in ceph_msg_revoke_incoming()
1769 dout("con_keepalive %p\n", con); in ceph_con_keepalive()
1900 dout("ceph_msg_new can't allocate %d bytes\n", in ceph_msg_new2()
1918 dout("ceph_msg_new %p front %d\n", m, front_len); in ceph_msg_new2()
1929 dout("msg_new can't create type %d front %d\n", type, in ceph_msg_new2()
1955 dout("alloc_middle %p type %d %s middle_len %d\n", msg, type, in ceph_alloc_middle()
2067 dout("%s %p\n", __func__, m); in ceph_msg_free()
2078 dout("%s %p\n", __func__, m); in ceph_msg_release()
2100 dout("%s %p (was %d)\n", __func__, msg, in ceph_msg_get()
2109 dout("%s %p (was %d)\n", __func__, msg, in ceph_msg_put()