/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 68 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, in mipid_transfer() argument 76 BUG_ON(md->spi == NULL); in mipid_transfer() 117 r = spi_sync(md->spi, &m); in mipid_transfer() 119 dev_dbg(&md->spi->dev, "spi_sync %d\n", r); in mipid_transfer() 125 static inline void mipid_cmd(struct mipid_device *md, int cmd) in mipid_cmd() argument 127 mipid_transfer(md, cmd, NULL, 0, NULL, 0); in mipid_cmd() 130 static inline void mipid_write(struct mipid_device *md, in mipid_write() argument 133 mipid_transfer(md, reg, buf, len, NULL, 0); in mipid_write() 136 static inline void mipid_read(struct mipid_device *md, in mipid_read() argument 139 mipid_transfer(md, reg, NULL, 0, buf, len); in mipid_read() [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm.c | 70 struct mapped_device *md; member 84 struct mapped_device *md; member 243 bool dm_use_blk_mq(struct mapped_device *md) in dm_use_blk_mq() argument 245 return md->use_blk_mq; in dm_use_blk_mq() 440 int dm_deleting_md(struct mapped_device *md) in dm_deleting_md() argument 442 return test_bit(DMF_DELETING, &md->flags); in dm_deleting_md() 447 struct mapped_device *md; in dm_blk_open() local 451 md = bdev->bd_disk->private_data; in dm_blk_open() 452 if (!md) in dm_blk_open() 455 if (test_bit(DMF_FREEING, &md->flags) || in dm_blk_open() [all …]
|
D | dm-era-target.c | 33 struct writeset_metadata md; member 73 ws->md.nr_bits = nr_blocks; in writeset_alloc() 74 ws->md.root = INVALID_WRITESET_ROOT; in writeset_alloc() 91 memset(ws->bits, 0, bitset_size(ws->md.nr_bits)); in writeset_init() 93 r = setup_on_disk_bitset(info, ws->md.nr_bits, &ws->md.root); in writeset_init() 137 r = dm_bitset_set_bit(info, ws->md.root, block, &ws->md.root); in writeset_test_and_set() 300 static int superblock_read_lock(struct era_metadata *md, in superblock_read_lock() argument 303 return dm_bm_read_lock(md->bm, SUPERBLOCK_LOCATION, in superblock_read_lock() 307 static int superblock_lock_zero(struct era_metadata *md, in superblock_lock_zero() argument 310 return dm_bm_write_lock_zero(md->bm, SUPERBLOCK_LOCATION, in superblock_lock_zero() [all …]
|
D | dm.h | 81 void dm_lock_md_type(struct mapped_device *md); 82 void dm_unlock_md_type(struct mapped_device *md); 83 void dm_set_md_type(struct mapped_device *md, unsigned type); 84 unsigned dm_get_md_type(struct mapped_device *md); 85 struct target_type *dm_get_immutable_target_type(struct mapped_device *md); 87 int dm_setup_md_queue(struct mapped_device *md); 126 int dm_deleting_md(struct mapped_device *md); 131 int dm_suspended_md(struct mapped_device *md); 136 int dm_suspended_internally_md(struct mapped_device *md); 137 void dm_internal_suspend_fast(struct mapped_device *md); [all …]
|
D | dm-ioctl.c | 35 struct mapped_device *md; member 118 dm_get(hc->md); in __get_name_cell() 132 dm_get(hc->md); in __get_uuid_cell() 141 struct mapped_device *md; in __get_dev_cell() local 144 md = dm_get_md(huge_decode_dev(dev)); in __get_dev_cell() 145 if (!md) in __get_dev_cell() 148 hc = dm_get_mdptr(md); in __get_dev_cell() 150 dm_put(md); in __get_dev_cell() 161 struct mapped_device *md) in alloc_cell() argument 189 hc->md = md; in alloc_cell() [all …]
|
D | dm-sysfs.c | 25 struct mapped_device *md; in dm_attr_show() local 32 md = dm_get_from_kobject(kobj); in dm_attr_show() 33 if (!md) in dm_attr_show() 36 ret = dm_attr->show(md, page); in dm_attr_show() 37 dm_put(md); in dm_attr_show() 50 struct mapped_device *md; in dm_attr_store() local 57 md = dm_get_from_kobject(kobj); in dm_attr_store() 58 if (!md) in dm_attr_store() 61 ret = dm_attr->store(md, page, count); in dm_attr_store() 62 dm_put(md); in dm_attr_store() [all …]
|
D | dm-raid.c | 69 struct mddev md; member 165 mddev_init(&rs->md); in context_alloc() 169 rs->md.raid_disks = raid_devs; in context_alloc() 170 rs->md.level = raid_type->level; in context_alloc() 171 rs->md.new_level = rs->md.level; in context_alloc() 172 rs->md.layout = raid_type->algorithm; in context_alloc() 173 rs->md.new_layout = rs->md.layout; in context_alloc() 174 rs->md.delta_disks = 0; in context_alloc() 175 rs->md.recovery_cp = 0; in context_alloc() 196 for (i = 0; i < rs->md.raid_disks; i++) { in context_free() [all …]
|
D | dm-uevent.c | 44 struct mapped_device *md; member 57 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) in dm_uevent_alloc() argument 66 event->md = md; in dm_uevent_alloc() 71 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, in dm_build_path_uevent() argument 80 event = dm_uevent_alloc(md); in dm_build_path_uevent() 101 dm_next_uevent_seq(md))) { in dm_build_path_uevent() 146 if (dm_copy_name_and_uuid(event->md, event->name, in dm_send_uevents() 186 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent() local 194 event = dm_build_path_uevent(md, ti, in dm_path_uevent() 201 dm_uevent_add(md, &event->elist); in dm_path_uevent()
|
D | dm-table.c | 32 struct mapped_device *md; member 184 unsigned num_targets, struct mapped_device *md) in dm_table_create() argument 210 t->md = md; in dm_table_create() 215 static void free_devices(struct list_head *devices, struct mapped_device *md) in free_devices() argument 223 dm_device_name(md), dd->dm_dev->name); in free_devices() 224 dm_put_table_device(md, dd->dm_dev); in free_devices() 253 free_devices(&t->devices, t->md); in dm_table_destroy() 298 dm_device_name(ti->table->md), bdevname(bdev, b), in device_area_is_invalid() 311 dm_device_name(ti->table->md), bdevname(bdev, b), in device_area_is_invalid() 324 dm_device_name(ti->table->md), in device_area_is_invalid() [all …]
|
D | dm-stats.c | 243 struct mapped_device *md) in dm_stats_create() argument 361 suspend_callback(md); in dm_stats_create() 383 resume_callback(md); in dm_stats_create() 389 resume_callback(md); in dm_stats_create() 945 static int message_stats_create(struct mapped_device *md, in message_stats_create() argument 979 len = dm_get_size(md); in message_stats_create() 1050 id = dm_stats_create(dm_get_stats(md), start, end, step, stat_flags, in message_stats_create() 1052 dm_internal_suspend_fast, dm_internal_resume_fast, md); in message_stats_create() 1070 static int message_stats_delete(struct mapped_device *md, in message_stats_delete() argument 1082 return dm_stats_delete(dm_get_stats(md), id); in message_stats_delete() [all …]
|
D | Makefile | 19 md-mod-y += md.o bitmap.o 34 obj-$(CONFIG_MD_CLUSTER) += md-cluster.o 36 obj-$(CONFIG_BLK_DEV_MD) += md-mod.o
|
D | dm-stats.h | 29 int dm_stats_message(struct mapped_device *md, unsigned argc, char **argv,
|
D | dm-verity.c | 203 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err() local 233 kobject_uevent_env(&disk_to_dev(dm_disk(md))->kobj, KOBJ_CHANGE, envp); in verity_handle_err()
|
D | Kconfig | 195 source "drivers/md/bcache/Kconfig" 250 source "drivers/md/persistent-data/Kconfig"
|
D | dm-thin.c | 507 static struct pool *__pool_table_lookup(struct mapped_device *md) in __pool_table_lookup() argument 514 if (tmp->pool_md == md) { in __pool_table_lookup()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | efi.c | 254 is_memory_available (efi_memory_desc_t *md) in is_memory_available() argument 256 if (!(md->attribute & EFI_MEMORY_WB)) in is_memory_available() 259 switch (md->type) { in is_memory_available() 278 #define efi_md_size(md) (md->num_pages << EFI_PAGE_SHIFT) argument 287 efi_md_end(efi_memory_desc_t *md) in efi_md_end() argument 289 return (md->phys_addr + efi_md_size(md)); in efi_md_end() 293 efi_wb(efi_memory_desc_t *md) in efi_wb() argument 295 return (md->attribute & EFI_MEMORY_WB); in efi_wb() 299 efi_uc(efi_memory_desc_t *md) in efi_uc() argument 301 return (md->attribute & EFI_MEMORY_UC); in efi_uc() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-md.c | 47 lnet_md_unlink(lnet_libmd_t *md) in lnet_md_unlink() argument 49 if ((md->md_flags & LNET_MD_FLAG_ZOMBIE) == 0) { in lnet_md_unlink() 51 lnet_me_t *me = md->md_me; in lnet_md_unlink() 53 md->md_flags |= LNET_MD_FLAG_ZOMBIE; in lnet_md_unlink() 60 lnet_ptl_detach_md(me, md); in lnet_md_unlink() 66 lnet_res_lh_invalidate(&md->md_lh); in lnet_md_unlink() 69 if (md->md_refcount != 0) { in lnet_md_unlink() 70 CDEBUG(D_NET, "Queueing unlink of md %p\n", md); in lnet_md_unlink() 74 CDEBUG(D_NET, "Unlinking md %p\n", md); in lnet_md_unlink() 76 if (md->md_eq != NULL) { in lnet_md_unlink() [all …]
|
D | lib-me.c | 232 lnet_libmd_t *md; in LNetMEUnlink() local 248 md = me->me_md; in LNetMEUnlink() 249 if (md != NULL) { in LNetMEUnlink() 250 md->md_flags |= LNET_MD_FLAG_ABORTED; in LNetMEUnlink() 251 if (md->md_eq != NULL && md->md_refcount == 0) { in LNetMEUnlink() 252 lnet_build_unlink_event(md, &ev); in LNetMEUnlink() 253 lnet_eq_enqueue_event(md->md_eq, &ev); in LNetMEUnlink() 271 lnet_libmd_t *md = me->me_md; in lnet_me_unlink() local 274 lnet_ptl_detach_md(me, md); in lnet_me_unlink() 275 lnet_md_unlink(md); in lnet_me_unlink() [all …]
|
D | lib-ptl.c | 139 lnet_try_match_md(lnet_libmd_t *md, in lnet_try_match_md() argument 146 lnet_me_t *me = md->md_me; in lnet_try_match_md() 149 if (lnet_md_exhausted(md)) in lnet_try_match_md() 153 if ((md->md_options & info->mi_opc) == 0) in lnet_try_match_md() 171 if ((md->md_options & LNET_MD_MANAGE_REMOTE) == 0) in lnet_try_match_md() 172 offset = md->md_offset; in lnet_try_match_md() 176 if ((md->md_options & LNET_MD_MAX_SIZE) != 0) { in lnet_try_match_md() 177 mlength = md->md_max_size; in lnet_try_match_md() 178 LASSERT(md->md_offset + mlength <= md->md_length); in lnet_try_match_md() 180 mlength = md->md_length - offset; in lnet_try_match_md() [all …]
|
D | lib-msg.c | 46 lnet_build_unlink_event(lnet_libmd_t *md, lnet_event_t *ev) in lnet_build_unlink_event() argument 53 lnet_md_deconstruct(md, &ev->md); in lnet_build_unlink_event() 54 lnet_md2handle(&ev->md_handle, md); in lnet_build_unlink_event() 308 lnet_msg_attach_md(lnet_msg_t *msg, lnet_libmd_t *md, in lnet_msg_attach_md() argument 318 msg->msg_md = md; in lnet_msg_attach_md() 324 md->md_refcount++; in lnet_msg_attach_md() 325 if (md->md_threshold != LNET_MD_THRESH_INF) { in lnet_msg_attach_md() 326 LASSERT(md->md_threshold > 0); in lnet_msg_attach_md() 327 md->md_threshold--; in lnet_msg_attach_md() 331 lnet_md2handle(&msg->msg_ev.md_handle, md); in lnet_msg_attach_md() [all …]
|
D | lib-move.c | 604 lnet_libmd_t *md = msg->msg_md; in lnet_setpayloadbuffer() local 608 LASSERT(md != NULL); in lnet_setpayloadbuffer() 613 msg->msg_niov = md->md_niov; in lnet_setpayloadbuffer() 614 if ((md->md_options & LNET_MD_KIOV) != 0) in lnet_setpayloadbuffer() 615 msg->msg_kiov = md->md_iov.kiov; in lnet_setpayloadbuffer() 617 msg->msg_iov = md->md_iov.iov; in lnet_setpayloadbuffer() 1500 lnet_libmd_t *md; in lnet_parse_reply() local 1512 md = lnet_wire_handle2md(&hdr->msg.reply.dst_wmd); in lnet_parse_reply() 1513 if (md == NULL || md->md_threshold == 0 || md->md_me != NULL) { in lnet_parse_reply() 1516 (md == NULL) ? "invalid" : "inactive", in lnet_parse_reply() [all …]
|
D | api-ni.c | 1582 lnet_md_t md = { NULL }; in lnet_ping_target_init() local 1617 md.start = the_lnet.ln_ping_info; in lnet_ping_target_init() 1618 md.length = infosz; in lnet_ping_target_init() 1619 md.threshold = LNET_MD_THRESH_INF; in lnet_ping_target_init() 1620 md.max_size = 0; in lnet_ping_target_init() 1621 md.options = LNET_MD_OP_GET | LNET_MD_TRUNCATE | in lnet_ping_target_init() 1623 md.user_ptr = NULL; in lnet_ping_target_init() 1624 md.eq_handle = the_lnet.ln_ping_target_eq; in lnet_ping_target_init() 1626 rc = LNetMDAttach(meh, md, in lnet_ping_target_init() 1690 lnet_md_t md = { NULL }; in lnet_ping() local [all …]
|
D | Makefile | 4 lib-me.o lib-msg.o lib-eq.o lib-md.o lib-ptl.o \
|
D | router.c | 690 lnet_rc_data_t *rcd = event->md.user_ptr; in lnet_router_checker_event()
|
/linux-4.4.14/arch/mips/pci/ |
D | msi-xlp.c | 134 struct xlp_msi_data *md = irq_data_get_irq_chip_data(d); in xlp_msi_enable() local 139 spin_lock_irqsave(&md->msi_lock, flags); in xlp_msi_enable() 140 md->msi_enabled_mask |= 1u << vec; in xlp_msi_enable() 142 nlm_write_reg(md->lnkbase, PCIE_9XX_MSI_EN, in xlp_msi_enable() 143 md->msi_enabled_mask); in xlp_msi_enable() 145 nlm_write_reg(md->lnkbase, PCIE_MSI_EN, md->msi_enabled_mask); in xlp_msi_enable() 146 spin_unlock_irqrestore(&md->msi_lock, flags); in xlp_msi_enable() 151 struct xlp_msi_data *md = irq_data_get_irq_chip_data(d); in xlp_msi_disable() local 156 spin_lock_irqsave(&md->msi_lock, flags); in xlp_msi_disable() 157 md->msi_enabled_mask &= ~(1u << vec); in xlp_msi_disable() [all …]
|
/linux-4.4.14/drivers/firmware/efi/ |
D | fake_mem.c | 61 efi_memory_desc_t *md; in efi_fake_memmap() local 72 md = old; in efi_fake_memmap() 73 start = md->phys_addr; in efi_fake_memmap() 74 end = start + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_fake_memmap() 117 md = new; in efi_fake_memmap() 118 start = md->phys_addr; in efi_fake_memmap() 119 end = md->phys_addr + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_fake_memmap() 128 md->attribute |= m_attr; in efi_fake_memmap() 133 md->attribute |= m_attr; in efi_fake_memmap() 134 md->num_pages = (m_end - md->phys_addr + 1) >> in efi_fake_memmap() [all …]
|
D | efi.c | 280 efi_memory_desc_t *md; in efi_mem_desc_lookup() local 290 md = early_memremap(p, sizeof (*md)); in efi_mem_desc_lookup() 291 if (!md) { in efi_mem_desc_lookup() 293 &p, sizeof (*md)); in efi_mem_desc_lookup() 297 if (!(md->attribute & EFI_MEMORY_RUNTIME) && in efi_mem_desc_lookup() 298 md->type != EFI_BOOT_SERVICES_DATA && in efi_mem_desc_lookup() 299 md->type != EFI_RUNTIME_SERVICES_DATA) { in efi_mem_desc_lookup() 300 early_memunmap(md, sizeof (*md)); in efi_mem_desc_lookup() 304 size = md->num_pages << EFI_PAGE_SHIFT; in efi_mem_desc_lookup() 305 end = md->phys_addr + size; in efi_mem_desc_lookup() [all …]
|
D | runtime-map.c | 22 efi_memory_desc_t md; member 40 return snprintf(buf, PAGE_SIZE, "0x%x\n", entry->md.type); in type_show() 43 #define EFI_RUNTIME_FIELD(var) entry->md.var 127 memcpy(&entry->md, efi_runtime_map + nr * efi_memdesc_size, in add_sysfs_runtime_map_entry()
|
D | esrt.c | 249 efi_memory_desc_t md; in efi_esrt_init() local 257 rc = efi_mem_desc_lookup(efi.esrt, &md); in efi_esrt_init() 263 max = efi_mem_desc_end(&md); in efi_esrt_init()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 126 efi_memory_desc_t *md = p; in efi_find_mirror() local 127 unsigned long long start = md->phys_addr; in efi_find_mirror() 128 unsigned long long size = md->num_pages << EFI_PAGE_SHIFT; in efi_find_mirror() 131 if (md->attribute & EFI_MEMORY_MORE_RELIABLE) { in efi_find_mirror() 152 efi_memory_desc_t *md = p; in do_add_efi_memmap() local 153 unsigned long long start = md->phys_addr; in do_add_efi_memmap() 154 unsigned long long size = md->num_pages << EFI_PAGE_SHIFT; in do_add_efi_memmap() 157 switch (md->type) { in do_add_efi_memmap() 163 if (md->attribute & EFI_MEMORY_WB) in do_add_efi_memmap() 228 efi_memory_desc_t *md; in efi_print_memmap() local [all …]
|
D | quirks.c | 146 efi_memory_desc_t *md = p; in efi_reserve_boot_services() local 147 u64 start = md->phys_addr; in efi_reserve_boot_services() 148 u64 size = md->num_pages << EFI_PAGE_SHIFT; in efi_reserve_boot_services() 150 if (md->type != EFI_BOOT_SERVICES_CODE && in efi_reserve_boot_services() 151 md->type != EFI_BOOT_SERVICES_DATA) in efi_reserve_boot_services() 164 md->num_pages = 0; in efi_reserve_boot_services() 177 efi_memory_desc_t *md = p; in efi_free_boot_services() local 178 unsigned long long start = md->phys_addr; in efi_free_boot_services() 179 unsigned long long size = md->num_pages << EFI_PAGE_SHIFT; in efi_free_boot_services() 181 if (md->type != EFI_BOOT_SERVICES_CODE && in efi_free_boot_services() [all …]
|
D | efi_64.c | 63 efi_memory_desc_t *md; in early_code_mapping_set_exec() local 71 md = p; in early_code_mapping_set_exec() 72 if (md->type == EFI_RUNTIME_SERVICES_CODE || in early_code_mapping_set_exec() 73 md->type == EFI_BOOT_SERVICES_CODE) in early_code_mapping_set_exec() 74 efi_set_executable(md, executable); in early_code_mapping_set_exec() 204 static void __init __map_region(efi_memory_desc_t *md, u64 va) in __map_region() argument 209 if (!(md->attribute & EFI_MEMORY_WB)) in __map_region() 212 if (kernel_map_pages_in_pgd(pgd, md->phys_addr, va, md->num_pages, pf)) in __map_region() 214 md->phys_addr, va); in __map_region() 217 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() argument [all …]
|
D | efi_32.c | 51 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() argument 53 old_map_region(md); in efi_map_region() 56 void __init efi_map_region_fixed(efi_memory_desc_t *md) {} in efi_map_region_fixed() argument
|
/linux-4.4.14/arch/arm64/kernel/ |
D | efi.c | 53 static int __init is_normal_ram(efi_memory_desc_t *md) in is_normal_ram() argument 55 if (md->attribute & EFI_MEMORY_WB) in is_normal_ram() 67 efi_memory_desc_t *md; in efi_to_phys() local 69 for_each_efi_memory_desc(&memmap, md) { in efi_to_phys() 70 if (!(md->attribute & EFI_MEMORY_RUNTIME)) in efi_to_phys() 72 if (md->virt_addr == 0) in efi_to_phys() 75 if (md->virt_addr <= addr && in efi_to_phys() 76 (addr - md->virt_addr) < (md->num_pages << EFI_PAGE_SHIFT)) in efi_to_phys() 77 return md->phys_addr + addr - md->virt_addr; in efi_to_phys() 147 static __init int is_reserve_region(efi_memory_desc_t *md) in is_reserve_region() argument [all …]
|
/linux-4.4.14/drivers/mmc/card/ |
D | block.c | 141 struct mmc_blk_data *md); 159 struct mmc_blk_data *md; in mmc_blk_get() local 162 md = disk->private_data; in mmc_blk_get() 163 if (md && md->usage == 0) in mmc_blk_get() 164 md = NULL; in mmc_blk_get() 165 if (md) in mmc_blk_get() 166 md->usage++; in mmc_blk_get() 169 return md; in mmc_blk_get() 182 static void mmc_blk_put(struct mmc_blk_data *md) in mmc_blk_put() argument 185 md->usage--; in mmc_blk_put() [all …]
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_maven.c | 134 static int* get_ctrl_ptr(struct maven_data* md, int idx) { in get_ctrl_ptr() argument 135 return (int*)((char*)(md->primary_head) + maven_controls[idx].control); in get_ctrl_ptr() 339 static unsigned char maven_compute_deflicker (const struct maven_data* md) { in maven_compute_deflicker() argument 342 df = (md->version == MGATVO_B?0x40:0x00); in maven_compute_deflicker() 343 switch (md->primary_head->altout.tvo_params.deflicker) { in maven_compute_deflicker() 357 static void maven_compute_bwlevel (const struct maven_data* md, in maven_compute_bwlevel() argument 359 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN; in maven_compute_bwlevel() 360 const int c = md->primary_head->altout.tvo_params.contrast; in maven_compute_bwlevel() 366 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { in maven_compute_gamma() argument 367 return maven_gamma + md->primary_head->altout.tvo_params.gamma; in maven_compute_gamma() [all …]
|
D | matroxfb_g450.c | 141 static int g450_query_ctrl(void* md, struct v4l2_queryctrl *p) { in g450_query_ctrl() argument 162 static int g450_set_ctrl(void* md, struct v4l2_control *p) { in g450_set_ctrl() argument 164 struct matrox_fb_info *minfo = md; in g450_set_ctrl() 216 static int g450_get_ctrl(void* md, struct v4l2_control *p) { in g450_get_ctrl() argument 218 struct matrox_fb_info *minfo = md; in g450_get_ctrl() 520 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { in matroxfb_g450_compute() argument 521 struct matrox_fb_info *minfo = md; in matroxfb_g450_compute() 558 static int matroxfb_g450_program(void* md) { in matroxfb_g450_program() argument 559 struct matrox_fb_info *minfo = md; in matroxfb_g450_program() 567 static int matroxfb_g450_verify_mode(void* md, u_int32_t arg) { in matroxfb_g450_verify_mode() argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 361 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_provide_buffer() local 383 gxio_mpipe_push_buffer(&md->context, md->first_buffer_stack + kind, in tile_net_provide_buffer() 411 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_pop_all_buffers() local 415 (tile_io_addr_t)gxio_mpipe_pop_buffer(&md->context, in tile_net_pop_all_buffers() 463 struct mpipe_data *md = &mpipe_data[instance]; in tile_tx_timestamp() local 468 gxio_mpipe_get_timestamp(&md->context, &ts); in tile_tx_timestamp() 589 struct mpipe_data *md = &mpipe_data[instance]; in tile_net_handle_packet() local 590 struct net_device *dev = md->tile_net_devs_for_channel[idesc->channel]; in tile_net_handle_packet() 658 struct mpipe_data *md; in tile_net_poll() local 683 md = &mpipe_data[instance]; in tile_net_poll() [all …]
|
/linux-4.4.14/drivers/w1/ |
D | w1.c | 88 struct w1_master *md = dev_to_w1_master(dev); in w1_master_release() local 90 dev_dbg(dev, "%s: Releasing %s.\n", __func__, md->name); in w1_master_release() 91 memset(md, 0, sizeof(struct w1_master) + sizeof(struct w1_bus_master)); in w1_master_release() 92 kfree(md); in w1_master_release() 227 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_show_name() local 230 mutex_lock(&md->mutex); in w1_master_attribute_show_name() 231 count = sprintf(buf, "%s\n", md->name); in w1_master_attribute_show_name() 232 mutex_unlock(&md->mutex); in w1_master_attribute_show_name() 242 struct w1_master *md = dev_to_w1_master(dev); in w1_master_attribute_store_search() local 249 mutex_lock(&md->mutex); in w1_master_attribute_store_search() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pers.c | 45 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc, in ptlrpc_fill_bulk_md() argument 52 LASSERT(!(md->options & (LNET_MD_IOVEC | LNET_MD_KIOV | in ptlrpc_fill_bulk_md() 55 md->options |= LNET_MD_KIOV; in ptlrpc_fill_bulk_md() 56 md->length = max(0, desc->bd_iov_count - mdidx * LNET_MAX_IOV); in ptlrpc_fill_bulk_md() 57 md->length = min_t(unsigned int, LNET_MAX_IOV, md->length); in ptlrpc_fill_bulk_md() 59 md->start = &desc->bd_enc_iov[mdidx * LNET_MAX_IOV]; in ptlrpc_fill_bulk_md() 61 md->start = &desc->bd_iov[mdidx * LNET_MAX_IOV]; in ptlrpc_fill_bulk_md()
|
D | niobuf.c | 56 lnet_md_t md; in ptl_send_buf() local 61 md.start = base; in ptl_send_buf() 62 md.length = len; in ptl_send_buf() 63 md.threshold = (ack == LNET_ACK_REQ) ? 2 : 1; in ptl_send_buf() 64 md.options = PTLRPC_MD_OPTIONS; in ptl_send_buf() 65 md.user_ptr = cbid; in ptl_send_buf() 66 md.eq_handle = ptlrpc_eq_h; in ptl_send_buf() 75 rc = LNetMDBind(md, LNET_UNLINK, mdh); in ptl_send_buf() 123 lnet_md_t md; in ptlrpc_register_bulk() local 168 md.user_ptr = &desc->bd_cbid; in ptlrpc_register_bulk() [all …]
|
D | events.c | 56 struct ptlrpc_cb_id *cbid = ev->md.user_ptr; in request_out_callback() 89 struct ptlrpc_cb_id *cbid = ev->md.user_ptr; in reply_in_callback() 95 LASSERT(ev->md.start == req->rq_repbuf); in reply_in_callback() 99 LASSERT((ev->md.options & LNET_MD_MANAGE_REMOTE) != 0); in reply_in_callback() 175 struct ptlrpc_cb_id *cbid = ev->md.user_ptr; in client_bulk_callback() 284 struct ptlrpc_cb_id *cbid = ev->md.user_ptr; in request_in_callback() 292 LASSERT((char *)ev->md.start >= rqbd->rqbd_buffer); in request_in_callback() 293 LASSERT((char *)ev->md.start + ev->offset + ev->mlength <= in request_in_callback() 327 req->rq_reqbuf = ev->md.start + ev->offset; in request_in_callback() 383 struct ptlrpc_cb_id *cbid = ev->md.user_ptr; in reply_out_callback() [all …]
|
D | ptlrpc_internal.h | 229 void ptlrpc_fill_bulk_md(lnet_md_t *md, struct ptlrpc_bulk_desc *desc,
|
/linux-4.4.14/include/linux/ |
D | device-mapper.h | 369 int dm_create(int minor, struct mapped_device **md); 375 void dm_get(struct mapped_device *md); 376 int dm_hold(struct mapped_device *md); 377 void dm_put(struct mapped_device *md); 382 void dm_set_mdptr(struct mapped_device *md, void *ptr); 383 void *dm_get_mdptr(struct mapped_device *md); 388 int dm_suspend(struct mapped_device *md, unsigned suspend_flags); 389 int dm_resume(struct mapped_device *md); 394 uint32_t dm_get_event_nr(struct mapped_device *md); 395 int dm_wait_event(struct mapped_device *md, int event_nr); [all …]
|
D | efi.h | 912 extern u64 efi_mem_desc_end(efi_memory_desc_t *md); 932 #define for_each_efi_memory_desc(m, md) \ argument 933 for ((md) = (m)->map; \ 934 (md) <= (efi_memory_desc_t *)((m)->map_end - (m)->desc_size); \ 935 (md) = (void *)(md) + (m)->desc_size) 942 const efi_memory_desc_t *md);
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 719 static void cyttsp4_report_slot_liftoff(struct cyttsp4_mt_data *md, in cyttsp4_report_slot_liftoff() argument 724 if (md->num_prv_tch == 0) in cyttsp4_report_slot_liftoff() 728 input_mt_slot(md->input, t); in cyttsp4_report_slot_liftoff() 729 input_mt_report_slot_state(md->input, in cyttsp4_report_slot_liftoff() 734 static void cyttsp4_lift_all(struct cyttsp4_mt_data *md) in cyttsp4_lift_all() argument 736 if (!md->si) in cyttsp4_lift_all() 739 if (md->num_prv_tch != 0) { in cyttsp4_lift_all() 740 cyttsp4_report_slot_liftoff(md, in cyttsp4_lift_all() 741 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all() 742 input_sync(md->input); in cyttsp4_lift_all() [all …]
|
D | cyttsp4_core.h | 360 struct cyttsp4_mt_data md; member
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 73 static inline int lnet_md_exhausted(lnet_libmd_t *md) in lnet_md_exhausted() argument 75 return (md->md_threshold == 0 || in lnet_md_exhausted() 76 ((md->md_options & LNET_MD_MAX_SIZE) != 0 && in lnet_md_exhausted() 77 md->md_offset + md->md_max_size > md->md_length)); in lnet_md_exhausted() 80 static inline int lnet_md_unlinkable(lnet_libmd_t *md) in lnet_md_unlinkable() argument 87 if (md->md_refcount != 0) in lnet_md_unlinkable() 90 if ((md->md_flags & LNET_MD_FLAG_ZOMBIE) != 0) in lnet_md_unlinkable() 93 return ((md->md_flags & LNET_MD_FLAG_AUTO_UNLINK) != 0 && in lnet_md_unlinkable() 94 lnet_md_exhausted(md)); in lnet_md_unlinkable() 182 lnet_libmd_t *md; in lnet_md_alloc() local [all …]
|
D | types.h | 596 lnet_md_t md; member
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_bbt.c | 389 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts() argument 403 if (md && (md->options & NAND_BBT_VERSION)) { in read_abs_bbts() 404 scan_read(mtd, buf, (loff_t)md->pages[0] << this->page_shift, in read_abs_bbts() 405 mtd->writesize, md); in read_abs_bbts() 406 md->version[0] = buf[bbt_get_ver_offs(mtd, md)]; in read_abs_bbts() 408 md->pages[0], md->version[0]); in read_abs_bbts() 597 struct nand_bbt_descr *md) in search_read_bbts() argument 603 if (md) in search_read_bbts() 604 search_bbt(mtd, buf, md); in search_read_bbts() 618 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt() argument [all …]
|
/linux-4.4.14/arch/unicore32/mm/ |
D | mmu.c | 208 static void __init create_mapping(struct map_desc *md) in create_mapping() argument 214 if (md->virtual != vectors_base() && md->virtual < TASK_SIZE) { in create_mapping() 217 __pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping() 221 if ((md->type == MT_DEVICE || md->type == MT_ROM) && in create_mapping() 222 md->virtual >= PAGE_OFFSET && md->virtual < VMALLOC_END) { in create_mapping() 225 __pfn_to_phys((u64)md->pfn), md->virtual); in create_mapping() 228 type = &mem_types[md->type]; in create_mapping() 230 addr = md->virtual & PAGE_MASK; in create_mapping() 231 phys = (unsigned long)__pfn_to_phys(md->pfn); in create_mapping() 232 length = PAGE_ALIGN(md->length + (md->virtual & ~PAGE_MASK)); in create_mapping() [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | mmu.c | 821 static void __init create_36bit_mapping(struct map_desc *md, in create_36bit_mapping() argument 828 addr = md->virtual; in create_36bit_mapping() 829 phys = __pfn_to_phys(md->pfn); in create_36bit_mapping() 830 length = PAGE_ALIGN(md->length); in create_36bit_mapping() 834 (long long)__pfn_to_phys((u64)md->pfn), addr); in create_36bit_mapping() 846 (long long)__pfn_to_phys((u64)md->pfn), addr); in create_36bit_mapping() 850 if ((addr | length | __pfn_to_phys(md->pfn)) & ~SUPERSECTION_MASK) { in create_36bit_mapping() 852 (long long)__pfn_to_phys((u64)md->pfn), addr); in create_36bit_mapping() 860 phys |= (((md->pfn >> (32 - PAGE_SHIFT)) & 0xF) << 20); in create_36bit_mapping() 886 static void __init create_mapping(struct map_desc *md) in create_mapping() argument [all …]
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 1385 struct numa_maps md; member 1388 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats() argument 1393 md->pages += nr_pages; in gather_stats() 1395 md->dirty += nr_pages; in gather_stats() 1398 md->swapcache += nr_pages; in gather_stats() 1401 md->active += nr_pages; in gather_stats() 1404 md->writeback += nr_pages; in gather_stats() 1407 md->anon += nr_pages; in gather_stats() 1409 if (count > md->mapcount_max) in gather_stats() 1410 md->mapcount_max = count; in gather_stats() [all …]
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-rcg.c | 114 static u32 md_to_m(struct mn *mn, u32 md) in md_to_m() argument 116 md >>= mn->m_val_shift; in md_to_m() 117 md &= BIT(mn->width) - 1; in md_to_m() 118 return md; in md_to_m() 140 static u32 mn_to_md(struct mn *mn, u32 m, u32 n, u32 md) in mn_to_md() argument 146 md &= ~mask; in mn_to_md() 150 md |= m; in mn_to_md() 151 md |= ~n & mask_w; in mn_to_md() 154 return md; in mn_to_md() 208 u32 ns, md, reg; in configure_bank() local [all …]
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_3590.c | 993 sense->fmt.f70.md); in tape_3590_print_mim_msg_f0() 1004 "procedure %i", sense->fmt.f70.md); in tape_3590_print_mim_msg_f0() 1047 "interface 0x%02x", sense->fmt.f71.md[0]); in tape_3590_print_io_sim_msg_f1() 1051 "0x%02x", sense->fmt.f71.md[0]); in tape_3590_print_io_sim_msg_f1() 1055 "0x%02x", sense->fmt.f71.md[0]); in tape_3590_print_io_sim_msg_f1() 1059 sense->fmt.f71.md[0]); in tape_3590_print_io_sim_msg_f1() 1063 "0x%02x", sense->fmt.f71.md[0]); in tape_3590_print_io_sim_msg_f1() 1081 "0x%x on CU", sense->fmt.f71.md[1]); in tape_3590_print_io_sim_msg_f1() 1084 "nodes (0x%x-0x%x) on CU", sense->fmt.f71.md[1], in tape_3590_print_io_sim_msg_f1() 1085 sense->fmt.f71.md[2]); in tape_3590_print_io_sim_msg_f1() [all …]
|
D | tape_3590.h | 96 unsigned int md:8; member 109 unsigned char md[3]; member
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 919 static int scan_pio_for_cfg_handle(struct mdesc_handle *md, u64 pio, in scan_pio_for_cfg_handle() argument 924 mdesc_for_each_arc(arc, md, pio, MDESC_ARC_TYPE_FWD) { in scan_pio_for_cfg_handle() 925 u64 target = mdesc_arc_target(md, arc); in scan_pio_for_cfg_handle() 928 val = mdesc_get_property(md, target, in scan_pio_for_cfg_handle() 936 static int scan_arcs_for_cfg_handle(struct mdesc_handle *md, u64 grp, in scan_arcs_for_cfg_handle() argument 942 mdesc_for_each_arc(arc, md, grp, MDESC_ARC_TYPE_FWD) { in scan_arcs_for_cfg_handle() 943 u64 target = mdesc_arc_target(md, arc); in scan_arcs_for_cfg_handle() 944 const char *name = mdesc_node_name(md, target); in scan_arcs_for_cfg_handle() 950 val = mdesc_get_property(md, target, "latency", NULL); in scan_arcs_for_cfg_handle() 963 return scan_pio_for_cfg_handle(md, candidate, cfg_handle); in scan_arcs_for_cfg_handle() [all …]
|
/linux-4.4.14/scripts/mod/ |
D | sumversion.c | 225 static inline void add_char(unsigned char c, struct md4_ctx *md) in add_char() argument 227 md4_update(md, &c, 1); in add_char() 231 struct md4_ctx *md) in parse_string() argument 235 add_char(file[0], md); in parse_string() 237 add_char(file[i], md); in parse_string() 256 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() argument 278 i += parse_string(file+i, len - i, md); in parse_file() 288 add_char(file[i], md); in parse_file() 305 static int parse_source_files(const char *objfile, struct md4_ctx *md) in parse_source_files() argument 351 if (!parse_file(p, md)) { in parse_source_files() [all …]
|
/linux-4.4.14/block/partitions/ |
D | mac.c | 41 struct mac_driver_desc *md; in mac_partition() local 44 md = read_part_sector(state, 0, §); in mac_partition() 45 if (!md) in mac_partition() 47 if (be16_to_cpu(md->signature) != MAC_DRIVER_MAGIC) { in mac_partition() 51 secsize = be16_to_cpu(md->block_size); in mac_partition()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 493 struct ncp_mount_data* md = (struct ncp_mount_data*)raw_data; in ncp_fill_super() local 495 data.flags = md->flags; in ncp_fill_super() 497 data.mounted_uid = make_kuid(current_user_ns(), md->mounted_uid); in ncp_fill_super() 498 data.wdog_pid = find_get_pid(md->wdog_pid); in ncp_fill_super() 499 data.ncp_fd = md->ncp_fd; in ncp_fill_super() 500 data.time_out = md->time_out; in ncp_fill_super() 501 data.retry_count = md->retry_count; in ncp_fill_super() 502 data.uid = make_kuid(current_user_ns(), md->uid); in ncp_fill_super() 503 data.gid = make_kgid(current_user_ns(), md->gid); in ncp_fill_super() 504 data.file_mode = md->file_mode; in ncp_fill_super() [all …]
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 238 efi_memory_desc_t *efi_memmap, *md; in sys_fw_init() local 247 md = efi_memmap + i++; \ in sys_fw_init() 248 md->type = typ; \ in sys_fw_init() 249 md->pad = 0; \ in sys_fw_init() 250 md->phys_addr = start; \ in sys_fw_init() 251 md->virt_addr = 0; \ in sys_fw_init() 252 md->num_pages = (end - start) >> 12; \ in sys_fw_init() 253 md->attribute = attr; \ in sys_fw_init()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-core.c | 310 struct media_device *md = &camif->media_dev; in camif_media_dev_register() local 315 memset(md, 0, sizeof(*md)); in camif_media_dev_register() 316 snprintf(md->model, sizeof(md->model), "SAMSUNG S3C%s CAMIF", in camif_media_dev_register() 318 strlcpy(md->bus_info, "platform", sizeof(md->bus_info)); in camif_media_dev_register() 319 md->hw_revision = ip_rev; in camif_media_dev_register() 320 md->driver_version = KERNEL_VERSION(1, 0, 0); in camif_media_dev_register() 322 md->dev = camif->dev; in camif_media_dev_register() 325 v4l2_dev->mdev = md; in camif_media_dev_register() 331 ret = media_device_register(md); in camif_media_dev_register()
|
/linux-4.4.14/drivers/clk/shmobile/ |
D | clk-r8a7779.c | 55 #define CPG_CLK_CONFIG_INDEX(md) (((md) & (BIT(2)|BIT(1))) >> 1) argument 83 #define CPG_PLLA_MULT_INDEX(md) (((md) & (BIT(12)|BIT(11))) >> 11) argument
|
D | clk-rcar-gen2.c | 267 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument 268 (((md) & BIT(13)) >> 12) | \ 269 (((md) & BIT(19)) >> 19))
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 850 spin_lock_irq(&device->ldev->md.uuid_lock); in _drbd_send_uuids() 852 p->uuid[i] = cpu_to_be64(device->ldev->md.uuid[i]); in _drbd_send_uuids() 853 spin_unlock_irq(&device->ldev->md.uuid_lock); in _drbd_send_uuids() 881 u64 *uuid = device->ldev->md.uuid; in drbd_print_uuids() 905 uuid = device->ldev->md.uuid[UI_BITMAP]; in drbd_gen_and_send_sync_uuid() 3064 buffer->uuid[i] = cpu_to_be64(device->ldev->md.uuid[i]); in drbd_md_write() 3065 buffer->flags = cpu_to_be32(device->ldev->md.flags); in drbd_md_write() 3068 buffer->md_size_sect = cpu_to_be32(device->ldev->md.md_size_sect); in drbd_md_write() 3069 buffer->al_offset = cpu_to_be32(device->ldev->md.al_offset); in drbd_md_write() 3072 buffer->device_uuid = cpu_to_be64(device->ldev->md.device_uuid); in drbd_md_write() [all …]
|
D | drbd_nl.c | 667 device->ldev->md.uuid[UI_CURRENT] &= ~(u64)1; in drbd_set_role() 680 && device->ldev->md.uuid[UI_BITMAP] == 0) || forced) in drbd_set_role() 683 device->ldev->md.uuid[UI_CURRENT] |= (u64)1; in drbd_set_role() 776 unsigned int al_size_sect = bdev->md.al_size_4k * 8; in drbd_md_set_sector_offsets() 778 bdev->md.md_offset = drbd_md_ss(bdev); in drbd_md_set_sector_offsets() 780 switch (bdev->md.meta_dev_idx) { in drbd_md_set_sector_offsets() 783 bdev->md.md_size_sect = MD_128MB_SECT; in drbd_md_set_sector_offsets() 784 bdev->md.al_offset = MD_4kB_SECT; in drbd_md_set_sector_offsets() 785 bdev->md.bm_offset = MD_4kB_SECT + al_size_sect; in drbd_md_set_sector_offsets() 789 bdev->md.md_size_sect = drbd_get_capacity(bdev->md_bdev); in drbd_md_set_sector_offsets() [all …]
|
D | drbd_actlog.c | 443 const unsigned int stripes = device->ldev->md.al_stripes; in al_tr_number_to_on_disk_sector() 444 const unsigned int stripe_size_4kB = device->ldev->md.al_stripe_size_4k; in al_tr_number_to_on_disk_sector() 447 unsigned int t = device->al_tr_number % (device->ldev->md.al_size_4k); in al_tr_number_to_on_disk_sector() 456 return device->ldev->md.md_offset + device->ldev->md.al_offset + t; in al_tr_number_to_on_disk_sector() 612 struct drbd_md *md = &device->ldev->md; in drbd_initialize_al() local 613 sector_t al_base = md->md_offset + md->al_offset; in drbd_initialize_al() 614 int al_size_4k = md->al_stripes * md->al_stripe_size_4k; in drbd_initialize_al()
|
D | drbd_int.h | 612 struct drbd_md md; member 1816 switch (bdev->md.meta_dev_idx) { in drbd_md_first_sector() 1819 return bdev->md.md_offset + bdev->md.bm_offset; in drbd_md_first_sector() 1822 return bdev->md.md_offset; in drbd_md_first_sector() 1832 switch (bdev->md.meta_dev_idx) { in drbd_md_last_sector() 1835 return bdev->md.md_offset + MD_4kB_SECT -1; in drbd_md_last_sector() 1838 return bdev->md.md_offset + bdev->md.md_size_sect -1; in drbd_md_last_sector() 1861 switch (bdev->md.meta_dev_idx) { in drbd_get_max_capacity() 1874 BM_EXT_TO_SECT(bdev->md.md_size_sect in drbd_get_max_capacity() 1875 - bdev->md.bm_offset)); in drbd_get_max_capacity() [all …]
|
D | drbd_debugfs.c | 758 struct drbd_md *md; in device_data_gen_id_show() local 764 md = &device->ldev->md; in device_data_gen_id_show() 765 spin_lock_irq(&md->uuid_lock); in device_data_gen_id_show() 767 seq_printf(m, "0x%016llX\n", md->uuid[idx]); in device_data_gen_id_show() 769 spin_unlock_irq(&md->uuid_lock); in device_data_gen_id_show()
|
D | drbd_receiver.c | 2727 self = device->ldev->md.uuid[UI_BITMAP] & 1; in drbd_asb_recover_0p() 2941 self = device->ldev->md.uuid[UI_CURRENT] & ~((u64)1); in drbd_uuid_compare() 2961 if (device->p_uuid[UI_BITMAP] == (u64)0 && device->ldev->md.uuid[UI_BITMAP] != (u64)0) { in drbd_uuid_compare() 2966 …if ((device->ldev->md.uuid[UI_BITMAP] & ~((u64)1)) == (device->p_uuid[UI_HISTORY_START] & ~((u64)1… in drbd_uuid_compare() 2967 …(device->ldev->md.uuid[UI_HISTORY_START] & ~((u64)1)) == (device->p_uuid[UI_HISTORY_START + 1] & ~… in drbd_uuid_compare() 2970 device->ldev->md.uuid[UI_HISTORY_START] = device->ldev->md.uuid[UI_BITMAP]; in drbd_uuid_compare() 2971 device->ldev->md.uuid[UI_BITMAP] = 0; in drbd_uuid_compare() 2973 drbd_uuid_dump(device, "self", device->ldev->md.uuid, in drbd_uuid_compare() 2984 if (device->ldev->md.uuid[UI_BITMAP] == (u64)0 && device->p_uuid[UI_BITMAP] != (u64)0) { in drbd_uuid_compare() 2989 …if ((device->ldev->md.uuid[UI_HISTORY_START] & ~((u64)1)) == (device->p_uuid[UI_BITMAP] & ~((u64)1… in drbd_uuid_compare() [all …]
|
D | drbd_bitmap.c | 620 if (ldev->md.al_offset == 8) in drbd_md_on_disk_bits() 621 bitmap_sectors = ldev->md.md_size_sect - ldev->md.bm_offset; in drbd_md_on_disk_bits() 623 bitmap_sectors = ldev->md.al_offset - ldev->md.bm_offset; in drbd_md_on_disk_bits() 994 device->ldev->md.md_offset + device->ldev->md.bm_offset; in bm_page_io_async()
|
D | drbd_state.c | 809 if (device->ed_uuid == device->ldev->md.uuid[UI_CURRENT]) { in sanitize_state() 1121 u32 mdf = device->ldev->md.flags & ~(MDF_CONSISTENT|MDF_PRIMARY_IND| in __drbd_set_state() 1139 if (mdf != device->ldev->md.flags) { in __drbd_set_state() 1140 device->ldev->md.flags = mdf; in __drbd_set_state() 1144 drbd_set_ed_uuid(device, device->ldev->md.uuid[UI_CURRENT]); in __drbd_set_state() 1367 device->ldev->md.uuid[UI_BITMAP] == 0 && ns.disk >= D_UP_TO_DATE) { in after_state_ch() 1381 device->ldev->md.uuid[UI_BITMAP] == 0 && ns.disk >= D_UP_TO_DATE) { in after_state_ch()
|
D | drbd_worker.c | 931 drbd_uuid_set(device, UI_BITMAP, device->ldev->md.uuid[UI_CURRENT]); in drbd_resync_finished() 948 device->p_uuid[i] = device->ldev->md.uuid[i]; in drbd_resync_finished()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 143 static int client_common_fill_super(struct super_block *sb, char *md, char *dt, in client_common_fill_super() argument 158 obd = class_name2obd(md); in client_common_fill_super() 160 CERROR("MD %s: not setup or attached\n", md); in client_common_fill_super() 175 err = ldebugfs_register_mountpoint(llite_root, sb, dt, md); in client_common_fill_super() 236 md); in client_common_fill_super() 239 CERROR("cannot connect to %s: rc = %d\n", md, err); in client_common_fill_super() 854 char *dt = NULL, *md = NULL; in ll_fill_super() local 922 md = kasprintf(GFP_NOFS, "%s-%p", lprof->lp_md, cfg->cfg_instance); in ll_fill_super() 923 if (!md) { in ll_fill_super() 929 err = client_common_fill_super(sb, md, dt, mnt); in ll_fill_super() [all …]
|
D | namei.c | 61 struct lustre_md *md = opaque; in ll_test_inode() local 63 if (unlikely(!(md->body->valid & OBD_MD_FLID))) { in ll_test_inode() 68 if (!lu_fid_eq(&lli->lli_fid, &md->body->fid1)) in ll_test_inode() 108 struct lustre_md *md) in ll_iget() argument 113 inode = iget5_locked(sb, hash, ll_test_inode, ll_set_inode, md); in ll_iget() 119 ll_read_inode2(inode, md); in ll_iget() 124 ll_get_fsname(sb, NULL, 0), md->lsm, in ll_iget() 126 rc = cl_file_inode_init(inode, md); in ll_iget() 136 ll_update_inode(inode, md); in ll_iget() 138 inode, PFID(&md->body->fid1)); in ll_iget()
|
D | file.c | 3363 struct lustre_md md = { NULL }; in ll_layout_lock_set() local 3406 rc = obd_unpackmd(sbi->ll_dt_exp, &md.lsm, in ll_layout_lock_set() 3410 if (md.lsm != NULL) in ll_layout_lock_set() 3411 *gen = md.lsm->lsm_layout_gen; in ll_layout_lock_set() 3428 conf.u.coc_md = &md; in ll_layout_lock_set() 3431 if (md.lsm != NULL) in ll_layout_lock_set() 3432 obd_free_memmd(sbi->ll_dt_exp, &md.lsm); in ll_layout_lock_set()
|
D | llite_internal.h | 775 void ll_update_inode(struct inode *inode, struct lustre_md *md);
|
/linux-4.4.14/arch/x86/include/asm/ |
D | efi.h | 104 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable); 111 extern void __init efi_map_region(efi_memory_desc_t *md); 112 extern void __init efi_map_region_fixed(efi_memory_desc_t *md); 116 extern void __init old_map_region(efi_memory_desc_t *md);
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 410 static int mdc_unpack_acl(struct ptlrpc_request *req, struct lustre_md *md) in mdc_unpack_acl() argument 413 struct mdt_body *body = md->body; in mdc_unpack_acl() 443 md->posix_acl = acl; in mdc_unpack_acl() 447 #define mdc_unpack_acl(req, md) 0 argument 452 struct lustre_md *md) in mdc_get_lustre_md() argument 457 LASSERT(md); in mdc_get_lustre_md() 458 memset(md, 0, sizeof(*md)); in mdc_get_lustre_md() 460 md->body = req_capsule_server_get(pill, &RMF_MDT_BODY); in mdc_get_lustre_md() 461 LASSERT(md->body != NULL); in mdc_get_lustre_md() 463 if (md->body->valid & OBD_MD_FLEASIZE) { in mdc_get_lustre_md() [all …]
|
D | mdc_internal.h | 109 struct lustre_md *md); 111 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md);
|
/linux-4.4.14/Documentation/ |
D | md.txt | 1 Tools that manage md devices can be found at 8 You can boot with your md device with the following kernel command 12 md=<md device no.>,<raid level>,<chunk size factor>,<fault level>,dev0,dev1,...,devn 15 md=<md device no.>,dev0,dev1,...,devn 17 md=d<md device no.>,dev0,dev1,...,devn 19 md device no. = the number of the md device ... 39 e:\loadlin\loadlin e:\zimage root=/dev/md0 md=0,0,4,0,/dev/hdb2,/dev/hdc3 ro 45 When md is compiled into the kernel (not as module), partitions of 63 For this reason, md will normally refuse to start such an array. This 70 array, md supports a module parameter "start_dirty_degraded" which, [all …]
|
D | md-cluster.txt | 12 | idle | md super | bm super [0] + bits | 53 updated, and the node must re-read the md superblock. This is performed 136 The resync process, is the regular md resync. However, in a clustered
|
D | 00-INDEX | 304 md.txt
|
D | kernel-parameters.txt | 2025 md= [HW] RAID subsystems devices and level 2026 See Documentation/md.txt. 3051 See Documentation/md.txt.
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 714 struct perf_mmap *md = &evlist->mmap[idx]; in perf_evlist__mmap_read() local 716 u64 old = md->prev; in perf_evlist__mmap_read() 717 unsigned char *data = md->base + page_size; in perf_evlist__mmap_read() 723 if (!atomic_read(&md->refcnt)) in perf_evlist__mmap_read() 726 head = perf_mmap__read_head(md); in perf_evlist__mmap_read() 737 if (diff > md->mask / 2 || diff < 0) { in perf_evlist__mmap_read() 750 event = (union perf_event *)&data[old & md->mask]; in perf_evlist__mmap_read() 757 if ((old & md->mask) + size != ((old + size) & md->mask)) { in perf_evlist__mmap_read() 760 void *dst = md->event_copy; in perf_evlist__mmap_read() 763 cpy = min(md->mask + 1 - (offset & md->mask), len); in perf_evlist__mmap_read() [all …]
|
D | symbol.c | 1099 struct kcore_mapfn_data *md = data; in kcore_mapfn() local 1102 map = map__new2(start, md->dso, md->type); in kcore_mapfn() 1109 list_add(&map->node, &md->maps); in kcore_mapfn() 1119 struct kcore_mapfn_data md; in dso__load_kcore() local 1143 md.dso = dso; in dso__load_kcore() 1144 md.type = map->type; in dso__load_kcore() 1145 INIT_LIST_HEAD(&md.maps); in dso__load_kcore() 1155 err = file__read_maps(fd, md.type == MAP__FUNCTION, kcore_mapfn, &md, in dso__load_kcore() 1161 if (list_empty(&md.maps)) { in dso__load_kcore() 1178 list_for_each_entry(new_map, &md.maps, node) { in dso__load_kcore() [all …]
|
D | evlist.h | 210 static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) in perf_mmap__write_tail() argument 212 struct perf_event_mmap_page *pc = md->base; in perf_mmap__write_tail()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | diag.c | 1514 struct capture_md md; in snoop_recv_handler() local 1556 memset(&md, 0, sizeof(struct capture_md)); in snoop_recv_handler() 1557 md.port = 1; in snoop_recv_handler() 1558 md.dir = PKT_DIR_INGRESS; in snoop_recv_handler() 1559 md.u.rhf = packet->rhf; in snoop_recv_handler() 1560 memcpy(s_packet->data, &md, md_len); in snoop_recv_handler() 1651 struct capture_md md; in snoop_send_pio_handler() local 1656 md.u.pbc = 0; in snoop_send_pio_handler() 1677 memset(&md, 0, sizeof(struct capture_md)); in snoop_send_pio_handler() 1678 md.port = 1; in snoop_send_pio_handler() [all …]
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2732 struct mem_desc *md = mem; in meminfo_show() local 2789 (md++)->base = t4_read_reg(adap, SGE_DBQ_CTXT_BADDR_A); in meminfo_show() 2790 (md++)->base = t4_read_reg(adap, SGE_IMSG_CTXT_BADDR_A); in meminfo_show() 2791 (md++)->base = t4_read_reg(adap, SGE_FLM_CACHE_BADDR_A); in meminfo_show() 2792 (md++)->base = t4_read_reg(adap, TP_CMM_TCB_BASE_A); in meminfo_show() 2793 (md++)->base = t4_read_reg(adap, TP_CMM_MM_BASE_A); in meminfo_show() 2794 (md++)->base = t4_read_reg(adap, TP_CMM_TIMER_BASE_A); in meminfo_show() 2795 (md++)->base = t4_read_reg(adap, TP_CMM_MM_RX_FLST_BASE_A); in meminfo_show() 2796 (md++)->base = t4_read_reg(adap, TP_CMM_MM_TX_FLST_BASE_A); in meminfo_show() 2797 (md++)->base = t4_read_reg(adap, TP_CMM_MM_PS_FLST_BASE_A); in meminfo_show() [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_dmc_out_defs.h | 153 unsigned int md : 16; member 177 unsigned int md : 16; member 184 unsigned int md : 16; member 210 unsigned int md : 16; member
|
D | iop_dmc_in_defs.h | 163 unsigned int md : 16; member 187 unsigned int md : 16; member 194 unsigned int md : 16; member 220 unsigned int md : 16; member
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 361 lnet_md_t md; in srpc_post_passive_rdma() local 372 md.threshold = 1; in srpc_post_passive_rdma() 373 md.user_ptr = ev; in srpc_post_passive_rdma() 374 md.start = buf; in srpc_post_passive_rdma() 375 md.length = len; in srpc_post_passive_rdma() 376 md.options = options; in srpc_post_passive_rdma() 377 md.eq_handle = srpc_data.rpc_lnet_eq; in srpc_post_passive_rdma() 379 rc = LNetMDAttach(meh, md, LNET_UNLINK, mdh); in srpc_post_passive_rdma() 401 lnet_md_t md; in srpc_post_active_rdma() local 403 md.user_ptr = ev; in srpc_post_active_rdma() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 78 struct perf_mmap *md = &rec->evlist->mmap[idx]; in record__mmap_read() local 79 u64 head = perf_mmap__read_head(md); in record__mmap_read() 80 u64 old = md->prev; in record__mmap_read() 81 unsigned char *data = md->base + page_size; in record__mmap_read() 93 if ((old & md->mask) + size != (head & md->mask)) { in record__mmap_read() 94 buf = &data[old & md->mask]; in record__mmap_read() 95 size = md->mask + 1 - (old & md->mask); in record__mmap_read() 104 buf = &data[old & md->mask]; in record__mmap_read() 113 md->prev = old; in record__mmap_read()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_highspeed.c | 17 unsigned int md; member 156 return max(tp->snd_cwnd - ((tp->snd_cwnd * hstcp_aimd_vals[ca->ai].md) >> 8), 2U); in hstcp_ssthresh()
|
D | ip_tunnel_core.c | 123 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply() argument 129 if (!md || md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply() 137 src = &md->u.tun_info; in iptunnel_metadata_reply()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | dma.h | 27 unsigned md : 16; member 68 unsigned md : 16; member
|
D | sser_defs.h | 182 unsigned int md : 1; member 191 unsigned int md : 1; member
|
D | dma_defs.h | 125 unsigned int md : 16; member 277 unsigned int md : 16; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-log.txt | 21 disk drivers/md/dm-log.c 22 core drivers/md/dm-log.c 23 userspace drivers/md/dm-log-userspace* include/linux/dm-log-userspace.h
|
D | persistent-data.txt | 25 under drivers/md/persistent-data.
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 119 efi_memory_desc_t *md; in get_dram_base() local 128 for_each_efi_memory_desc(&map, md) in get_dram_base() 129 if (md->attribute & EFI_MEMORY_WB) in get_dram_base() 130 if (membase > md->phys_addr) in get_dram_base() 131 membase = md->phys_addr; in get_dram_base()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_uvc.c | 765 struct uvc_color_matching_descriptor *md; in uvc_alloc_inst() local 812 md = &opts->uvc_color_matching; in uvc_alloc_inst() 813 md->bLength = UVC_DT_COLOR_MATCHING_SIZE; in uvc_alloc_inst() 814 md->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst() 815 md->bDescriptorSubType = UVC_VS_COLORFORMAT; in uvc_alloc_inst() 816 md->bColorPrimaries = 1; in uvc_alloc_inst() 817 md->bTransferCharacteristics = 1; in uvc_alloc_inst() 818 md->bMatrixCoefficients = 4; in uvc_alloc_inst()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 548 mov.l %d1,%d4 # md in d4 550 swap %d4 # hi(md) in lo d4 553 mulu.w %d1,%d0 # [1] lo(mr) * lo(md) 554 mulu.w %d3,%d1 # [2] hi(mr) * lo(md) 555 mulu.w %d4,%d2 # [3] lo(mr) * hi(md) 556 mulu.w %d4,%d3 # [4] hi(mr) * hi(md) 674 mov.l %d1,%d4 # md in d4 676 swap %d4 # hi(md) in lo d4 679 mulu.w %d1,%d0 # [1] lo(mr) * lo(md) 680 mulu.w %d3,%d1 # [2] hi(mr) * lo(md) [all …]
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 1152 struct vxlan_metadata *md, u32 vni, in vxlan_rcv() argument 1205 skb->mark = md->gbp; in vxlan_rcv() 1253 struct vxlan_metadata *md = &_md; in vxlan_udp_encap_recv() local 1290 cpu_to_be64(vni >> 8), sizeof(*md)); in vxlan_udp_encap_recv() 1295 md = ip_tunnel_info_opts(&tun_dst->u.tun_info); in vxlan_udp_encap_recv() 1297 memset(md, 0, sizeof(*md)); in vxlan_udp_encap_recv() 1307 md->gbp = ntohs(gbp->policy_id); in vxlan_udp_encap_recv() 1311 tun_dst->u.tun_info.options_len = sizeof(*md); in vxlan_udp_encap_recv() 1315 md->gbp |= VXLAN_GBP_DONT_LEARN; in vxlan_udp_encap_recv() 1318 md->gbp |= VXLAN_GBP_POLICY_APPLIED; in vxlan_udp_encap_recv() [all …]
|
/linux-4.4.14/Documentation/video4linux/ |
D | fimc.txt | 101 API the driver creates a sysfs entry associated with "s5p-fimc-md" platform 102 device. The entry path is: /sys/platform/devices/s5p-fimc-md/subdev_conf_mode. 118 # echo "sub-dev" > /sys/platform/devices/s5p-fimc-md/subdev_conf_mode 122 # echo "vid-dev" > /sys/platform/devices/s5p-fimc-md/subdev_conf_mode
|
/linux-4.4.14/drivers/scsi/ |
D | mesh.c | 305 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_dump_regs() local 310 ms, mr, md); in mesh_dump_regs() 320 in_le32(&md->status), in_le32(&md->cmdptr)); in mesh_dump_regs() 360 volatile struct dbdma_regs __iomem *md = ms->dma; in mesh_init() local 366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init() 682 volatile struct dbdma_regs __iomem *md = ms->dma; in start_phase() local 786 out_le32(&md->cmdptr, virt_to_phys(ms->dma_cmds)); in start_phase() 787 out_le32(&md->control, (RUN << 16) | RUN); in start_phase() 1320 volatile struct dbdma_regs __iomem *md = ms->dma; in halt_dma() local 1329 && (in_le32(&md->status) & ACTIVE) != 0) { in halt_dma() [all …]
|
D | sg.c | 1676 struct rq_map_data *md, map_data; in sg_start_req() local 1730 md = NULL; in sg_start_req() 1732 md = &map_data; in sg_start_req() 1734 if (md) { in sg_start_req() 1743 md->pages = req_schp->pages; in sg_start_req() 1744 md->page_order = req_schp->page_order; in sg_start_req() 1745 md->nr_entries = req_schp->k_use_sg; in sg_start_req() 1746 md->offset = 0; in sg_start_req() 1747 md->null_mapped = hp->dxferp ? 0 : 1; in sg_start_req() 1749 md->from_user = 1; in sg_start_req() [all …]
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | modedb.c | 1181 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display() local 1198 md = m; in fb_find_best_display() 1205 best = md; in fb_find_best_display() 1224 if (md) { in fb_find_best_display() 1225 best = md; in fb_find_best_display()
|
/linux-4.4.14/drivers/crypto/ |
D | hifn_795x.c | 1194 u16 md = 0; in hifn_setup_cmd_desc() local 1197 md |= HIFN_CRYPT_CMD_NEW_KEY; in hifn_setup_cmd_desc() 1199 md |= HIFN_CRYPT_CMD_NEW_IV; in hifn_setup_cmd_desc() 1203 md |= HIFN_CRYPT_CMD_MODE_ECB; in hifn_setup_cmd_desc() 1206 md |= HIFN_CRYPT_CMD_MODE_CBC; in hifn_setup_cmd_desc() 1209 md |= HIFN_CRYPT_CMD_MODE_CFB; in hifn_setup_cmd_desc() 1212 md |= HIFN_CRYPT_CMD_MODE_OFB; in hifn_setup_cmd_desc() 1222 md |= HIFN_CRYPT_CMD_KSZ_128 | in hifn_setup_cmd_desc() 1228 md |= HIFN_CRYPT_CMD_KSZ_192 | in hifn_setup_cmd_desc() 1234 md |= HIFN_CRYPT_CMD_KSZ_256 | in hifn_setup_cmd_desc() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 2156 void lov_stripe_lock(struct lov_stripe_md *md) in lov_stripe_lock() argument 2157 __acquires(&md->lsm_lock) in lov_stripe_lock() 2159 LASSERT(md->lsm_lock_owner != current_pid()); in lov_stripe_lock() 2160 spin_lock(&md->lsm_lock); in lov_stripe_lock() 2161 LASSERT(md->lsm_lock_owner == 0); in lov_stripe_lock() 2162 md->lsm_lock_owner = current_pid(); in lov_stripe_lock() 2166 void lov_stripe_unlock(struct lov_stripe_md *md) in lov_stripe_unlock() argument 2167 __releases(&md->lsm_lock) in lov_stripe_unlock() 2169 LASSERT(md->lsm_lock_owner == current_pid()); in lov_stripe_unlock() 2170 md->lsm_lock_owner = 0; in lov_stripe_unlock() [all …]
|
/linux-4.4.14/drivers/iio/imu/ |
D | adis16480.c | 156 u16 md, year; in adis16480_show_firmware_date() local 165 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_DM, &md); in adis16480_show_firmware_date() 170 md >> 8, md & 0xff, year); in adis16480_show_firmware_date()
|
/linux-4.4.14/lib/ |
D | inflate.c | 601 unsigned ml, md; /* masks for bl and bd bits */ in inflate_codes() local 613 md = mask_bits[bd]; in inflate_codes() 649 if ((e = (t = td + ((unsigned)b & md))->e) > 16) in inflate_codes()
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen-fsyn.c | 699 u32 md; member 729 CLKGEN_WRITE(fs, mdiv[fs->chan], fs->md); in quadfs_fsynth_program_rate() 883 fs->md = params->mdiv; in quadfs_fsynt_get_hw_value_for_recalc() 976 fs->md = params->mdiv; in quadfs_program_and_enable()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 1008 int cl_file_inode_init(struct inode *inode, struct lustre_md *md) in cl_file_inode_init() argument 1018 .coc_md = md in cl_file_inode_init() 1024 LASSERT(md->body->valid & OBD_MD_FLID); in cl_file_inode_init() 1051 lli->lli_has_smd = lsm_has_objects(md->lsm); in cl_file_inode_init()
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 428 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in create_pad_descriptor() 487 key_desc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in setup_key_dl_desc() 518 iv_desc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, mo); in setup_cipher_iv_desc() 580 outdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in create_input_descriptors() 596 outdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in create_input_descriptors() 642 cdesc->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, (*meta_out)); in create_output_descriptors() 683 … (*current_in_cdesc)->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in append_input_descriptors() 687 … (*current_in_cdesc)->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_in, mi); in append_input_descriptors() 1242 ed->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, ed_mo); in cryptocop_setup_dma_list() 3193 td->md, in print_dma_descriptors() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 90 u32 md:1; member 147 u32 md:1;
|
/linux-4.4.14/drivers/ |
D | Makefile | 113 obj-$(CONFIG_MD) += md/
|
D | Kconfig | 33 source "drivers/md/Kconfig"
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_core.c | 926 static int shared_resources_are_mine(fmode_t md) in shared_resources_are_mine() argument 929 return (shared_resource_owner & md) != 0; in shared_resources_are_mine() 931 shared_resource_owner = md ; in shared_resources_are_mine()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 973 struct lustre_md *md; in cl_echo_object_find() local 975 md = &info->eti_md; in cl_echo_object_find() 976 memset(md, 0, sizeof(*md)); in cl_echo_object_find() 977 md->lsm = lsm; in cl_echo_object_find() 978 conf->eoc_cl.u.coc_md = md; in cl_echo_object_find()
|
/linux-4.4.14/drivers/media/tuners/ |
D | mt2063.c | 723 u32 ma, mb, mc, md, me, mf; in IsSpurInBand() local 747 md = (n * ((f_LO1 + hgds) / gd_Scale) - in IsSpurInBand() 751 if (md >= pAS_Info->maxH1) in IsSpurInBand() 758 if (md == ma) in IsSpurInBand() 763 if (mc != md) { in IsSpurInBand()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723au_recv.c | 175 pattrib->mdata = (u8)prxreport->md; in update_recvframe_attrib()
|
/linux-4.4.14/Documentation/crypto/ |
D | async-tx-api.txt | 37 xor-parity-calculations of the md-raid5 driver using the offload engines 164 ops_run_* and ops_complete_* routines in drivers/md/raid5.c for more
|
/linux-4.4.14/include/net/ |
D | ip_tunnels.h | 280 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
|
D | cfg80211.h | 2148 u16 md; member
|
/linux-4.4.14/net/core/ |
D | filter.c | 1593 struct metadata_dst *md = this_cpu_ptr(md_dst); in bpf_skb_set_tunnel_key() local 1600 dst_hold((struct dst_entry *) md); in bpf_skb_set_tunnel_key() 1601 skb_dst_set(skb, (struct dst_entry *) md); in bpf_skb_set_tunnel_key() 1603 info = &md->u.tun_info; in bpf_skb_set_tunnel_key()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mac80211_hwsim.c | 899 struct mac80211_hwsim_addr_match_data *md = data; in mac80211_hwsim_addr_iter() local 901 if (memcmp(mac, md->addr, ETH_ALEN) == 0) in mac80211_hwsim_addr_iter() 902 md->ret = true; in mac80211_hwsim_addr_iter() 908 struct mac80211_hwsim_addr_match_data md = { in mac80211_hwsim_addr_match() local 915 memcpy(md.addr, addr, ETH_ALEN); in mac80211_hwsim_addr_match() 920 &md); in mac80211_hwsim_addr_match() 922 return md.ret; in mac80211_hwsim_addr_match()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lclient.h | 353 int cl_file_inode_init(struct inode *inode, struct lustre_md *md);
|
D | obd_class.h | 1591 struct lustre_md *md) in md_get_lustre_md() argument 1595 return MDP(exp->exp_obd, get_lustre_md)(exp, req, dt_exp, md_exp, md); in md_get_lustre_md() 1599 struct lustre_md *md) in md_free_lustre_md() argument 1603 return MDP(exp->exp_obd, free_lustre_md)(exp, md); in md_free_lustre_md()
|
D | obd.h | 166 void lov_stripe_lock(struct lov_stripe_md *md); 167 void lov_stripe_unlock(struct lov_stripe_md *md);
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2559 struct lustre_md *md) in lmv_get_lustre_md() argument 2563 return md_get_lustre_md(lmv->tgts[0]->ltd_exp, req, dt_exp, md_exp, md); in lmv_get_lustre_md() 2566 static int lmv_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in lmv_free_lustre_md() argument 2571 if (md->mea) in lmv_free_lustre_md() 2572 obd_free_memmd(exp, (void *)&md->mea); in lmv_free_lustre_md() 2573 return md_free_lustre_md(lmv->tgts[0]->ltd_exp, md); in lmv_free_lustre_md()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_hal.h | 438 u32 md:1; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 427 raid0run /dev/md0 to start a particular md device, in this case /dev/md0. 432 It is advisable to do the mount read-only to see if the md volume has been 440 Using the md driver will not work properly if any of your NTFS partitions have
|
D | path-lookup.txt | 382 3. path-lookup.md in this directory.
|
D | coda.txt | 921 44..1133.. rrmmddiirr
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 82 occasionally in stacking block drivers and various code (e.g. md and
|
D | biodoc.txt | 403 through layered drivers (lvm, md, evms), with minimal overhead. 638 in lvm or md.
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 4 See also drivers/md/faulty.c and "every_nth" module option for scsi_debug.
|
/linux-4.4.14/net/wireless/ |
D | trace.h | 1877 __field(u16, md) 1883 __entry->md = ftie->md; 1887 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->md)
|
D | nl80211.c | 10011 ft_params.md = nla_get_u16(info->attrs[NL80211_ATTR_MDID]); in nl80211_update_ft_ies()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 665 struct srp_direct_buf *md) in map_sg_list() argument 672 struct srp_direct_buf *descr = md + i; in map_sg_list()
|
D | ibmvfc.c | 1307 struct srp_direct_buf *md) in ibmvfc_map_sg_list() argument 1313 md[i].va = cpu_to_be64(sg_dma_address(sg)); in ibmvfc_map_sg_list() 1314 md[i].len = cpu_to_be32(sg_dma_len(sg)); in ibmvfc_map_sg_list() 1315 md[i].key = 0; in ibmvfc_map_sg_list()
|
/linux-4.4.14/drivers/dma/ |
D | imx-sdma.c | 264 u32 md; member
|
/linux-4.4.14/ |
D | MAINTAINERS | 2123 F: drivers/md/bcache/ 3110 M: Andy Walls <awalls@md.metrocast.net> 3425 F: drivers/md/dm* 3426 F: drivers/md/persistent-data/ 5903 M: Andy Walls <awalls@md.metrocast.net> 9957 F: drivers/md/
|
D | CREDITS | 1628 D: md boot support
|