/linux-4.1.27/net/ceph/ |
D | msgpool.c | 17 dout("msgpool_alloc %s failed\n", pool->name); in msgpool_alloc() 19 dout("msgpool_alloc %s %p\n", pool->name, msg); in msgpool_alloc() 30 dout("msgpool_release %s %p\n", pool->name, msg); in msgpool_free() 38 dout("msgpool %s init\n", name); in ceph_msgpool_init() 50 dout("msgpool %s destroy\n", pool->name); in ceph_msgpool_destroy() 60 dout("msgpool_get %s need front %d, pool size is %d\n", in ceph_msgpool_get() 69 dout("msgpool_get %s %p\n", pool->name, msg); in ceph_msgpool_get() 75 dout("msgpool_put %s %p\n", pool->name, msg); in ceph_msgpool_put()
|
D | messenger.c | 333 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init() 344 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting() 355 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected() 368 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing() 382 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed() 399 dout("%s on %p state = %lu, queueing work\n", __func__, in ceph_sock_data_ready() 419 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space() 424 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space() 433 dout("%s %p state = %lu sk_state = %u\n", __func__, in ceph_sock_state_change() 438 dout("%s TCP_CLOSE\n", __func__); in ceph_sock_state_change() [all …]
|
D | osd_client.c | 79 dout(" skipping last %llu, final file extent %llu~%llu\n", in calc_layout() 83 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout() 313 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request() 342 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_get_request() 350 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_put_request() 908 dout("%s requeueing %p tid %llu\n", __func__, req, req->r_tid); in __kick_linger_request() 923 dout("%s osd%d\n", __func__, osd->o_osd); in __kick_osd_requests() 950 dout("%s requeueing %p tid %llu\n", __func__, req, in __kick_osd_requests() 986 dout("osd_reset osd%d\n", osd->o_osd); in osd_reset() 1025 dout("get_osd %p %d -> %d\n", osd, atomic_read(&osd->o_ref)-1, in get_osd() [all …]
|
D | auth_x.c | 25 dout("ceph_x_is_authenticated want=%d need=%d have=%d\n", in ceph_x_is_authenticated() 36 dout("ceph_x_should_authenticate want=%d need=%d have=%d\n", in ceph_x_should_authenticate() 76 dout("ceph_x_decrypt len %d\n", len); in ceph_x_decrypt() 129 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler() 164 dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); in process_one_ticket() 182 dout(" decrypted %d bytes\n", dlen); in process_one_ticket() 199 dout(" expires=%lu renew_after=%lu\n", new_expires, in process_one_ticket() 206 dout(" encrypted ticket\n"); in process_one_ticket() 221 dout(" ticket blob is %d bytes\n", dlen); in process_one_ticket() 239 dout(" got ticket service %d (%s) secret_id %lld len %d\n", in process_one_ticket() [all …]
|
D | osdmap.c | 58 dout("crush_decode_uniform_bucket %p to %p\n", *p, end); in crush_decode_uniform_bucket() 70 dout("crush_decode_list_bucket %p to %p\n", *p, end); in crush_decode_list_bucket() 91 dout("crush_decode_tree_bucket %p to %p\n", *p, end); in crush_decode_tree_bucket() 108 dout("crush_decode_straw_bucket %p to %p\n", *p, end); in crush_decode_straw_bucket() 129 dout("crush_decode_straw2_bucket %p to %p\n", *p, end); in crush_decode_straw2_bucket() 166 dout("crush_decode %p to %p len %d\n", *p, end, (int)(end - *p)); in crush_decode() 207 dout("crush_decode bucket %d off %x %p to %p\n", in crush_decode() 243 dout("crush_decode bucket size %d off %x %p to %p\n", in crush_decode() 293 dout("rule vec is %p\n", c->rules); in crush_decode() 300 dout("crush_decode NO rule %d off %x %p to %p\n", in crush_decode() [all …]
|
D | mon_client.c | 52 dout("monmap_decode %p %p len %d\n", p, end, (int)(end-p)); in ceph_monmap_decode() 75 dout("monmap_decode epoch %d, num_mon %d\n", m->epoch, in ceph_monmap_decode() 78 dout("monmap_decode mon%d is %s\n", i, in ceph_monmap_decode() 83 dout("monmap_decode failed with %d\n", err); in ceph_monmap_decode() 119 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session() 141 dout("open_session num=%d r=%d -> mon%d\n", in __open_session() 147 dout("open_session mon%d opening\n", monc->cur_mon); in __open_session() 158 dout("open_session mon%d already open\n", monc->cur_mon); in __open_session() 179 dout("__schedule_delayed after %u\n", delay); in __schedule_delayed() 188 dout("__send_subscribe sub_sent=%u exp=%u want_osd=%d\n", in __send_subscribe() [all …]
|
D | auth.c | 43 dout("auth_init name '%s'\n", name); in ceph_auth_init() 56 dout("auth_init name %s\n", ac->name); in ceph_auth_init() 66 dout("auth_destroy %p\n", ac); in ceph_auth_destroy() 78 dout("auth_reset %p\n", ac); in ceph_auth_reset() 109 dout("auth_build_hello\n"); in ceph_auth_build_hello() 164 dout(" built request %d bytes\n", ret); in ceph_build_auth_request() 190 dout("handle_auth_reply %p %p\n", p, end); in ceph_handle_auth_reply() 205 dout(" result %d '%.*s' gid %llu len %d\n", result, result_msg_len, in ceph_handle_auth_reply() 211 dout(" set global_id %lld -> %lld\n", ac->global_id, global_id); in ceph_handle_auth_reply()
|
D | ceph_common.c | 195 dout("parse_fsid '%s'\n", str); in parse_fsid() 215 dout("parse_fsid ret %d got fsid %pU", err, fsid); in parse_fsid() 271 dout("destroy_options %p\n", opt); in ceph_destroy_options() 349 dout("parse_options %p options '%s' dev_name '%s'\n", opt, options, in ceph_parse_options() 388 dout("got int token %d val %d\n", token, intval); in ceph_parse_options() 390 dout("got string token %d val %s\n", token, in ceph_parse_options() 393 dout("got token %d\n", token); in ceph_parse_options() 600 dout("destroy_client %p\n", client); in ceph_destroy_client() 614 dout("destroy_client %p done\n", client); in ceph_destroy_client() 646 dout("mount waiting for mon_map\n"); in __ceph_open_session() [all …]
|
D | buffer.c | 28 dout("buffer_new %p\n", b); in ceph_buffer_new() 37 dout("buffer_release %p\n", b); in ceph_buffer_release() 49 dout("decode_buffer len %d\n", (int)len); in ceph_decode_buffer()
|
D | pagevec.c | 178 dout("zero_page_vector_page %u~%u\n", off, len); in ceph_zero_page_vector_range() 183 dout("zeroing %d %p head from %d\n", i, pages[i], in ceph_zero_page_vector_range() 190 dout("zeroing %d %p len=%d\n", i, pages[i], len); in ceph_zero_page_vector_range() 197 dout("zeroing %d %p tail to %d\n", i, pages[i], (int)len); in ceph_zero_page_vector_range()
|
D | auth_none.c | 85 dout("built authorizer len %d\n", au->buf_len); in ceph_auth_none_create_authorizer() 124 dout("ceph_auth_none_init %p\n", ac); in ceph_auth_none_init()
|
D | debugfs.c | 221 dout("ceph_debugfs_client_init %p %s\n", client, name); in ceph_debugfs_client_init() 277 dout("ceph_debugfs_client_cleanup %p\n", client); in ceph_debugfs_client_cleanup()
|
D | crypto.c | 51 dout("failed to decode crypto key\n"); in ceph_crypto_key_decode() 62 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor() 77 dout("crypto_key_unarmor key %p type %d len %d\n", key, in ceph_crypto_key_unarmor()
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 81 dout("%p set_page_dirty %p idx %lu -- already dirty\n", in ceph_set_page_dirty() 104 dout("%p set_page_dirty %p idx %lu head %d/%d -> %d/%d " in ceph_set_page_dirty() 143 dout("%p invalidatepage %p idx %lu partial dirty page %u~%u\n", in ceph_invalidatepage() 163 dout("%p invalidatepage %p idx %lu full dirty page\n", in ceph_invalidatepage() 175 dout("%p releasepage %p idx %lu\n", inode, page, page->index); in ceph_releasepage() 220 dout("readpage inode %p file %p page %p index %lu\n", in readpage_nounlock() 265 dout("finish_read %p req %p rc %d bytes %d\n", inode, req, rc, bytes); in finish_read() 282 dout("finish_read %p uptodate %p idx %lu\n", inode, page, in finish_read() 336 dout("start_read %p nr_pages %d is %lld~%lld\n", inode, nr_pages, in start_read() 358 dout("start_read %p adding %p idx %lu\n", inode, page, in start_read() [all …]
|
D | inode.c | 57 dout("get_inode created new inode %p %llx.%llx ino %llx\n", in ceph_get_inode() 62 dout("get_inode on %lu=%llx.%llx got %p\n", inode->i_ino, vino.ino, in ceph_get_inode() 152 dout("get_or_create_frag added %llx.%llx frag %x\n", in __get_or_create_frag() 209 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag() 220 dout("choose_frag(%x) = %x\n", v, t); in __ceph_choose_frag() 265 dout("fill_dirfrag removed %llx.%llx frag %x" in ceph_fill_dirfrag() 271 dout("fill_dirfrag cleared %llx.%llx frag %x" in ceph_fill_dirfrag() 295 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n", in ceph_fill_dirfrag() 335 dout("fill_fragtree %llx.%llx\n", ceph_vinop(inode)); in ceph_fill_fragtree() 360 dout(" frag %x split by %d\n", frag->frag, frag->split_by); in ceph_fill_fragtree() [all …]
|
D | caps.c | 160 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps() 198 dout("reserve caps ctx=%p %d = %d used + %d resv + %d avail\n", in ceph_reserve_caps() 206 dout("unreserve caps ctx=%p count=%d\n", ctx, ctx->count); in ceph_unreserve_caps() 213 dout("unreserve caps %d = %d used + %d resv + %d avail\n", in ceph_unreserve_caps() 242 dout("get_cap ctx=%p (%d) %d = %d used + %d resv + %d avail\n", in ceph_get_cap() 265 dout("put_cap %p %d = %d used + %d resv + %d avail\n", in ceph_put_cap() 406 dout("__cap_set_timeouts %p min %lu max %lu\n", &ci->vfs_inode, in __cap_set_timeouts() 422 dout("__cap_delay_requeue %p flags %d at %lu\n", &ci->vfs_inode, in __cap_delay_requeue() 445 dout("__cap_delay_requeue_front %p\n", &ci->vfs_inode); in __cap_delay_requeue_front() 462 dout("__cap_delay_cancel %p\n", &ci->vfs_inode); in __cap_delay_cancel() [all …]
|
D | super.c | 41 dout("put_super\n"); in ceph_put_super() 53 dout("statfs\n"); in ceph_statfs() 94 dout("sync_fs (non-blocking)\n"); in ceph_sync_fs() 96 dout("sync_fs (non-blocking) done\n"); in ceph_sync_fs() 100 dout("sync_fs (blocking)\n"); in ceph_sync_fs() 103 dout("sync_fs (blocking) done\n"); in ceph_sync_fs() 192 dout("got int token %d val %d\n", token, intval); in parse_fsopt_token() 194 dout("got string token %d val %s\n", token, in parse_fsopt_token() 197 dout("got token %d\n", token); in parse_fsopt_token() 287 dout("destroy_mount_options %p\n", args); in destroy_mount_options() [all …]
|
D | snap.c | 65 dout("get_realm %p %d -> %d\n", realm, in ceph_get_snap_realm() 126 dout("create_snap_realm %llx %p\n", realm->ino, realm); in ceph_create_snap_realm() 148 dout("lookup_snap_realm %llx %p\n", r->ino, r); in __lookup_snap_realm() 174 dout("__destroy_snap_realm %p %llx\n", realm, realm->ino); in __destroy_snap_realm() 195 dout("__put_snap_realm %llx %p %d -> %d\n", realm->ino, realm, in __put_snap_realm() 207 dout("put_snap_realm %llx %p %d -> %d\n", realm->ino, realm, in ceph_put_snap_realm() 275 dout("adjust_snap_realm_parent %llx %p: %llx %p -> %llx %p\n", in adjust_snap_realm_parent() 333 dout("build_snap_context %llx %p: %p seq %lld (%u snaps)" in build_snap_context() 380 dout("build_snap_context %llx %p: %p seq %lld (%u snaps)\n", in build_snap_context() 410 dout("rebuild_snap_realms %llx %p\n", realm->ino, realm); in rebuild_snap_realms() [all …]
|
D | dir.c | 135 dout("__dcache_readdir %p v%u at %llu (last %p)\n", in __dcache_readdir() 146 dout(" initial p %p/%p\n", p->prev, p->next); in __dcache_readdir() 155 dout(" p %p/%p %s d_subdirs %p/%p\n", p->prev, p->next, in __dcache_readdir() 169 dout(" skipping %p %pd at %llu (%llu)%s%s\n", dentry, in __dcache_readdir() 185 dout(" lost dir complete on %p; falling back to mds\n", dir); in __dcache_readdir() 191 dout(" %llu (%llu) dentry %p %pd %p\n", di->offset, ctx->pos, in __dcache_readdir() 239 dout("note_last_dentry '%s'\n", fi->last_name); in note_last_dentry() 256 dout("readdir %p file %p frag %u off %u\n", inode, file, frag, off); in ceph_readdir() 262 dout("readdir off 0 -> '.'\n"); in ceph_readdir() 272 dout("readdir off 1 -> '..'\n"); in ceph_readdir() [all …]
|
D | mds_client.c | 199 dout("parsed dir dname '%.*s'\n", info->dir_dname_len[i], in parse_reply_info_dir() 365 dout("mdsc get_session %p %d -> %d\n", s, in get_session() 369 dout("mdsc get_session %p 0 -- FAIL", s); in get_session() 376 dout("mdsc put_session %p %d -> %d\n", s, in ceph_put_mds_session() 398 dout("lookup_mds_session %p %d\n", session, in __ceph_lookup_mds_session() 465 dout("register_session mds%d\n", mds); in register_session() 470 dout("register_session realloc to %d\n", newmax); in register_session() 502 dout("__unregister_session mds%d %p\n", s->s_mds, s); in __unregister_session() 625 dout("__register_request %p tid %lld\n", req, req->r_tid); in __register_request() 646 dout("__unregister_request %p tid %lld\n", req, req->r_tid); in __unregister_request() [all …]
|
D | cache.c | 142 dout("ceph inode 0x%p cached okay", ci); in ceph_fscache_inode_check_aux() 156 dout("ceph inode 0x%p now uncached", ci); in ceph_fscache_inode_now_uncached() 267 dout("page read submitted\n"); in ceph_readpage_from_fscache() 271 dout("page/inode not in cache\n"); in ceph_readpage_from_fscache() 274 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpage_from_fscache() 296 dout("all-page read submitted\n"); in ceph_readpages_from_fscache() 300 dout("page/inode not in cache\n"); in ceph_readpages_from_fscache() 303 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpages_from_fscache() 358 dout("revalidate_work lost cache before validation %p\n", in ceph_revalidate_work() 389 dout("ceph_queue_revalidate %p\n", inode); in ceph_queue_revalidate() [all …]
|
D | export.c | 46 dout("encode_fh %llx with parent %llx\n", in ceph_encode_fh() 53 dout("encode_fh %llx\n", ceph_ino(inode)); in ceph_encode_fh() 101 dout("__fh_to_dentry %llx %p dentry %p\n", ino, inode, dentry); in __fh_to_dentry() 120 dout("fh_to_dentry %llx\n", fh->ino); in ceph_fh_to_dentry() 166 dout("__get_parent ino %llx parent %p ino %llx.%llx\n", in __get_parent() 178 dout("get_parent %p ino %llx.%llx\n", in ceph_get_parent() 198 dout("fh_to_parent %llx\n", cfh->parent_ino); in ceph_fh_to_parent() 233 dout("get_name %p ino %llx.%llx name %s\n", in ceph_get_name() 236 dout("get_name %p ino %llx.%llx err %d\n", in ceph_get_name()
|
D | locks.c | 63 dout("ceph_lock_message: rule: %d, op: %d, owner: %llx, pid: %llu, " in ceph_lock_message() 100 dout("ceph_lock_message: rule: %d, op: %d, pid: %llu, start: %llu, " in ceph_lock_message() 127 dout("ceph_lock_wait_for_completion: request %llu was interrupted\n", in ceph_lock_wait_for_completion() 170 dout("ceph_lock, fl_owner: %p", fl->fl_owner); in ceph_lock() 188 dout("mds locked, locking locally"); in ceph_lock() 196 dout("got %d on posix_lock_file, undid lock", in ceph_lock() 216 dout("ceph_flock, fl_file: %p", fl->fl_file); in ceph_flock() 236 dout("got %d on flock_lock_file_wait, undid lock", err); in ceph_flock() 263 dout("counted %d flock locks and %d fcntl locks", in ceph_count_locks() 283 dout("encoding %d flock and %d fcntl locks", num_flock_locks, in ceph_encode_locks_to_buffer() [all …]
|
D | file.c | 90 dout("init_file %p %p 0%o (regular)\n", inode, file, in ceph_init_file() 104 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file() 110 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file() 143 dout("open file %p is already opened\n", file); in ceph_open() 152 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open() 180 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open() 202 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open() 219 dout("open result=%d on %llx.%llx\n", err, ceph_vinop(inode)); in ceph_open() 240 dout("atomic_open %p dentry %p '%pd' %s flags %d mode 0%o\n", in ceph_atomic_open() 296 dout("atomic_open finish_no_open on dn %p\n", dn); in ceph_atomic_open() [all …]
|
D | xattr.c | 77 dout("ceph_vxattrcb_layout %p\n", &ci->vfs_inode); in ceph_vxattrcb_layout() 397 dout("__set_xattr count=%d\n", ci->i_xattrs.count); in __set_xattr() 425 dout("__set_xattr_val p=%p\n", p); in __set_xattr() 428 dout("__set_xattr_val added %llx.%llx xattr %p %s=%.*s\n", in __set_xattr() 455 dout("__get_xattr %s: found %.*s\n", name, in __get_xattr() 461 dout("__get_xattr %s: not found\n", name); in __get_xattr() 519 dout("__copy_xattr_names count=%d\n", ci->i_xattrs.count); in __copy_xattr_names() 526 dout("dest=%s %p (%s) (%d/%d)\n", dest, xattr, xattr->name, in __copy_xattr_names() 543 dout("__ceph_destroy_xattrs p=%p\n", p); in __ceph_destroy_xattrs() 549 dout("__ceph_destroy_xattrs next p=%p (%.*s)\n", p, in __ceph_destroy_xattrs() [all …]
|
D | ioctl.c | 254 dout("ioctl_layzio: file %p marked lazy\n", file); in ceph_ioctl_lazyio() 258 dout("ioctl_layzio: file %p already lazy\n", file); in ceph_ioctl_lazyio() 273 dout("ioctl file %p cmd %u arg %lu\n", file, cmd, arg); in ceph_ioctl()
|
D | mdsmap.c | 126 dout("mdsmap_decode %d/%d %lld mds%d.%d %s %s\n", in ceph_mdsmap_decode() 166 dout("mdsmap_decode success epoch %u\n", m->m_epoch); in ceph_mdsmap_decode()
|
D | debugfs.c | 227 dout("ceph_fs_debugfs_cleanup\n"); in ceph_fs_debugfs_cleanup() 242 dout("ceph_fs_debugfs_init\n"); in ceph_fs_debugfs_init()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
D | nandflash.c | 53 reg_gio_rw_pa_dout dout; in crisv32_hwcontrol() local 60 dout = REG_RD(gio, regi_gio, rw_pa_dout); in crisv32_hwcontrol() 61 dout.data &= ~PIN_BITMASK; in crisv32_hwcontrol() 68 dout.data |= ((ctrl & CTRL_BITMASK) ^ NAND_NCE) << CE_BIT; in crisv32_hwcontrol() 72 dout.data |= (1 << CE_BIT); in crisv32_hwcontrol() 74 dout.data |= (1 << CLE_BIT); in crisv32_hwcontrol() 76 dout.data |= (1 << ALE_BIT); in crisv32_hwcontrol() 78 REG_WR(gio, regi_gio, rw_pa_dout, dout); in crisv32_hwcontrol()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | nandflash.c | 54 reg_pio_rw_dout dout; in crisv32_hwcontrol() local 61 dout = REG_RD(pio, regi_pio, rw_dout); in crisv32_hwcontrol() 62 dout.regf_NCE = (ctrl & NAND_NCE) ? 0 : 1; in crisv32_hwcontrol() 80 dout.regf_CLE = (ctrl & NAND_CLE) ? 1 : 0; in crisv32_hwcontrol() 81 dout.regf_ALE = (ctrl & NAND_ALE) ? 1 : 0; in crisv32_hwcontrol() 83 REG_WR(pio, regi_pio, rw_dout, dout); in crisv32_hwcontrol() 128 reg_pio_rw_dout dout = { .regf_NCE = 1 }; in crisv32_nand_flash_probe() local 134 REG_WR(pio, regi_pio, rw_dout, dout); in crisv32_nand_flash_probe()
|
/linux-4.1.27/drivers/clk/ |
D | clk-axi-clkgen.c | 148 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local 171 dout = DIV_ROUND_CLOSEST(fvco, fout); in axi_clkgen_calc_params() 172 dout = clamp_t(unsigned long, dout, 1, 128); in axi_clkgen_calc_params() 173 f = fvco / dout; in axi_clkgen_calc_params() 178 *best_dout = dout; in axi_clkgen_calc_params() 362 unsigned int d, m, dout; in axi_clkgen_set_rate() local 373 axi_clkgen_calc_params(parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate() 375 if (d == 0 || dout == 0 || m == 0) in axi_clkgen_set_rate() 381 axi_clkgen_calc_clk_params(dout, &low, &high, &edge, &nocount); in axi_clkgen_set_rate() 411 unsigned int d, m, dout; in axi_clkgen_round_rate() local [all …]
|
/linux-4.1.27/include/linux/ceph/ |
D | ceph_debug.h | 16 # define dout(fmt, ...) \ macro 23 # define dout(fmt, ...) do { \ macro 34 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) macro
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | srq.c | 88 struct mlx5_destroy_srq_mbox_out dout; in mlx5_core_create_srq() local 117 memset(&dout, 0, sizeof(dout)); in mlx5_core_create_srq() 120 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout)); in mlx5_core_create_srq()
|
D | cq.c | 98 struct mlx5_destroy_cq_mbox_out dout; in mlx5_core_create_cq() local 131 memset(&dout, 0, sizeof(dout)); in mlx5_core_create_cq() 133 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout)); in mlx5_core_create_cq()
|
D | qp.c | 188 struct mlx5_destroy_qp_mbox_out dout; in mlx5_core_create_qp() local 232 memset(&dout, 0, sizeof(dout)); in mlx5_core_create_qp() 235 mlx5_cmd_exec(dev, &din, sizeof(din), &out, sizeof(dout)); in mlx5_core_create_qp()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-xilinx.txt | 20 - xlnx,dout-default : if n-th bit is 1, GPIO-n default value is 1 25 - xlnx,dout-default-2 : as above but the second channel 40 xlnx,dout-default = <0x0>; 41 xlnx,dout-default-2 = <0x0>;
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 660 dout("%s:\n", __func__); in rbd_client_create() 681 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_create() 691 dout("%s: error %d\n", __func__, ret); in rbd_client_create() 777 dout("got int token %d val %d\n", token, intval); in parse_rbd_opts_token() 779 dout("got string token %d val %s\n", token, in parse_rbd_opts_token() 782 dout("got Boolean token %d\n", token); in parse_rbd_opts_token() 784 dout("got token %d\n", token); in parse_rbd_opts_token() 844 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_release() 1470 dout("%s: obj %p (was %d)\n", __func__, obj_request, in rbd_obj_request_get() 1479 dout("%s: obj %p (was %d)\n", __func__, obj_request, in rbd_obj_request_put() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | cros_ec.c | 37 out = ec_dev->dout; in cros_ec_prepare_tx() 138 ec_dev->dout = devm_kzalloc(dev, ec_dev->dout_size, GFP_KERNEL); in cros_ec_register() 139 if (!ec_dev->dout) in cros_ec_register()
|
D | cros_ec_spi.c | 246 debug_packet(ec_dev->dev, "out", ec_dev->dout, len); in cros_ec_cmd_xfer_spi() 248 trans.tx_buf = ec_dev->dout; in cros_ec_cmd_xfer_spi()
|
D | si476x-i2c.c | 52 core->pinmux.dout, in si476x_core_config_pinmux() 819 core->pinmux.dout == SI476X_DOUT_I2S_OUTPUT && in si476x_core_probe()
|
D | si476x-cmd.c | 532 enum si476x_dout_config dout, in si476x_core_cmd_dig_audio_pin_cfg() argument 539 PIN_CFG_BYTE(dout), in si476x_core_cmd_dig_audio_pin_cfg()
|
/linux-4.1.27/arch/mips/kernel/ |
D | gpio_txx9.c | 30 val = __raw_readl(&txx9_pioptr->dout); in txx9_gpio_set_raw() 35 __raw_writel(val, &txx9_pioptr->dout); in txx9_gpio_set_raw()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 164 xlnx,dout-default = <0>; 165 xlnx,dout-default-2 = <0>; 303 xlnx,dout-default = <0>; 304 xlnx,dout-default-2 = <0>; 319 xlnx,dout-default = <0>; 320 xlnx,dout-default-2 = <0>; 337 xlnx,dout-default = <0>; 338 xlnx,dout-default-2 = <0>;
|
D | virtex440-ml510.dts | 273 xlnx,dout-default = <0x0>; 274 xlnx,dout-default-2 = <0x0>; 289 xlnx,dout-default = <0x0>; 290 xlnx,dout-default-2 = <0x0>;
|
/linux-4.1.27/arch/mips/include/asm/ |
D | txx9pio.h | 15 __u32 dout; member
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_irqp.h | 87 u32 dout; /* Data output register */ member
|
D | cryp.h | 203 u32 dout; member
|
D | cryp_core.c | 220 readsl(&device_data->base->dout, ctx->outdata, count); in cryp_interrupt_handler() 660 readsl(&device_data->base->dout, outdata, len); in cryp_polling_mode()
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec.h | 113 uint8_t *dout; member
|
D | si476x-platform.h | 132 enum si476x_dout_config dout; member
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | misc.c | 131 reg_ser_rw_dout dout = {.data = *s}; in serout() local 138 REG_WR(ser, regi_ser, rw_dout, dout); in serout()
|
/linux-4.1.27/drivers/tty/serial/ |
D | etraxfs-uart.c | 202 reg_ser_rw_dout dout = { .data = ch }; in etraxfs_uart_send_xchar() local 239 REG_WR(ser, regi_ser, rw_dout, dout); in etraxfs_uart_send_xchar() 509 reg_ser_rw_dout dout = { .data = xmit->buf[xmit->tail] }; in transmit_chars_no_dma() local 511 REG_WR(ser, regi_ser, rw_dout, dout); in transmit_chars_no_dma()
|
/linux-4.1.27/drivers/scsi/ |
D | eata.c | 751 dout : 1, member 779 dout :1, /* Direction of Transfer is Out (Host to Target) */ 1717 cpp->dout = 0; in scsi_to_dev_dir() 1721 cpp->dout = 1; in scsi_to_dev_dir() 1725 cpp->dout = 0; in scsi_to_dev_dir() 1735 cpp->dout = 1; in scsi_to_dev_dir() 1739 if ((cpp->din = !cpp->dout)) in scsi_to_dev_dir()
|
/linux-4.1.27/fs/gfs2/ |
D | xattr.c | 463 const char *din, char *dout) in gfs2_iter_unstuffed() argument 507 if (dout) { in gfs2_iter_unstuffed() 508 memcpy(dout, pos, cp_size); in gfs2_iter_unstuffed() 509 dout += sdp->sd_jbsize; in gfs2_iter_unstuffed()
|
/linux-4.1.27/arch/microblaze/boot/dts/ |
D | system.dts | 260 xlnx,dout-default = <0x0>; 261 xlnx,dout-default-2 = <0x0>;
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 462 struct uvcg_default_output *dout, char *page) \ 466 struct mutex *su_mutex = &dout->group.cg_subsys->su_mutex; \ 472 opts_item = dout->group.cg_item.ci_parent->ci_parent-> \
|