Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 134) sorted by relevance

123456

/linux/fs/ocfs2/
H A Ddcache.c205 struct ocfs2_dentry_lock *dl = dentry->d_fsdata; in ocfs2_dentry_attach_lock() local
208 (unsigned long long)parent_blkno, dl); in ocfs2_dentry_attach_lock()
222 dentry->d_fsdata = dl = NULL; in ocfs2_dentry_attach_lock()
225 if (dl) { in ocfs2_dentry_attach_lock()
226 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno, in ocfs2_dentry_attach_lock()
230 (unsigned long long)dl->dl_parent_blkno); in ocfs2_dentry_attach_lock()
247 dl = alias->d_fsdata; in ocfs2_dentry_attach_lock()
248 mlog_bug_on_msg(!dl, "parent %llu, ino %llu\n", in ocfs2_dentry_attach_lock()
252 mlog_bug_on_msg(dl->dl_parent_blkno != parent_blkno, in ocfs2_dentry_attach_lock()
256 (unsigned long long)dl->dl_parent_blkno); in ocfs2_dentry_attach_lock()
[all …]
/linux/sound/soc/intel/avs/boards/
H A Dpcm3168a.c67 struct snd_soc_dai_link *dl; in avs_create_dai_links() local
70 dl = devm_kcalloc(dev, num_dl, sizeof(*dl), GFP_KERNEL); in avs_create_dai_links()
72 if (!dl || !platform) in avs_create_dai_links()
76 dl[0].num_cpus = 1; in avs_create_dai_links()
77 dl[0].num_codecs = 1; in avs_create_dai_links()
78 dl[0].platforms = platform; in avs_create_dai_links()
79 dl[0].num_platforms = 1; in avs_create_dai_links()
80 dl[0].dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBP_CFP; in avs_create_dai_links()
81 dl[0].be_hw_params_fixup = avs_pcm3168a_be_fixup; in avs_create_dai_links()
82 dl[0].nonatomic = 1; in avs_create_dai_links()
[all …]
/linux/kernel/sched/
H A Ddeadline.c68 return container_of(dl_se, struct task_struct, dl); in dl_task_of()
73 return container_of(dl_rq, struct rq, dl); in rq_of_dl_rq()
88 return &rq_of_dl_se(dl_se)->dl; in dl_rq_of_se()
185 rq->dl.extra_bw += bw; in __dl_update()
291 sub_running_bw(dl_se, &rq->dl); in dl_rq_change_utilization()
306 __sub_rq_bw(dl_se->dl_bw, &rq->dl); in dl_rq_change_utilization()
307 __add_rq_bw(new_bw, &rq->dl); in dl_rq_change_utilization()
335 WARN_ON_ONCE(p->dl.flags & SCHED_FLAG_SUGOV); in dl_change_utilization()
340 dl_rq_change_utilization(task_rq(p), &p->dl, new_bw); in dl_change_utilization()
403 struct dl_rq *dl_rq = &rq->dl; in task_non_contending()
[all …]
H A Dcpudeadline.c31 u64 orig_dl = cp->elements[idx].dl; in cpudl_heapify_down()
46 cp->elements[l].dl)) { in cpudl_heapify_down()
48 largest_dl = cp->elements[l].dl; in cpudl_heapify_down()
51 cp->elements[r].dl)) in cpudl_heapify_down()
59 cp->elements[idx].dl = cp->elements[largest].dl; in cpudl_heapify_down()
65 cp->elements[idx].dl = orig_dl; in cpudl_heapify_down()
74 u64 orig_dl = cp->elements[idx].dl; in cpudl_heapify_up()
81 if (dl_time_before(orig_dl, cp->elements[p].dl)) in cpudl_heapify_up()
85 cp->elements[idx].dl = cp->elements[p].dl; in cpudl_heapify_up()
91 cp->elements[idx].dl = orig_dl; in cpudl_heapify_up()
[all …]
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_devlink.c12 static int ionic_dl_flash_update(struct devlink *dl, in ionic_dl_flash_update() argument
16 struct ionic *ionic = devlink_priv(dl); in ionic_dl_flash_update()
21 static int ionic_dl_info_get(struct devlink *dl, struct devlink_info_req *req, in ionic_dl_info_get() argument
24 struct ionic *ionic = devlink_priv(dl); in ionic_dl_info_get()
61 struct devlink *dl; in ionic_devlink_alloc() local
63 dl = devlink_alloc(&ionic_dl_ops, sizeof(struct ionic), dev); in ionic_devlink_alloc()
64 if (!dl) in ionic_devlink_alloc()
67 return devlink_priv(dl); in ionic_devlink_alloc()
72 struct devlink *dl = priv_to_devlink(ionic); in ionic_devlink_free() local
74 devlink_free(dl); in ionic_devlink_free()
[all …]
H A Dionic_fw.c102 struct devlink *dl; in ionic_firmware_update() local
109 dl = priv_to_devlink(ionic); in ionic_firmware_update()
110 devlink_flash_update_status_notify(dl, "Preparing to flash", NULL, 0, 0); in ionic_firmware_update()
127 devlink_flash_update_status_notify(dl, "Downloading", NULL, in ionic_firmware_update()
150 devlink_flash_update_status_notify(dl, "Downloading", NULL, in ionic_firmware_update()
153 devlink_flash_update_timeout_notify(dl, "Installing", NULL, in ionic_firmware_update()
174 devlink_flash_update_timeout_notify(dl, "Selecting", NULL, in ionic_firmware_update()
197 devlink_flash_update_status_notify(dl, "Flash failed", NULL, 0, 0); in ionic_firmware_update()
199 devlink_flash_update_status_notify(dl, "Flash done", NULL, 0, 0); in ionic_firmware_update()
/linux/tools/perf/util/
H A Ddisasm.c53 static int disasm_line__parse_powerpc(struct disasm_line *dl, struct annotate_args *args);
268 struct disasm_line *dl __maybe_unused) in call__parse()
364 struct disasm_line *dl __maybe_unused) in jump__parse()
527 struct disasm_line *dl __maybe_unused) in lock__parse()
615 struct disasm_line *dl __maybe_unused) in mov__parse()
721 struct map_symbol *ms __maybe_unused, struct disasm_line *dl) in arithmetic__parse() argument
723 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse()
758 struct map_symbol *ms __maybe_unused, struct disasm_line *dl __maybe_unused) in load_store__parse()
763 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse()
778 struct disasm_line *dl __maybe_unused) in dec__parse()
[all …]
H A Dcapstone.c240 struct disasm_line *dl; in symbol__disassemble_capstone() local
261 dl = disasm_line__new(args); in symbol__disassemble_capstone()
262 if (dl == NULL) in symbol__disassemble_capstone()
265 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_capstone()
290 dl = disasm_line__new(args); in symbol__disassemble_capstone()
291 if (dl == NULL) in symbol__disassemble_capstone()
294 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_capstone()
305 dl = list_first_entry(list, struct disasm_line, al.node); in symbol__disassemble_capstone()
307 list_del_init(&dl->al.node); in symbol__disassemble_capstone()
308 disasm_line__free(dl); in symbol__disassemble_capstone()
[all …]
H A Dannotate.c750 static int disasm_line__print(struct disasm_line *dl, u64 start, int addr_fmt_width) in disasm_line__print() argument
752 s64 offset = dl->al.offset; in disasm_line__print()
758 color_fprintf(stdout, annotate__asm_color(br), "%s", dl->al.line); in disasm_line__print()
765 struct debuginfo *dbg, struct disasm_line *dl,
785 struct disasm_line *dl = container_of(al, struct disasm_line, al); in annotation_line__print() local
850 disasm_line__print(dl, notes->src->start, apd->addr_fmt_width); in annotation_line__print()
857 apd->dbg, dl, &offset); in annotation_line__print()
1471 static size_t disasm_line__fprintf(struct disasm_line *dl, FILE *fp) in disasm_line__fprintf() argument
1475 if (dl->al.offset == -1) in disasm_line__fprintf()
1476 return fprintf(fp, "%s\n", dl->al.line); in disasm_line__fprintf()
[all …]
H A Ddisasm.h45 struct disasm_line *dl);
93 struct disasm_line *dl);
111 struct ins_ops *ins__find(struct arch *arch, const char *name, struct disasm_line *dl);
120 void disasm_line__free(struct disasm_line *dl);
122 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size,
H A Dllvm.c133 struct disasm_line *dl; in symbol__disassemble_llvm() local
189 dl = disasm_line__new(args); in symbol__disassemble_llvm()
190 if (dl == NULL) in symbol__disassemble_llvm()
193 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_llvm()
250 dl = disasm_line__new(args); in symbol__disassemble_llvm()
251 if (dl == NULL) in symbol__disassemble_llvm()
254 annotation_line__add(&dl->al, &notes->src->source); in symbol__disassemble_llvm()
H A Dgenelf_debug.c475 struct buffer_ext *dl, in jit_process_debug_info() argument
486 add_compilation_unit(di, buffer_ext_size(dl)); in jit_process_debug_info()
487 add_debug_line(dl, debug, nr_debug_entries, GEN_ELF_TEXT_OFFSET); in jit_process_debug_info()
500 struct buffer_ext dl, di, da; in jit_add_debug_info() local
503 buffer_ext_init(&dl); in jit_add_debug_info()
507 if (jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di)) in jit_add_debug_info()
527 d->d_buf = buffer_ext_addr(&dl); in jit_add_debug_info()
529 d->d_size = buffer_ext_size(&dl); in jit_add_debug_info()
621 buffer_ext_exit(&dl); in jit_add_debug_info()
/linux/fs/ceph/
H A Dioctl.c182 struct ceph_ioctl_dataloc dl; in ceph_ioctl_get_dataloc() local
195 if (copy_from_user(&dl, arg, sizeof(dl))) in ceph_ioctl_get_dataloc()
199 ceph_calc_file_object_mapping(&ci->i_layout, dl.file_offset, 1, in ceph_ioctl_get_dataloc()
200 &dl.object_no, &dl.object_offset, &xlen); in ceph_ioctl_get_dataloc()
201 dl.file_offset -= dl.object_offset; in ceph_ioctl_get_dataloc()
202 dl.object_size = ci->i_layout.object_size; in ceph_ioctl_get_dataloc()
203 dl.block_size = ci->i_layout.stripe_unit; in ceph_ioctl_get_dataloc()
206 tmp = dl.object_offset; in ceph_ioctl_get_dataloc()
207 dl.block_offset = do_div(tmp, dl.block_size); in ceph_ioctl_get_dataloc()
209 snprintf(dl.object_name, sizeof(dl.object_name), "%llx.%08llx", in ceph_ioctl_get_dataloc()
[all …]
/linux/Documentation/arch/arm/
H A Dsunxi.rst25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf
28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf
34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf
40 http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf
43 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf
59 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf
65 http://dl.linux-sunxi.org/A23/A23%20Datasheet%20V1.0%2020130830.pdf
69 http://dl.linux-sunxi.org/A23/A23%20User%20Manual%20V1.0%2020130830.pdf
76 … http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20datasheet%20V1.3%2020131106.pdf
80 …http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20user%20manual%20V1.1%2020130630.pdf
[all …]
/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c68 struct done_list_struct *dl) in asd_phy_event_tasklet() argument
71 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
74 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; in asd_phy_event_tasklet()
75 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet()
103 dl->status_block[1]); in asd_phy_event_tasklet()
219 struct done_list_struct *dl, in asd_bytes_dmaed_tasklet() argument
226 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2]; in asd_bytes_dmaed_tasklet()
235 asd_dump_frame_rcvd(phy, dl); in asd_bytes_dmaed_tasklet()
241 struct done_list_struct *dl, in asd_link_reset_err_tasklet() argument
248 u8 lr_error = dl->status_block[1]; in asd_link_reset_err_tasklet()
[all …]
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c36 bnxt_dl_flash_update(struct devlink *dl, in bnxt_dl_flash_update() argument
40 struct bnxt *bp = bnxt_get_bp_from_dl(dl); in bnxt_dl_flash_update()
43 devlink_flash_update_status_notify(dl, "Preparing to flash", NULL, 0, 0); in bnxt_dl_flash_update()
46 devlink_flash_update_status_notify(dl, "Flashing done", NULL, 0, 0); in bnxt_dl_flash_update()
48 devlink_flash_update_status_notify(dl, "Flashing failed", NULL, 0, 0); in bnxt_dl_flash_update()
217 reporter = devlink_health_reporter_create(bp->dl, ops, bp); in __bnxt_dl_reporter_create()
288 struct bnxt_dl *dl = devlink_priv(bp->dl); in bnxt_dl_health_fw_recovery_done() local
291 bnxt_hwrm_remote_dev_reset_set(bp, dl->remote_reset); in bnxt_dl_health_fw_recovery_done()
294 static int bnxt_dl_info_get(struct devlink *dl, struct devlink_info_req *req,
425 static int bnxt_dl_reload_down(struct devlink *dl, bool netns_change, in bnxt_dl_reload_down() argument
[all …]
H A Dbnxt_devlink.h19 static inline struct bnxt *bnxt_get_bp_from_dl(struct devlink *dl) in bnxt_get_bp_from_dl() argument
21 return ((struct bnxt_dl *)devlink_priv(dl))->bp; in bnxt_get_bp_from_dl()
26 devlink_remote_reload_actions_performed(bp->dl, 0, in bnxt_dl_remote_reload()
31 static inline bool bnxt_dl_get_remote_reset(struct devlink *dl) in bnxt_dl_get_remote_reset() argument
33 return ((struct bnxt_dl *)devlink_priv(dl))->remote_reset; in bnxt_dl_get_remote_reset()
36 static inline void bnxt_dl_set_remote_reset(struct devlink *dl, bool value) in bnxt_dl_set_remote_reset() argument
38 ((struct bnxt_dl *)devlink_priv(dl))->remote_reset = value; in bnxt_dl_set_remote_reset()
/linux/drivers/scsi/
H A Dscsi_devinfo.c600 struct double_list *dl = v; in devinfo_seq_show() local
602 list_entry(dl->top, struct scsi_dev_info_list_table, node); in devinfo_seq_show()
604 list_entry(dl->bottom, struct scsi_dev_info_list, in devinfo_seq_show()
607 if (devinfo_table->scsi_dev_info_list.next == dl->bottom && in devinfo_seq_show()
618 struct double_list *dl = kmalloc(sizeof(*dl), GFP_KERNEL); in devinfo_seq_start() local
621 if (!dl) in devinfo_seq_start()
624 list_for_each(dl->top, &scsi_dev_info_list) { in devinfo_seq_start()
626 list_entry(dl->top, struct scsi_dev_info_list_table, in devinfo_seq_start()
628 list_for_each(dl->bottom, &devinfo_table->scsi_dev_info_list) in devinfo_seq_start()
630 return dl; in devinfo_seq_start()
[all …]
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h63 void vsp1_dl_list_put(struct vsp1_dl_list *dl);
64 struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl);
65 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
76 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
77 int vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl);
/linux/drivers/net/ethernet/amd/pds_core/
H A Dfw.c102 struct devlink *dl; in pdsc_firmware_update() local
113 dl = priv_to_devlink(pdsc); in pdsc_firmware_update()
114 devlink_flash_update_status_notify(dl, "Preparing to flash", in pdsc_firmware_update()
128 devlink_flash_update_status_notify(dl, "Downloading", in pdsc_firmware_update()
150 devlink_flash_update_status_notify(dl, "Downloading", NULL, in pdsc_firmware_update()
153 devlink_flash_update_timeout_notify(dl, "Installing", NULL, in pdsc_firmware_update()
171 devlink_flash_update_timeout_notify(dl, "Selecting", NULL, in pdsc_firmware_update()
191 devlink_flash_update_status_notify(dl, "Flash failed", in pdsc_firmware_update()
194 devlink_flash_update_status_notify(dl, "Flash done", in pdsc_firmware_update()
/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c214 struct disasm_line *dl) in update_insn_state_x86() argument
221 u32 insn_offset = dl->al.offset; in update_insn_state_x86()
225 if (annotate_get_insn_location(dloc->arch, dl, &loc) < 0) in update_insn_state_x86()
228 if (ins__is_call(&dl->ins)) { in update_insn_state_x86()
229 struct symbol *func = dl->ops.target.sym; in update_insn_state_x86()
261 if (!strncmp(dl->ins.name, "add", 3)) { in update_insn_state_x86()
266 u64 ip = ms->sym->start + dl->al.offset; in update_insn_state_x86()
281 src->offset, dl); in update_insn_state_x86()
330 if (!strncmp(dl->ins.name, "sub", 3)) { in update_insn_state_x86()
360 if (!strncmp(dl->ins.name, "lea", 3)) { in update_insn_state_x86()
[all …]
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_devlink.c352 static int prestera_dl_info_get(struct devlink *dl, in prestera_dl_info_get() argument
356 struct prestera_switch *sw = devlink_priv(dl); in prestera_dl_info_get()
386 struct devlink *dl; in prestera_devlink_alloc() local
388 dl = devlink_alloc(&prestera_dl_ops, sizeof(struct prestera_switch), in prestera_devlink_alloc()
391 return devlink_priv(dl); in prestera_devlink_alloc()
396 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_free() local
398 devlink_free(dl); in prestera_devlink_free()
403 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_register() local
405 devlink_register(dl); in prestera_devlink_register()
410 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_unregister() local
[all …]
/linux/net/802/
H A Dp8022.c
/linux/fs/jffs2/
H A Dcompr_lzo.c71 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/arch/powerpc/perf/
H A Dhv-24x7.c286 unsigned int dl, ldl; in event_end() local
303 dl = be16_to_cpu(*dl_); in event_end()
304 if (dl < 2) { in event_end()
305 pr_debug("%s: desc len too short: %d", __func__, dl); in event_end()
309 if (start + nl + dl > end) { in event_end()
311 __func__, start, nl, dl, start + nl + dl, end); in event_end()
315 ldl_ = (__be16 *)(ev->remainder + nl + dl - 2); in event_end()
325 if (start + nl + dl + ldl > end) { in event_end()
327 __func__, start, nl, dl, ldl, end); in event_end()
331 return start + nl + dl + ldl; in event_end()
[all …]

123456