Home
last modified time | relevance | path

Searched refs:dout (Results 1 – 25 of 99) sorted by relevance

1234

/linux-6.6.21/drivers/clk/
Dclk-axi-clkgen.c131 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, &params); in axi_clkgen_set_rate()
[all …]
/linux-6.6.21/net/ceph/
Dmsgpool.c20 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()
Dmessenger.c287 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()
[all …]
Dauth_x.c31 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 …]
Dmessenger_v1.c178 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()
472 dout("%s %p msg %p\n", __func__, con, msg); in write_partial_message_data()
[all …]
Dmon_client.c89 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 …]
Dmessenger_v2.c113 dout("%s con %p %s %zu\n", __func__, con, in ceph_tcp_recv()
117 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_recv()
200 dout("%s con %p have %zu try_sendpage %d\n", __func__, con, in ceph_tcp_send()
206 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_send()
244 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()
681 dout("%s con %p msg %p crcs %u %u %u\n", __func__, con, con->in_msg, in verify_epilogue_crcs()
710 dout("%s con %p con_mode %d session_key_len %d con_secret_len %d\n", in setup_crypto()
805 dout("%s con %p hmac_tfm %p kvec_cnt %d\n", __func__, con, in hmac_sha256()
[all …]
Dosd_client.c115 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()
512 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request()
537 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_get_request()
546 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_put_request()
594 dout("%s req %p\n", __func__, req); in ceph_osdc_alloc_request()
1304 dout("get_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref)-1, in get_osd()
1308 dout("get_osd %p FAIL\n", osd); in get_osd()
1315 dout("put_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref), in put_osd()
1329 dout("%s osd %p osd%d\n", __func__, osd, osd->o_osd); in DEFINE_RB_FUNCS()
[all …]
Dcls_lock_client.c73 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 …]
Dbuffer.c29 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-6.6.21/fs/ceph/
Dinode.c148 dout("No inode found for %llx.%llx\n", vino.ino, vino.snap); in ceph_get_inode()
152 dout("get_inode on %llu=%llx.%llx got %p new %d\n", ceph_present_inode(inode), in ceph_get_inode()
206 dout("Failed to alloc snapdir fscrypt_auth\n"); in ceph_get_snapdir()
282 dout("get_or_create_frag added %llx.%llx frag %x\n", in __get_or_create_frag()
339 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag()
350 dout("choose_frag(%x) = %x\n", v, t); in __ceph_choose_frag()
398 dout("fill_dirfrag removed %llx.%llx frag %x" in ceph_fill_dirfrag()
404 dout("fill_dirfrag cleared %llx.%llx frag %x" in ceph_fill_dirfrag()
428 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n", in ceph_fill_dirfrag()
492 dout("fill_fragtree %llx.%llx\n", ceph_vinop(inode)); in ceph_fill_fragtree()
[all …]
Daddr.c87 dout("%p dirty_folio %p idx %lu -- already dirty\n", in ceph_dirty_folio()
114 dout("%p dirty_folio %p idx %lu head %d/%d -> %d/%d " in ceph_dirty_folio()
148 dout("%p invalidate_folio idx %lu partial dirty page %zu~%zu\n", in ceph_invalidate_folio()
155 dout("%p invalidate_folio idx %lu full dirty page\n", in ceph_invalidate_folio()
170 dout("%llx:%llx release_folio idx %lu (%sdirty)\n", in ceph_release_folio()
257 dout("%s: result %d subreq->len=%zu i_size=%lld\n", __func__, req->r_result, in finish_netfs_read()
386 dout("%s: pos=%llu orig_len=%zu len=%llu\n", __func__, subreq->start, subreq->len, len); in ceph_netfs_issue_read()
403 dout("%s: iov_ter_get_pages_alloc returned %d\n", in ceph_netfs_issue_read()
432 dout("%s: result %d\n", __func__, err); in ceph_netfs_issue_read()
469 dout("start_read %p, error getting cap\n", inode); in ceph_init_request()
[all …]
Dsnap.c141 dout("%s %llx %p\n", __func__, realm->ino, realm); in ceph_create_snap_realm()
165 dout("%s %llx %p\n", __func__, r->ino, r); in __lookup_snap_realm()
193 dout("%s %p %llx\n", __func__, realm, realm->ino); in __destroy_snap_realm()
306 dout("%s %llx %p: %llx %p -> %llx %p\n", __func__, realm->ino, in adjust_snap_realm_parent()
363 dout("%s %llx %p: %p seq %lld (%u snaps) (unchanged)\n", in build_snap_context()
403 dout("%s %llx %p: %p seq %lld (%u snaps)\n", __func__, realm->ino, in build_snap_context()
455 dout("%s %llx %p, %s\n", __func__, _realm->ino, _realm, in rebuild_snap_realms()
551 dout("%s %p %llx.%llx already pending\n", in ceph_queue_cap_snap()
557 dout("%s %p %llx.%llx nothing dirty|writing\n", in ceph_queue_cap_snap()
578 dout("%s %p %llx.%llx no new_snap|dirty_page|writing\n", in ceph_queue_cap_snap()
[all …]
Dsuper.c49 dout("put_super\n"); in ceph_put_super()
68 dout("statfs\n"); in ceph_statfs()
124 dout("sync_fs (non-blocking)\n"); in ceph_sync_fs()
126 dout("sync_fs (non-blocking) done\n"); in ceph_sync_fs()
130 dout("sync_fs (blocking)\n"); in ceph_sync_fs()
133 dout("sync_fs (blocking) done\n"); in ceph_sync_fs()
288 dout("separator '=' missing in source"); in ceph_parse_new_source()
313 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source()
344 dout("%s '%s'\n", __func__, dev_name); in ceph_parse_source()
368 dout("device name '%.*s'\n", (int)(dev_name_end - dev_name), dev_name); in ceph_parse_source()
[all …]
Dcaps.c189 dout("%s: caps %d = %d used + %d resv + %d avail\n", in __ceph_unreserve_caps()
215 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps()
301 dout("reserve caps ctx=%p %d = %d used + %d resv + %d avail\n", in ceph_reserve_caps()
314 dout("unreserve caps ctx=%p count=%d\n", ctx, ctx->count); in ceph_unreserve_caps()
362 dout("get_cap ctx=%p (%d) %d = %d used + %d resv + %d avail\n", in ceph_get_cap()
386 dout("put_cap %p %d = %d used + %d resv + %d avail\n", in ceph_put_cap()
497 dout("__cap_set_timeouts %p %lu\n", &ci->netfs.inode, in __cap_set_timeouts()
512 dout("__cap_delay_requeue %p flags 0x%lx at %lu\n", &ci->netfs.inode, in __cap_delay_requeue()
536 dout("__cap_delay_requeue_front %p\n", &ci->netfs.inode); in __cap_delay_requeue_front()
553 dout("__cap_delay_cancel %p\n", &ci->netfs.inode); in __cap_delay_cancel()
[all …]
Dmds_client.c457 dout("parsed dir dname '%.*s'\n", _name_len, _name); in parse_reply_info_readdir()
576 dout("got %u sets of delegated inodes\n", sets); in ceph_parse_deleg_inos()
594 dout("added delegated inode 0x%llx\n", in ceph_parse_deleg_inos()
875 dout("%s dentry %p:%pd conflict with old %p:%pd\n", __func__, in ceph_wait_on_conflict_unlink()
976 dout("%s: realloc to %d\n", __func__, newmax); in register_session()
989 dout("%s: mds%d\n", __func__, mds); in register_session()
1032 dout("__unregister_session mds%d %p\n", s->s_mds, s); in __unregister_session()
1172 dout("__register_request %p tid %lld\n", req, req->r_tid); in __register_request()
1195 dout("__unregister_request %p tid %lld\n", req, req->r_tid); in __unregister_request()
1292 dout("%s using resend_mds mds%d\n", __func__, in __choose_mds()
[all …]
Dfile.c51 dout("unused open flags: %x\n", flags); in ceph_flags_sys2wire()
207 dout("%s %p %p 0%o (%s)\n", __func__, inode, file, in ceph_init_file_info()
274 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file()
279 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file()
310 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps()
342 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps()
363 dout("open file %p is already opened\n", file); in ceph_open()
377 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open()
402 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open()
424 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open()
[all …]
Ddir.c123 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry()
145 dout(" page %lu not found\n", ptr_pgoff); in __dcache_find_get_entry()
194 dout("__dcache_readdir %p v%u at %llx\n", dir, (unsigned)shared_gen, ctx->pos); in __dcache_readdir()
224 dout("__dcache_readdir %p cache idx %llu\n", dir, idx); in __dcache_readdir()
260 dout(" %llx dentry %p %pd %p\n", di->offset, in __dcache_readdir()
320 dout("readdir %p file %p pos %llx\n", inode, file, ctx->pos); in ceph_readdir()
326 dout("readdir off 0 -> '.'\n"); in ceph_readdir()
340 dout("readdir off 1 -> '..'\n"); in ceph_readdir()
394 dout("readdir fetching %llx.%llx frag %x offset '%s'\n", in ceph_readdir()
449 dout("readdir got and parsed readdir result=%d on " in ceph_readdir()
[all …]
Dlocks.c114 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message()
150 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " in ceph_lock_message()
177 dout("ceph_lock_wait_for_completion: request %llu was interrupted\n", in ceph_lock_wait_for_completion()
260 dout("ceph_lock, fl_owner: %p\n", fl->fl_owner); in ceph_lock()
295 dout("mds locked, locking locally\n"); in ceph_lock()
303 dout("got %d on posix_lock_file, undid lock\n", in ceph_lock()
325 dout("ceph_flock, fl_file: %p\n", fl->fl_file); in ceph_flock()
362 dout("got %d on locks_lock_file_wait, undid lock\n", err); in ceph_flock()
389 dout("counted %d flock locks and %d fcntl locks\n", in ceph_count_locks()
417 dout("Have unknown lock type %d\n", lock->fl_type); in lock_to_ceph_filelock()
[all …]
/linux-6.6.21/drivers/siox/
Dsiox-bus-gpio.c19 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-6.6.21/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_lib.c169 display_output_params_st *dout; in dml_log_pipe_params() local
178 dout = &(pipes[i].dout); in dml_log_pipe_params()
265 dml_print("DML PARAMS: output_type = %d\n", dout->output_type); in dml_log_pipe_params()
266 dml_print("DML PARAMS: output_format = %d\n", dout->output_format); in dml_log_pipe_params()
267 dml_print("DML PARAMS: dsc_input_bpc = %d\n", dout->dsc_input_bpc); in dml_log_pipe_params()
268 dml_print("DML PARAMS: output_bpp = %3.4f\n", dout->output_bpp); in dml_log_pipe_params()
269 dml_print("DML PARAMS: dp_lanes = %d\n", dout->dp_lanes); in dml_log_pipe_params()
270 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params()
271 dml_print("DML PARAMS: dsc_slices = %d\n", dout->dsc_slices); in dml_log_pipe_params()
272 dml_print("DML PARAMS: wb_enable = %d\n", dout->wb_enable); in dml_log_pipe_params()
[all …]
Ddisplay_mode_vba.c537 display_output_params_st *dout = &pipes[j].dout; in fetch_pipe_params() local
571 mode_lib->vba.OutputLinkDPRate[mode_lib->vba.NumberOfActivePlanes] = dout->dp_rate; in fetch_pipe_params()
579 mode_lib->vba.OutputMultistreamEn[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_en; in fetch_pipe_params()
580 mode_lib->vba.OutputMultistreamId[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_id; in fetch_pipe_params()
626 (enum output_format_class) (dout->output_format); in fetch_pipe_params()
628 dout->output_bpp; in fetch_pipe_params()
630 (enum output_encoder_class) (dout->output_type); in fetch_pipe_params()
632 dout->is_virtual; in fetch_pipe_params()
634 if (dout->dsc_enable) in fetch_pipe_params()
635 mode_lib->vba.ForcedOutputLinkBPP[mode_lib->vba.NumberOfActivePlanes] = dout->output_bpp; in fetch_pipe_params()
[all …]
/linux-6.6.21/include/linux/ceph/
Dceph_debug.h18 # define dout(fmt, ...) \ macro
24 # define dout(fmt, ...) do { \ macro
35 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) macro
/linux-6.6.21/Documentation/devicetree/bindings/iio/adc/
Davia-hx711.yaml17 - dout-gpio is the sensor data the sensor responds to the clock
33 dout-gpios:
53 - dout-gpios
64 dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
/linux-6.6.21/drivers/block/
Drbd.c709 dout("%s:\n", __func__); in rbd_client_create()
730 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_create()
740 dout("%s: error %d\n", __func__, ret); in rbd_client_create()
876 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_release()
1253 dout("%s %p data buf %u~%u\n", __func__, obj_req, off, bytes); in rbd_obj_zero_range()
1272 dout("%s: obj %p (was %d)\n", __func__, obj_request, in rbd_obj_request_put()
1284 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_add()
1290 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_del()
1300 dout("%s osd_req %p for obj_req %p objno %llu %llu~%llu\n", in rbd_osd_submit()
1345 dout("%s %p objno %llu discard\n", __func__, obj_req, in rbd_obj_set_copyup_enabled()
[all …]

1234