/Linux-v6.1/drivers/clk/ |
D | clk-axi-clkgen.c | 131 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local 160 dout = DIV_ROUND_CLOSEST(fvco, fout); in axi_clkgen_calc_params() 161 dout = clamp_t(unsigned long, dout, 1, 128 << fract_shift); in axi_clkgen_calc_params() 162 f = fvco / dout; in axi_clkgen_calc_params() 167 *best_dout = dout << (3 - fract_shift); in axi_clkgen_calc_params() 341 unsigned int d, m, dout; in axi_clkgen_set_rate() local 350 axi_clkgen_calc_params(limits, parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate() 352 if (d == 0 || dout == 0 || m == 0) in axi_clkgen_set_rate() 355 if ((dout & 0x7) != 0 || (m & 0x7) != 0) in axi_clkgen_set_rate() 363 axi_clkgen_calc_clk_params(dout >> 3, dout & 0x7, ¶ms); in axi_clkgen_set_rate() [all …]
|
/Linux-v6.1/net/ceph/ |
D | messenger.c | 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() [all …]
|
D | msgpool.c | 20 dout("msgpool_alloc %s failed\n", pool->name); in msgpool_alloc() 22 dout("msgpool_alloc %s %p\n", pool->name, msg); in msgpool_alloc() 33 dout("msgpool_release %s %p\n", pool->name, msg); in msgpool_free() 42 dout("msgpool %s init\n", name); in ceph_msgpool_init() 55 dout("msgpool %s destroy\n", pool->name); in ceph_msgpool_destroy() 77 dout("msgpool_get %s %p\n", pool->name, msg); in ceph_msgpool_get() 83 dout("msgpool_put %s %p\n", pool->name, msg); in ceph_msgpool_put()
|
D | messenger_v1.c | 178 dout("prepare_write_message_footer %p\n", con); in prepare_write_message_footer() 216 dout("prepare_write_message %p seq %lld type %d len %d+%d+%zd\n", in prepare_write_message() 246 dout("%s front_crc %u middle_crc %u\n", __func__, in prepare_write_message() 269 dout("prepare_write_ack %p %llu -> %llu\n", con, in prepare_write_ack() 290 dout("prepare_write_seq %p %llu -> %llu\n", con, in prepare_write_seq() 308 dout("prepare_write_keepalive %p\n", con); in prepare_write_keepalive() 396 dout("prepare_write_connect %p cseq=%d gseq=%d proto=%d\n", con, in prepare_write_connect() 425 dout("write_partial_kvec %p %d left\n", con, con->v1.out_kvec_bytes); in write_partial_kvec() 453 dout("write_partial_kvec %p %d left in %d kvecs ret = %d\n", con, in write_partial_kvec() 473 dout("%s %p msg %p\n", __func__, con, msg); in write_partial_message_data() [all …]
|
D | auth_x.c | 31 dout("%s want 0x%x have 0x%x missing 0x%x -> %d\n", __func__, in ceph_x_is_authenticated() 42 dout("%s want 0x%x have 0x%x need 0x%x -> %d\n", __func__, in ceph_x_should_authenticate() 152 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler() 183 dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); in process_one_ticket() 200 dout(" decrypted %d bytes\n", ret); in process_one_ticket() 216 dout(" expires=%llu renew_after=%llu\n", new_expires, in process_one_ticket() 227 dout(" encrypted ticket, decrypted %d bytes\n", ret); in process_one_ticket() 236 dout(" ticket blob is %d bytes\n", dlen); in process_one_ticket() 257 dout(" got ticket service %d (%s) secret_id %lld len %d\n", in process_one_ticket() 283 dout("%d tickets\n", num); in ceph_x_proc_ticket_reply() [all …]
|
D | mon_client.c | 89 dout("%s struct_v %d\n", __func__, struct_v); in ceph_monmap_decode() 115 dout("%s fsid %pU epoch %u num_mon %d\n", __func__, &fsid, epoch, in ceph_monmap_decode() 144 dout("%s mon%d addr %s\n", __func__, i, in ceph_monmap_decode() 190 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session() 232 dout("%s mon%d -> mon%d out of %d mons\n", __func__, old_mon, in pick_new_mon() 255 dout("%s opening mon%d\n", __func__, monc->cur_mon); in __open_session() 301 dout("%s hunt_mult now %d\n", __func__, monc->hunt_mult); in un_backoff() 316 dout("__schedule_delayed after %lu\n", delay); in __schedule_delayed() 340 dout("%s sent %lu\n", __func__, monc->sub_renew_sent); in __send_subscribe() 367 dout("%s %s start %llu flags 0x%x\n", __func__, buf, in __send_subscribe() [all …]
|
D | messenger_v2.c | 111 dout("%s con %p %s %zu\n", __func__, con, in ceph_tcp_recv() 115 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_recv() 199 dout("%s con %p have %zu try_sendpage %d\n", __func__, con, in ceph_tcp_send() 205 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_send() 243 dout("%s con %p len %d\n", __func__, con, len); in set_in_skip() 299 dout("%s con %p len %d\n", __func__, con, len); in out_zero_add() 307 dout("%s con %p len %d\n", __func__, con, len); in alloc_conn_buf() 670 dout("%s con %p msg %p crcs %u %u %u\n", __func__, con, con->in_msg, in verify_epilogue_crcs() 699 dout("%s con %p con_mode %d session_key_len %d con_secret_len %d\n", in setup_crypto() 794 dout("%s con %p hmac_tfm %p kvec_cnt %d\n", __func__, con, in hmac_sha256() [all …]
|
D | cls_lock_client.c | 73 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n", in ceph_cls_lock() 79 dout("%s: status %d\n", __func__, ret); in ceph_cls_lock() 124 dout("%s lock_name %s cookie %s\n", __func__, lock_name, cookie); in ceph_cls_unlock() 129 dout("%s: status %d\n", __func__, ret); in ceph_cls_unlock() 178 dout("%s lock_name %s cookie %s locker %s%llu\n", __func__, lock_name, in ceph_cls_break_lock() 184 dout("%s: status %d\n", __func__, ret); in ceph_cls_break_lock() 229 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n", in ceph_cls_set_cookie() 235 dout("%s: status %d\n", __func__, ret); in ceph_cls_set_cookie() 282 dout("%s %s%llu cookie %s addr %s\n", __func__, in decode_locker() 370 dout("%s lock_name %s\n", __func__, lock_name); in ceph_cls_lock_info() [all …]
|
D | osd_client.c | 115 dout(" skipping last %llu, final file extent %llu~%llu\n", in calc_layout() 119 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout() 485 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request() 510 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_get_request() 519 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_put_request() 567 dout("%s req %p\n", __func__, req); in ceph_osdc_alloc_request() 1228 dout("get_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref)-1, in get_osd() 1232 dout("get_osd %p FAIL\n", osd); in get_osd() 1239 dout("put_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref), in put_osd() 1253 dout("%s osd %p osd%d\n", __func__, osd, osd->o_osd); in DEFINE_RB_FUNCS() [all …]
|
D | buffer.c | 29 dout("buffer_new %p\n", b); in ceph_buffer_new() 38 dout("buffer_release %p\n", b); in ceph_buffer_release() 50 dout("decode_buffer len %d\n", (int)len); in ceph_decode_buffer()
|
/Linux-v6.1/fs/ceph/ |
D | addr.c | 86 dout("%p dirty_folio %p idx %lu -- already dirty\n", in ceph_dirty_folio() 113 dout("%p dirty_folio %p idx %lu head %d/%d -> %d/%d " in ceph_dirty_folio() 147 dout("%p invalidate_folio idx %lu partial dirty page %zu~%zu\n", in ceph_invalidate_folio() 154 dout("%p invalidate_folio idx %lu full dirty page\n", in ceph_invalidate_folio() 169 dout("%llx:%llx release_folio idx %lu (%sdirty)\n", in ceph_release_folio() 228 dout("%s: result %d subreq->len=%zu i_size=%lld\n", __func__, req->r_result, in finish_netfs_read() 329 dout("%s: pos=%llu orig_len=%zu len=%llu\n", __func__, subreq->start, subreq->len, len); in ceph_netfs_issue_read() 333 dout("%s: iov_ter_get_pages_alloc returned %d\n", __func__, err); in ceph_netfs_issue_read() 353 dout("%s: result %d\n", __func__, err); in ceph_netfs_issue_read() 380 dout("start_read %p, error getting cap\n", inode); in ceph_init_request() [all …]
|
D | inode.c | 67 dout("get_inode on %llu=%llx.%llx got %p new %d\n", ceph_present_inode(inode), in ceph_get_inode() 178 dout("get_or_create_frag added %llx.%llx frag %x\n", in __get_or_create_frag() 235 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag() 246 dout("choose_frag(%x) = %x\n", v, t); in __ceph_choose_frag() 294 dout("fill_dirfrag removed %llx.%llx frag %x" in ceph_fill_dirfrag() 300 dout("fill_dirfrag cleared %llx.%llx frag %x" in ceph_fill_dirfrag() 324 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n", in ceph_fill_dirfrag() 388 dout("fill_fragtree %llx.%llx\n", ceph_vinop(inode)); in ceph_fill_fragtree() 428 dout(" frag %x split by %d\n", frag->frag, frag->split_by); in ceph_fill_fragtree() 460 dout("alloc_inode %p\n", &ci->netfs.inode); in ceph_alloc_inode() [all …]
|
D | super.c | 48 dout("put_super\n"); in ceph_put_super() 66 dout("statfs\n"); in ceph_statfs() 122 dout("sync_fs (non-blocking)\n"); in ceph_sync_fs() 124 dout("sync_fs (non-blocking) done\n"); in ceph_sync_fs() 128 dout("sync_fs (blocking)\n"); in ceph_sync_fs() 131 dout("sync_fs (blocking) done\n"); in ceph_sync_fs() 281 dout("separator '=' missing in source"); in ceph_parse_new_source() 306 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source() 337 dout("%s '%s'\n", __func__, dev_name); in ceph_parse_source() 361 dout("device name '%.*s'\n", (int)(dev_name_end - dev_name), dev_name); in ceph_parse_source() [all …]
|
D | snap.c | 140 dout("%s %llx %p\n", __func__, realm->ino, realm); in ceph_create_snap_realm() 164 dout("%s %llx %p\n", __func__, r->ino, r); in __lookup_snap_realm() 192 dout("%s %p %llx\n", __func__, realm, realm->ino); in __destroy_snap_realm() 305 dout("%s %llx %p: %llx %p -> %llx %p\n", __func__, realm->ino, in adjust_snap_realm_parent() 362 dout("%s %llx %p: %p seq %lld (%u snaps) (unchanged)\n", in build_snap_context() 402 dout("%s %llx %p: %p seq %lld (%u snaps)\n", __func__, realm->ino, in build_snap_context() 454 dout("%s %llx %p, %s\n", __func__, _realm->ino, _realm, in rebuild_snap_realms() 550 dout("%s %p %llx.%llx already pending\n", in ceph_queue_cap_snap() 556 dout("%s %p %llx.%llx nothing dirty|writing\n", in ceph_queue_cap_snap() 577 dout("%s %p %llx.%llx no new_snap|dirty_page|writing\n", in ceph_queue_cap_snap() [all …]
|
D | caps.c | 187 dout("%s: caps %d = %d used + %d resv + %d avail\n", in __ceph_unreserve_caps() 213 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps() 299 dout("reserve caps ctx=%p %d = %d used + %d resv + %d avail\n", in ceph_reserve_caps() 312 dout("unreserve caps ctx=%p count=%d\n", ctx, ctx->count); in ceph_unreserve_caps() 360 dout("get_cap ctx=%p (%d) %d = %d used + %d resv + %d avail\n", in ceph_get_cap() 384 dout("put_cap %p %d = %d used + %d resv + %d avail\n", in ceph_put_cap() 495 dout("__cap_set_timeouts %p %lu\n", &ci->netfs.inode, in __cap_set_timeouts() 510 dout("__cap_delay_requeue %p flags 0x%lx at %lu\n", &ci->netfs.inode, in __cap_delay_requeue() 534 dout("__cap_delay_requeue_front %p\n", &ci->netfs.inode); in __cap_delay_requeue_front() 551 dout("__cap_delay_cancel %p\n", &ci->netfs.inode); in __cap_delay_cancel() [all …]
|
D | mds_client.c | 380 dout("parsed dir dname '%.*s'\n", rde->name_len, rde->name); in parse_reply_info_readdir() 438 dout("got %u sets of delegated inodes\n", sets); in ceph_parse_deleg_inos() 456 dout("added delegated inode 0x%llx\n", in ceph_parse_deleg_inos() 722 dout("%s dentry %p:%pd conflict with old %p:%pd\n", __func__, in ceph_wait_on_conflict_unlink() 820 dout("%s: realloc to %d\n", __func__, newmax); in register_session() 833 dout("%s: mds%d\n", __func__, mds); in register_session() 876 dout("__unregister_session mds%d %p\n", s->s_mds, s); in __unregister_session() 1013 dout("__register_request %p tid %lld\n", req, req->r_tid); in __register_request() 1036 dout("__unregister_request %p tid %lld\n", req, req->r_tid); in __unregister_request() 1133 dout("%s using resend_mds mds%d\n", __func__, in __choose_mds() [all …]
|
D | dir.c | 122 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry() 144 dout(" page %lu not found\n", ptr_pgoff); in __dcache_find_get_entry() 193 dout("__dcache_readdir %p v%u at %llx\n", dir, (unsigned)shared_gen, ctx->pos); in __dcache_readdir() 223 dout("__dcache_readdir %p cache idx %llu\n", dir, idx); in __dcache_readdir() 257 dout(" %llx dentry %p %pd %p\n", di->offset, in __dcache_readdir() 317 dout("readdir %p file %p pos %llx\n", inode, file, ctx->pos); in ceph_readdir() 323 dout("readdir off 0 -> '.'\n"); in ceph_readdir() 337 dout("readdir off 1 -> '..'\n"); in ceph_readdir() 387 dout("readdir fetching %llx.%llx frag %x offset '%s'\n", in ceph_readdir() 431 dout("readdir got and parsed readdir result=%d on " in ceph_readdir() [all …]
|
D | locks.c | 101 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message() 137 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " in ceph_lock_message() 164 dout("ceph_lock_wait_for_completion: request %llu was interrupted\n", in ceph_lock_wait_for_completion() 247 dout("ceph_lock, fl_owner: %p\n", fl->fl_owner); in ceph_lock() 282 dout("mds locked, locking locally\n"); in ceph_lock() 290 dout("got %d on posix_lock_file, undid lock\n", in ceph_lock() 312 dout("ceph_flock, fl_file: %p\n", fl->fl_file); in ceph_flock() 349 dout("got %d on locks_lock_file_wait, undid lock\n", err); in ceph_flock() 376 dout("counted %d flock locks and %d fcntl locks\n", in ceph_count_locks() 404 dout("Have unknown lock type %d\n", lock->fl_type); in lock_to_ceph_filelock() [all …]
|
D | file.c | 51 dout("unused open flags: %x\n", flags); in ceph_flags_sys2wire() 211 dout("%s %p %p 0%o (%s)\n", __func__, inode, file, in ceph_init_file_info() 278 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file() 283 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file() 314 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps() 346 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps() 367 dout("open file %p is already opened\n", file); in ceph_open() 376 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open() 401 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open() 423 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open() [all …]
|
D | export.c | 81 dout("encode_snapfh %llx.%llx ret=%d\n", ceph_vinop(inode), ret); in ceph_encode_snapfh() 107 dout("encode_fh %llx with parent %llx\n", in ceph_encode_fh() 115 dout("encode_fh %llx\n", ceph_ino(inode)); in ceph_encode_fh() 280 dout("snapfh_to_parent %llx.%llx\n err=%d\n", in __snapfh_to_dentry() 283 dout("snapfh_to_dentry %llx.%llx parent %llx hash %x err=%d", in __snapfh_to_dentry() 312 dout("fh_to_dentry %llx\n", fh->ino); in ceph_fh_to_dentry() 404 dout("get_parent %p ino %llx.%llx err=%ld\n", in ceph_get_parent() 429 dout("fh_to_parent %llx\n", cfh->parent_ino); in ceph_fh_to_parent() 528 dout("get_snap_name %p ino %llx.%llx err=%d\n", in __get_snap_name() 567 dout("get_name %p ino %llx.%llx name %s\n", in ceph_get_name() [all …]
|
/Linux-v6.1/drivers/siox/ |
D | siox-bus-gpio.c | 19 struct gpio_desc *dout; member 37 gpiod_set_value_cansleep(ddata->dout, 0); in siox_gpio_pushpull() 57 gpiod_set_value_cansleep(ddata->dout, !(set & 0x80)); in siox_gpio_pushpull() 82 gpiod_set_value_cansleep(ddata->dout, 0); in siox_gpio_pushpull() 110 ddata->dout = devm_gpiod_get(dev, "dout", GPIOD_OUT_LOW); in siox_gpio_probe() 111 if (IS_ERR(ddata->dout)) { in siox_gpio_probe() 112 ret = dev_err_probe(dev, PTR_ERR(ddata->dout), in siox_gpio_probe()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_lib.c | 170 display_output_params_st *dout; in dml_log_pipe_params() local 179 dout = &(pipes[i].dout); in dml_log_pipe_params() 266 dml_print("DML PARAMS: output_type = %d\n", dout->output_type); in dml_log_pipe_params() 267 dml_print("DML PARAMS: output_format = %d\n", dout->output_format); in dml_log_pipe_params() 268 dml_print("DML PARAMS: dsc_input_bpc = %d\n", dout->dsc_input_bpc); in dml_log_pipe_params() 269 dml_print("DML PARAMS: output_bpp = %3.4f\n", dout->output_bpp); in dml_log_pipe_params() 270 dml_print("DML PARAMS: dp_lanes = %d\n", dout->dp_lanes); in dml_log_pipe_params() 271 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params() 272 dml_print("DML PARAMS: dsc_slices = %d\n", dout->dsc_slices); in dml_log_pipe_params() 273 dml_print("DML PARAMS: wb_enable = %d\n", dout->wb_enable); in dml_log_pipe_params() [all …]
|
D | display_mode_vba.c | 535 display_output_params_st *dout = &pipes[j].dout; in fetch_pipe_params() local 569 mode_lib->vba.OutputLinkDPRate[mode_lib->vba.NumberOfActivePlanes] = dout->dp_rate; in fetch_pipe_params() 573 mode_lib->vba.OutputMultistreamEn[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_en; in fetch_pipe_params() 574 mode_lib->vba.OutputMultistreamId[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_id; in fetch_pipe_params() 620 (enum output_format_class) (dout->output_format); in fetch_pipe_params() 622 dout->output_bpp; in fetch_pipe_params() 624 (enum output_encoder_class) (dout->output_type); in fetch_pipe_params() 626 dout->is_virtual; in fetch_pipe_params() 628 if (dout->dsc_enable) in fetch_pipe_params() 629 mode_lib->vba.ForcedOutputLinkBPP[mode_lib->vba.NumberOfActivePlanes] = dout->output_bpp; in fetch_pipe_params() [all …]
|
/Linux-v6.1/include/linux/ceph/ |
D | ceph_debug.h | 18 # define dout(fmt, ...) \ macro 24 # define dout(fmt, ...) do { \ macro 35 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) macro
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | dcn20_fpu.c | 894 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0; in dcn20_populate_dml_writeback_from_context() 895 pipes[pipe_cnt].dout.num_active_wb++; in dcn20_populate_dml_writeback_from_context() 896 pipes[pipe_cnt].dout.wb.wb_src_height = wb_info->dwb_params.cnv_params.crop_height; in dcn20_populate_dml_writeback_from_context() 897 pipes[pipe_cnt].dout.wb.wb_src_width = wb_info->dwb_params.cnv_params.crop_width; in dcn20_populate_dml_writeback_from_context() 898 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn20_populate_dml_writeback_from_context() 899 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height; in dcn20_populate_dml_writeback_from_context() 900 pipes[pipe_cnt].dout.wb.wb_htaps_luma = 1; in dcn20_populate_dml_writeback_from_context() 901 pipes[pipe_cnt].dout.wb.wb_vtaps_luma = 1; in dcn20_populate_dml_writeback_from_context() 902 pipes[pipe_cnt].dout.wb.wb_htaps_chroma = wb_info->dwb_params.scaler_taps.h_taps_c; in dcn20_populate_dml_writeback_from_context() 903 pipes[pipe_cnt].dout.wb.wb_vtaps_chroma = wb_info->dwb_params.scaler_taps.v_taps_c; in dcn20_populate_dml_writeback_from_context() [all …]
|