/linux-4.4.14/fs/ocfs2/ |
D | dcache.c | 232 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock() local 235 (unsigned long long)parent_blkno, dl); in ocfs2_dentry_attach_lock() 249 dentry->d_fsdata = dl = NULL; in ocfs2_dentry_attach_lock() 252 if (dl) { in ocfs2_dentry_attach_lock() 253 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno, in ocfs2_dentry_attach_lock() 257 (unsigned long long)dl->dl_parent_blkno); in ocfs2_dentry_attach_lock() 274 dl = alias->d_fsdata; in ocfs2_dentry_attach_lock() 275 mlog_bug_on_msg(!dl, "parent %llu, ino %llu\n", in ocfs2_dentry_attach_lock() 279 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno, in ocfs2_dentry_attach_lock() 283 (unsigned long long)dl->dl_parent_blkno); in ocfs2_dentry_attach_lock() [all …]
|
D | dcache.h | 48 struct ocfs2_dentry_lock *dl);
|
D | dlmglue.c | 597 struct ocfs2_dentry_lock *dl = lockres->l_priv; in ocfs2_get_dentry_osb() local 599 return OCFS2_SB(dl->dl_inode->i_sb); in ocfs2_get_dentry_osb() 602 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl, in ocfs2_dentry_lock_res_init() argument 608 struct ocfs2_lock_res *lockres = &dl->dl_lockres; in ocfs2_dentry_lock_res_init() 639 dl); in ocfs2_dentry_lock_res_init() 2666 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_lock() local 2669 BUG_ON(!dl); in ocfs2_dentry_lock() 2680 ret = ocfs2_cluster_lock(osb, &dl->dl_lockres, level, 0, 0); in ocfs2_dentry_lock() 2690 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_unlock() local 2694 ocfs2_cluster_unlock(osb, &dl->dl_lockres, level); in ocfs2_dentry_unlock() [all …]
|
D | namei.c | 225 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_cleanup_add_entry_failure() local 227 ocfs2_simple_drop_lockres(osb, &dl->dl_lockres); in ocfs2_cleanup_add_entry_failure() 228 ocfs2_lock_res_free(&dl->dl_lockres); in ocfs2_cleanup_add_entry_failure() 229 BUG_ON(dl->dl_count != 1); in ocfs2_cleanup_add_entry_failure() 233 kfree(dl); in ocfs2_cleanup_add_entry_failure() 262 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_mknod() local 446 dl = dentry->d_fsdata; in ocfs2_mknod() 490 if (dl) in ocfs2_mknod() 1815 struct ocfs2_dentry_lock *dl = NULL; in ocfs2_symlink() local 2009 dl = dentry->d_fsdata; in ocfs2_symlink() [all …]
|
D | dlmglue.h | 97 void ocfs2_dentry_lock_res_init(struct ocfs2_dentry_lock *dl,
|
/linux-4.4.14/kernel/sched/ |
D | cpudeadline.c | 39 swap(cp->elements[a].dl , cp->elements[b].dl ); in cpudl_exchange() 54 if ((l < cp->size) && dl_time_before(cp->elements[idx].dl, in cpudl_heapify() 55 cp->elements[l].dl)) in cpudl_heapify() 57 if ((r < cp->size) && dl_time_before(cp->elements[largest].dl, in cpudl_heapify() 58 cp->elements[r].dl)) in cpudl_heapify() 73 if (dl_time_before(new_dl, cp->elements[idx].dl)) { in cpudl_change_key() 74 cp->elements[idx].dl = new_dl; in cpudl_change_key() 77 cp->elements[idx].dl = new_dl; in cpudl_change_key() 78 while (idx > 0 && dl_time_before(cp->elements[parent(idx)].dl, in cpudl_change_key() 79 cp->elements[idx].dl)) { in cpudl_change_key() [all …]
|
D | deadline.c | 25 return container_of(dl_se, struct task_struct, dl); in dl_task_of() 30 return container_of(dl_rq, struct rq, dl); in rq_of_dl_rq() 38 return &rq->dl; in dl_rq_of_se() 48 struct sched_dl_entity *dl_se = &p->dl; in is_leftmost() 159 struct dl_rq *dl_rq = &rq->dl; in enqueue_pushable_dl_task() 171 if (dl_entity_preempt(&p->dl, &entry->dl)) in enqueue_pushable_dl_task() 188 struct dl_rq *dl_rq = &rq->dl; in dequeue_pushable_dl_task() 206 return !RB_EMPTY_ROOT(&rq->dl.pushable_dl_tasks_root); in has_pushable_dl_tasks() 525 struct sched_dl_entity *dl_se = &p->dl; in start_dl_timer() 717 struct sched_dl_entity *dl_se = &curr->dl; in update_curr_dl() [all …]
|
D | cpudeadline.h | 10 u64 dl; member 26 void cpudl_set(struct cpudl *cp, int cpu, u64 dl, int is_valid);
|
D | core.c | 2081 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params() 2116 RB_CLEAR_NODE(&p->dl.rb_node); in __sched_fork() 2117 init_dl_task_timer(&p->dl); in __sched_fork() 2305 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 2335 if (new_bw == p->dl.dl_bw) in dl_overflow() 2350 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { in dl_overflow() 2351 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow() 2355 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow() 3416 (pi_task && dl_entity_preempt(&pi_task->dl, &p->dl))) { in rt_mutex_setprio() 3417 p->dl.dl_boosted = 1; in rt_mutex_setprio() [all …]
|
D | sched.h | 589 struct dl_rq dl; member
|
D | rt.c | 1486 rq->dl.dl_nr_running)) in pick_next_task_rt()
|
/linux-4.4.14/fs/ceph/ |
D | ioctl.c | 180 struct ceph_ioctl_dataloc dl; in ceph_ioctl_get_dataloc() local 193 if (copy_from_user(&dl, arg, sizeof(dl))) in ceph_ioctl_get_dataloc() 197 r = ceph_calc_file_object_mapping(&ci->i_layout, dl.file_offset, len, in ceph_ioctl_get_dataloc() 198 &dl.object_no, &dl.object_offset, in ceph_ioctl_get_dataloc() 204 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc() 205 dl.object_size = ceph_file_layout_object_size(ci->i_layout); in ceph_ioctl_get_dataloc() 206 dl.block_size = ceph_file_layout_su(ci->i_layout); in ceph_ioctl_get_dataloc() 209 tmp = dl.object_offset; in ceph_ioctl_get_dataloc() 210 dl.block_offset = do_div(tmp, dl.block_size); in ceph_ioctl_get_dataloc() 212 snprintf(dl.object_name, sizeof(dl.object_name), "%llx.%08llx", in ceph_ioctl_get_dataloc() [all …]
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | README | 20 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf 22 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf 26 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf 30 http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf 32 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf 37 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf 41 http://dl.linux-sunxi.org/A23/A23%20Datasheet%20V1.0%2020130830.pdf 43 http://dl.linux-sunxi.org/A23/A23%20User%20Manual%20V1.0%2020130830.pdf 48 … http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20datasheet%20V1.3%2020131106.pdf 50 …http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20user%20manual%20V1.1%2020130630.pdf [all …]
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 67 static inline struct browser_disasm_line *disasm_line__browser(struct disasm_line *dl) in disasm_line__browser() argument 69 return (struct browser_disasm_line *)(dl + 1); in disasm_line__browser() 76 struct disasm_line *dl = list_entry(entry, struct disasm_line, node); in disasm_line__filter() local 77 return dl->offset == -1; in disasm_line__filter() 114 struct disasm_line *dl = list_entry(entry, struct disasm_line, node); in annotate_browser__write() local 115 struct browser_disasm_line *bdl = disasm_line__browser(dl); in annotate_browser__write() 130 if (dl->offset != -1 && percent_max != 0.0) { in annotate_browser__write() 152 if (dl->ipc) in annotate_browser__write() 153 ui_browser__printf(browser, "%*.2f ", IPC_WIDTH - 1, dl->ipc); in annotate_browser__write() 156 if (dl->cycles) in annotate_browser__write() [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 74 #define get_rloc_len(dl) ((u32)(dl) >> 16) argument 75 #define get_rloc_offs(dl) ((u32)(dl) & 0xffff) argument 82 #define convert_rloc_to_loc(dl, offs) ((u32)(dl) + (offs)) argument 84 static nokprobe_inline void *get_rloc_data(u32 *dl) in get_rloc_data() argument 86 return (u8 *)dl + get_rloc_offs(*dl); in get_rloc_data() 90 static nokprobe_inline void *get_loc_data(u32 *dl, void *ent) in get_loc_data() argument 92 return (u8 *)ent + get_rloc_offs(*dl); in get_loc_data() 369 u32 *dl; /* Data (relative) location */ in store_trace_args() local 377 dl = (u32 *)(data + tp->args[i].offset); in store_trace_args() 378 *dl = make_data_rloc(maxlen, end - tp->args[i].offset); in store_trace_args() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 667 static void disasm_line__init_ins(struct disasm_line *dl) in disasm_line__init_ins() argument 669 dl->ins = ins__find(dl->name); in disasm_line__init_ins() 671 if (dl->ins == NULL) in disasm_line__init_ins() 674 if (!dl->ins->ops) in disasm_line__init_ins() 677 if (dl->ins->ops->parse && dl->ins->ops->parse(&dl->ops) < 0) in disasm_line__init_ins() 678 dl->ins = NULL; in disasm_line__init_ins() 721 struct disasm_line *dl = zalloc(sizeof(*dl) + privsize); in disasm_line__new() local 723 if (dl != NULL) { in disasm_line__new() 724 dl->offset = offset; in disasm_line__new() 725 dl->line = strdup(line); in disasm_line__new() [all …]
|
D | annotate.h | 67 static inline bool disasm_line__has_offset(const struct disasm_line *dl) in disasm_line__has_offset() argument 69 return dl->ops.target.offset != UINT64_MAX; in disasm_line__has_offset() 72 void disasm_line__free(struct disasm_line *dl); 74 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw);
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_download.c | 592 struct prism2_download_data *dl) in prism2_download_nonvolatile() argument 648 for (i = 0; i < dl->num_areas; i++) { in prism2_download_nonvolatile() 649 int rest_len = dl->data[i].len; in prism2_download_nonvolatile() 656 dev, dl->data[i].addr + data_off, in prism2_download_nonvolatile() 657 dl->data[i].data + data_off, bufaddr, in prism2_download_nonvolatile() 706 static void prism2_download_free_data(struct prism2_download_data *dl) in prism2_download_free_data() argument 710 if (dl == NULL) in prism2_download_free_data() 713 for (i = 0; i < dl->num_areas; i++) in prism2_download_free_data() 714 kfree(dl->data[i].data); in prism2_download_free_data() 715 kfree(dl); in prism2_download_free_data() [all …]
|
D | hostap_hw.c | 137 static void prism2_download_free_data(struct prism2_download_data *dl);
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 86 struct done_list_struct *dl) in asd_phy_event_tasklet() argument 90 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet() 93 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; in asd_phy_event_tasklet() 94 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet() 120 dl->status_block[1]); in asd_phy_event_tasklet() 236 struct done_list_struct *dl, in asd_bytes_dmaed_tasklet() argument 244 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2]; in asd_bytes_dmaed_tasklet() 253 asd_dump_frame_rcvd(phy, dl); in asd_bytes_dmaed_tasklet() 259 struct done_list_struct *dl, in asd_link_reset_err_tasklet() argument 266 u8 lr_error = dl->status_block[1]; in asd_link_reset_err_tasklet() [all …]
|
D | aic94xx_dump.h | 34 struct done_list_struct *dl); 40 struct done_list_struct *dl) { } in asd_dump_frame_rcvd() argument
|
D | aic94xx_task.c | 159 struct done_list_struct *dl) in asd_get_response_tasklet() argument 169 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet() 213 struct done_list_struct *dl) in asd_task_tasklet_complete() argument 218 u8 opcode = dl->opcode; in asd_task_tasklet_complete() 231 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete() 242 asd_get_response_tasklet(ascb, dl); in asd_task_tasklet_complete() 247 if (dl->status_block[1] & 2) in asd_task_tasklet_complete() 248 ts->open_rej_reason = 1 + dl->status_block[2]; in asd_task_tasklet_complete() 249 else if (dl->status_block[1] & 1) in asd_task_tasklet_complete() 250 ts->open_rej_reason = (dl->status_block[2] >> 4)+10; in asd_task_tasklet_complete() [all …]
|
D | aic94xx_tmf.c | 76 struct done_list_struct *dl) in asd_clear_nexus_tasklet_complete() argument 84 ASD_DPRINTK("%s: opcode: 0x%x\n", __func__, dl->opcode); in asd_clear_nexus_tasklet_complete() 85 tcs->dl_opcode = dl->opcode; in asd_clear_nexus_tasklet_complete() 275 struct done_list_struct *dl) in asd_get_tmf_resp_tasklet() argument 283 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet() 321 struct done_list_struct *dl) in asd_tmf_tasklet_complete() argument 331 tcs->dl_opcode = dl->opcode; in asd_tmf_tasklet_complete() 333 if (dl->opcode == TC_SSP_RESP) { in asd_tmf_tasklet_complete() 334 tcs->tmf_state = asd_get_tmf_resp_tasklet(ascb, dl); in asd_tmf_tasklet_complete()
|
D | aic94xx_hwi.c | 275 asd_ha->seq.dl = asd_ha->seq.actual_dl->vaddr; in asd_init_dl() 737 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler() local 740 if ((dl->toggle & DL_TOGGLE_MASK) != seq->dl_toggle) in asd_dl_tasklet_handler() 745 ascb = asd_tc_index_find(seq, (int)le16_to_cpu(dl->index)); in asd_dl_tasklet_handler() 760 ascb->tasklet_complete(ascb, dl); in asd_dl_tasklet_handler()
|
D | aic94xx_hwi.h | 174 struct done_list_struct *dl; /* array of done list entries, equals */ member
|
D | aic94xx_dump.c | 904 struct done_list_struct *dl) in asd_dump_frame_rcvd() argument 909 switch ((dl->status_block[1] & 0x70) >> 3) { in asd_dump_frame_rcvd()
|
D | aic94xx_init.c | 613 asd_ha->seq.dl = NULL; in asd_destroy_ha_caches()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_devinfo.c | 620 struct double_list *dl = v; in devinfo_seq_show() local 622 list_entry(dl->top, struct scsi_dev_info_list_table, node); in devinfo_seq_show() 624 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show() 627 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show() 638 struct double_list *dl = kmalloc(sizeof(*dl), GFP_KERNEL); in devinfo_seq_start() local 641 if (!dl) in devinfo_seq_start() 644 list_for_each(dl->top, &scsi_dev_info_list) { in devinfo_seq_start() 646 list_entry(dl->top, struct scsi_dev_info_list_table, in devinfo_seq_start() 648 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start() 650 return dl; in devinfo_seq_start() [all …]
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | annotate.c | 23 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument 32 if (dl->offset == (s64) -1) in perf_gtk__get_percent() 36 if (!symbol_conf.event_group && !symhist->addr[dl->offset]) in perf_gtk__get_percent() 39 percent = 100.0 * symhist->addr[dl->offset] / symhist->sum; in perf_gtk__get_percent() 52 struct map *map, struct disasm_line *dl) in perf_gtk__get_offset() argument 58 if (dl->offset == (s64) -1) in perf_gtk__get_offset() 61 return scnprintf(buf, size, "%"PRIx64, start + dl->offset); in perf_gtk__get_offset() 64 static int perf_gtk__get_line(char *buf, size_t size, struct disasm_line *dl) in perf_gtk__get_line() argument 67 char *line = g_markup_escape_text(dl->line, -1); in perf_gtk__get_line() 75 if (dl->offset != (s64) -1) in perf_gtk__get_line()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmdebug.c | 578 struct debug_lockres *dl = m->private; in lockres_seq_start() local 579 struct dlm_ctxt *dlm = dl->dl_ctxt; in lockres_seq_start() 580 struct dlm_lock_resource *oldres = dl->dl_res; in lockres_seq_start() 590 dl = NULL; in lockres_seq_start() 608 dl->dl_res = res; in lockres_seq_start() 612 dump_lockres(res, dl->dl_buf, dl->dl_len - 1); in lockres_seq_start() 615 dl = NULL; in lockres_seq_start() 619 return dl; in lockres_seq_start() 633 struct debug_lockres *dl = (struct debug_lockres *)v; in lockres_seq_show() local 635 seq_printf(s, "%s", dl->dl_buf); in lockres_seq_show() [all …]
|
D | dlmmaster.c | 2360 item->u.dl.deref_res = res; in dlm_deref_lockres_handler() 2361 item->u.dl.deref_node = node; in dlm_deref_lockres_handler() 2386 res = item->u.dl.deref_res; in dlm_deref_lockres_worker() 2387 node = item->u.dl.deref_node; in dlm_deref_lockres_worker()
|
D | dlmcommon.h | 250 struct dlm_deref_lockres_priv dl; member
|
/linux-4.4.14/net/ipx/ |
D | pe2.c | 10 static int pEII_request(struct datalink_proto *dl, in pEII_request() argument 32 void destroy_EII_client(struct datalink_proto *dl) in destroy_EII_client() argument 34 kfree(dl); in destroy_EII_client()
|
D | af_ipx.c | 566 struct datalink_proto *dl = intrfc->if_dlink; in ipxitf_send() local 590 if (!dl || !dev || dev->flags & IFF_LOOPBACK) in ipxitf_send() 663 dl->request(dl, skb, dest_node); in ipxitf_send()
|
/linux-4.4.14/net/802/ |
D | p8023.c | 30 static int p8023_request(struct datalink_proto *dl, in p8023_request() argument 56 void destroy_8023_client(struct datalink_proto *dl) in destroy_8023_client() argument 58 kfree(dl); in destroy_8023_client()
|
D | p8022.c | 28 static int p8022_request(struct datalink_proto *dl, struct sk_buff *skb, in p8022_request() argument 31 llc_build_and_send_ui_pkt(dl->sap, skb, dest, dl->sap->laddr.lsap); in p8022_request()
|
D | psnap.c | 85 static int snap_request(struct datalink_proto *dl, in snap_request() argument 88 memcpy(skb_push(skb, 5), dl->type, 5); in snap_request()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | manager.c | 199 int dl = config->video_port_width; in dss_mgr_check_lcd_config() local 209 if (dl != 12 && dl != 16 && dl != 18 && dl != 24) in dss_mgr_check_lcd_config()
|
/linux-4.4.14/fs/jffs2/ |
D | compr_lzo.c | 71 size_t dl = destlen; in jffs2_lzo_decompress() local 74 ret = lzo1x_decompress_safe(data_in, srclen, cpage_out, &dl); in jffs2_lzo_decompress() 76 if (ret != LZO_E_OK || dl != destlen) in jffs2_lzo_decompress()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-24x7.c | 209 unsigned dl, ldl; in event_end() local 226 dl = be16_to_cpu(*dl_); in event_end() 227 if (dl < 2) { in event_end() 228 pr_debug("%s: desc len too short: %d", __func__, dl); in event_end() 232 if (start + nl + dl > end) { in event_end() 234 __func__, start, nl, dl, start + nl + dl, end); in event_end() 238 ldl_ = (__be16 *)(ev->remainder + nl + dl - 2); in event_end() 248 if (start + nl + dl + ldl > end) { in event_end() 250 __func__, start, nl, dl, ldl, end); in event_end() 254 return start + nl + dl + ldl; in event_end() [all …]
|
/linux-4.4.14/Documentation/x86/ |
D | exception-tables.txt | 138 > 1: movb (%ebx),%dl /* this is the actual user access */ 142 > xorb %dl,%dl 150 > movzbl %dl,%esi 196 > c017e7a5 <do_con_write+e1> movb (%ebx),%dl 197 > c017e7a7 <do_con_write+e3> movzbl %dl,%esi 207 > c0199ffa <.fixup+10ba> xorb %dl,%dl 233 xorb %dl,%dl 241 the original assembly code: > 1: movb (%ebx),%dl 242 and linked in vmlinux : > c017e7a5 <do_con_write+e1> movb (%ebx),%dl 264 > c017e7a5 <do_con_write+e1> movb (%ebx),%dl
|
/linux-4.4.14/drivers/md/ |
D | dm-raid1.c | 883 struct dm_dirty_log *dl) in alloc_context() argument 921 dl, region_size, ms->nr_regions); in alloc_context() 978 struct dm_dirty_log *dl; in create_dirty_log() local 998 dl = dm_dirty_log_create(argv[0], ti, mirror_flush, param_count, in create_dirty_log() 1000 if (!dl) { in create_dirty_log() 1005 return dl; in create_dirty_log() 1074 struct dm_dirty_log *dl; in mirror_ctr() local 1077 dl = create_dirty_log(ti, argc, argv, &args_used); in mirror_ctr() 1078 if (!dl) in mirror_ctr() 1087 dm_dirty_log_destroy(dl); in mirror_ctr() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.h | 101 int or, int dl, uint8_t address) in nv_read_tmds() argument 105 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, in nv_read_tmds() 107 return NVReadRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8); in nv_read_tmds() 111 int or, int dl, uint8_t address, in nv_write_tmds() argument 116 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8, data); in nv_write_tmds() 117 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, address); in nv_write_tmds()
|
D | disp.h | 112 int head, bool dl);
|
D | dfp.c | 69 int head, bool dl) in nv04_dfp_bind_head() argument 89 if (dl) /* dual link */ in nv04_dfp_bind_head()
|
/linux-4.4.14/lib/zlib_deflate/ |
D | defutil.h | 48 } dl; member 53 #define Dad dl.dad 54 #define Len dl.len
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 506 struct rfcomm_dev_list_req *dl; in rfcomm_get_dev_list() local 519 size = sizeof(*dl) + dev_num * sizeof(*di); in rfcomm_get_dev_list() 521 dl = kzalloc(size, GFP_KERNEL); in rfcomm_get_dev_list() 522 if (!dl) in rfcomm_get_dev_list() 525 di = dl->dev_info; in rfcomm_get_dev_list() 545 dl->dev_num = n; in rfcomm_get_dev_list() 546 size = sizeof(*dl) + n * sizeof(*di); in rfcomm_get_dev_list() 548 err = copy_to_user(arg, dl, size); in rfcomm_get_dev_list() 549 kfree(dl); in rfcomm_get_dev_list()
|
/linux-4.4.14/arch/x86/boot/ |
D | edd.c | 32 ireg.dl = devno; in read_mbr() 86 ireg.dl = devno; in get_edd_info()
|
D | video.c | 32 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position() 313 ireg.dl = saved.curx; in restore_screen()
|
D | copy.S | 39 movzbl %dl, %eax
|
D | pmjump.S | 40 orb $X86_CR0_PE, %dl # Protected mode
|
D | boot.h | 264 u8 dl, dh, edx2, edx3; member
|
/linux-4.4.14/include/net/ |
D | p8022.h | 12 void destroy_8023_client(struct datalink_proto *dl);
|
D | datalink.h | 19 void destroy_EII_client(struct datalink_proto *dl);
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_mio_common.c | 1115 u32 dl; in ni_ai_fifo_read() local 1121 dl = ni_readl(dev, NI611X_AI_FIFO_DATA_REG); in ni_ai_fifo_read() 1123 data = (dl >> 16) & 0xffff; in ni_ai_fifo_read() 1125 data = dl & 0xffff; in ni_ai_fifo_read() 1130 dl = ni_readl(dev, NI611X_AI_FIFO_DATA_REG); in ni_ai_fifo_read() 1131 data = dl & 0xffff; in ni_ai_fifo_read() 1137 dl = ni_readl(dev, NI6143_AI_FIFO_DATA_REG); in ni_ai_fifo_read() 1139 data = (dl >> 16) & 0xffff; in ni_ai_fifo_read() 1141 data = dl & 0xffff; in ni_ai_fifo_read() 1148 dl = ni_readl(dev, NI6143_AI_FIFO_DATA_REG); in ni_ai_fifo_read() [all …]
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 152 unsigned long du, dl; in denormal_to_double() local 164 dl = x << 29; in denormal_to_double() 167 fpu->fp_regs[n + 1] = dl; in denormal_to_double()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx6dl-dfi-fs700-m60.dts | 22 compatible = "dfi,fs700-m60-6dl", "dfi,fs700e-m60", "fsl,imx6dl";
|
D | imx6dl-hummingboard.dts | 49 compatible = "solidrun,hummingboard/dl", "fsl,imx6dl";
|
D | imx6dl-cubox-i.dts | 48 compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
|
D | axp209.dtsi | 48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
|
D | axp22x.dtsi | 48 * http://dl.linux-sunxi.org/AXP/AXP221%20Datasheet%20V1.2%2020130326%20.pdf
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 382 unsigned long du, dl; in denormal_to_double() local 394 dl = x << 29; in denormal_to_double() 397 fpu->fp_regs[n+1] = dl; in denormal_to_double()
|
/linux-4.4.14/Documentation/video4linux/ |
D | cx18.txt | 28 http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz
|
D | README.ivtv | 13 http://dl.ivtvdriver.org/ivtv/firmware/
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | reboot.S | 106 andb $0x10, %dl
|
/linux-4.4.14/drivers/dma/sh/ |
D | shdma-base.c | 865 LIST_HEAD(dl); in shdma_reset() 875 list_splice_init(&schan->ld_queue, &dl); in shdma_reset() 877 if (!list_empty(&dl)) { in shdma_reset() 886 list_for_each_entry(sdesc, &dl, node) { in shdma_reset() 894 list_splice(&dl, &schan->ld_free); in shdma_reset()
|
/linux-4.4.14/include/acpi/ |
D | acoutput.h | 139 #define ACPI_DEBUG_LEVEL(dl) (u32) dl,ACPI_DEBUG_PARAMETERS argument
|
/linux-4.4.14/arch/sh/math-emu/ |
D | math.c | 479 unsigned long du, dl; in denormal_to_double() local 491 dl = x << 29; in denormal_to_double() 494 fpu->fp_regs[n+1] = dl; in denormal_to_double()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 173 bool *dl, bool *if_is_24bit);
|
D | nouveau_bios.c | 96 struct dcb_output *dcbent, int head, bool dl) in run_digital_op_script() argument 106 nv04_dfp_bind_head(dev, dcbent, head, dl); in run_digital_op_script() 495 int nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit) in nouveau_bios_parse_lvds_table() argument 621 *dl = bios->fp.dual_link; in nouveau_bios_parse_lvds_table()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 380 const struct lock_stat_data *dl = l, *dr = r; in lock_stat_cmp() local 383 nl = dl->stats.read_waittime.nr + dl->stats.write_waittime.nr; in lock_stat_cmp()
|
D | rtmutex.c | 173 return dl_time_before(left->task->dl.deadline, in rt_mutex_waiter_less() 174 right->task->dl.deadline); in rt_mutex_waiter_less()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_eckd.c | 171 unsigned int kl, unsigned int dl) in recs_per_track() argument 179 ceil_quot(dl + 12, 32)); in recs_per_track() 181 return 1499 / (15 + ceil_quot(dl + 12, 32)); in recs_per_track() 183 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track() 187 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track() 189 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track() 191 dn = ceil_quot(dl + 6, 232) + 1; in recs_per_track() 195 ceil_quot(dl + 6 * dn, 34)); in recs_per_track() 197 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34)); in recs_per_track() 2021 private->count_area[i].dl != dasd_eckd_cdl_reclen(i) - 4 || in dasd_eckd_end_analysis() [all …]
|
D | dasd_eckd.h | 103 __u16 dl; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 223 long dl; in ptlrpc_inflight_deadline() local 234 dl = req->rq_sent; in ptlrpc_inflight_deadline() 236 dl = req->rq_deadline; in ptlrpc_inflight_deadline() 238 if (dl <= now) in ptlrpc_inflight_deadline() 241 return dl - now; in ptlrpc_inflight_deadline()
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | Kconfig | 74 Say Y here to enable the imx6q/dl pinctrl driver
|
/linux-4.4.14/arch/x86/lib/ |
D | checksum_32.S | 464 SRC( movb (%esi), %dl ) 465 DST( movb %dl, (%edi) )
|
/linux-4.4.14/arch/x86/crypto/ |
D | blowfish-x86_64-asm_64.S | 52 #define RX3bl %dl
|
D | aes-x86_64-asm_64.S | 40 #define R4L %dl
|
D | aes-i586-asm_32.S | 69 #define edxl dl
|
D | twofish-x86_64-asm_64.S | 59 #define R3B %dl
|
D | twofish-i586-asm_32.S | 61 #define R3B %dl
|
D | cast6-avx-x86_64-asm_64.S | 78 #define RGI1bl %dl
|
D | twofish-avx-x86_64-asm_64.S | 82 #define RGI1bl %dl
|
D | camellia-x86_64-asm_64.S | 70 #define RCD1bl %dl
|
D | cast5-avx-x86_64-asm_64.S | 78 #define RGI1bl %dl
|
D | aesni-intel_asm.S | 1814 cmp $24, %dl
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 738 unsigned short shiftflag, unsigned short dl, unsigned short ah, in SiS_WriteDAC() argument 743 switch (dl) { in SiS_WriteDAC()
|
/linux-4.4.14/drivers/target/ |
D | target_core_sbc.c | 1162 int dl, bd_dl; in sbc_execute_unmap() local 1183 dl = get_unaligned_be16(&buf[0]); in sbc_execute_unmap() 1201 " ptr: %p\n", dev->transport->name, dl, bd_dl, size, ptr); in sbc_execute_unmap()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 2019 struct hci_dev_list_req *dl; in hci_get_dev_list() local 2030 size = sizeof(*dl) + dev_num * sizeof(*dr); in hci_get_dev_list() 2032 dl = kzalloc(size, GFP_KERNEL); in hci_get_dev_list() 2033 if (!dl) in hci_get_dev_list() 2036 dr = dl->dev_req; in hci_get_dev_list() 2057 dl->dev_num = n; in hci_get_dev_list() 2058 size = sizeof(*dl) + n * sizeof(*dr); in hci_get_dev_list() 2060 err = copy_to_user(arg, dl, size); in hci_get_dev_list() 2061 kfree(dl); in hci_get_dev_list()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | pipeline.png.b64 | 150 q68KFs6cDo5csfH2+dl+P+tVoY3RP8b//tNGdCFev2QfPFBFrbihqlLEXm/qo470sGa+F277CrsL
|
/linux-4.4.14/drivers/staging/xgifb/ |
D | vb_setmode.c | 1078 static void XGI_WriteDAC(unsigned short dl, in XGI_WriteDAC() argument 1089 if (dl != 0) { in XGI_WriteDAC() 1091 if (dl == 1) in XGI_WriteDAC() 1103 unsigned short data, data2, i, k, m, n, o, si, di, bx, dl, al, ah, dh; in XGI_LoadDAC() local 1138 dl = 0; in XGI_LoadDAC() 1146 XGI_WriteDAC(dl, ah, al, dh, pVBInfo); in XGI_LoadDAC() 1156 XGI_WriteDAC(dl, ah, al, dh, pVBInfo); in XGI_LoadDAC() 1159 dl++; in XGI_LoadDAC()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | reg_round.S | 502 orb %ch,%dl
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 494 dl : 1, /* Failure in data part member 720 #define pmci_cache_line_data_fail pme_cache.dl
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 511 schedtool-dl, which can be used to setup SCHED_DEADLINE parameters for a 512 certain pid/application. schedtool-dl is available at: 513 https://github.com/scheduler-tools/schedtool-dl.git.
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 418 mov %dl, GDT_ESPFIX_SS + 4 /* bits 16..23 */
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | init.c | 2859 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) in SiS_WriteDAC() argument 2863 switch(dl) { in SiS_WriteDAC()
|
/linux-4.4.14/fs/btrfs/ |
D | tree-log.c | 3690 u64 ds, dl, cs, cl; in copy_items() local 3697 dl = btrfs_file_extent_disk_num_bytes(src, in copy_items() 3705 cl = dl; in copy_items()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 1406 struct sched_dl_entity dl; member
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 234 http://portal.acm.org/citation.cfm?id=320619&dl=GUIDE, 2627 ,url = {http://dl.acm.org/citation.cfm?id=2075416.2075425} 2666 http://www.computer.org/cms/Computer.org/dl/trans/td/2012/02/extras/ttd2012020375s.pdf
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 584 [1]: http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 364 FOP2E(op##b, al, dl) \ 391 FOP2E(op##b, dl, al) \
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 950 44..1144.. rreeaaddlliinnkk
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4576 <http://user-mode-linux.sourceforge.net/dl-sf.html> page in the Jail
|