| /linux/fs/xfs/scrub/ |
| H A D | dirtree.c | 72 struct xchk_dirtree *dl = buf; in xchk_dirtree_buf_cleanup() local 75 if (dl->scan_ino != NULLFSINO) in xchk_dirtree_buf_cleanup() 76 xfs_dir_hook_del(dl->sc->mp, &dl->dhook); in xchk_dirtree_buf_cleanup() 78 xchk_dirtree_for_each_path_safe(dl, path, n) { in xchk_dirtree_buf_cleanup() 84 if (dl->path_names) in xchk_dirtree_buf_cleanup() 85 xfblob_destroy(dl->path_names); in xchk_dirtree_buf_cleanup() 86 dl->path_names = NULL; in xchk_dirtree_buf_cleanup() 87 if (dl->path_steps) in xchk_dirtree_buf_cleanup() 88 xfarray_destroy(dl->path_steps); in xchk_dirtree_buf_cleanup() 89 dl->path_steps = NULL; in xchk_dirtree_buf_cleanup() [all …]
|
| H A D | dirtree_repair.c | 56 struct xchk_dirtree *dl, in xrep_dirpath_set_outcome() argument 60 trace_xrep_dirpath_set_outcome(dl->sc, path->path_nr, path->nr_steps, in xrep_dirpath_set_outcome() 69 struct xchk_dirtree *dl, in xrep_dirtree_delete_all_paths() argument 74 xchk_dirtree_for_each_path(dl, path) { in xrep_dirtree_delete_all_paths() 80 xrep_dirpath_set_outcome(dl, path, XCHK_DIRPATH_DELETE); in xrep_dirtree_delete_all_paths() 85 xrep_dirpath_set_outcome(dl, path, XCHK_DIRPATH_DELETE); in xrep_dirtree_delete_all_paths() 99 struct xchk_dirtree *dl, in xrep_dirpath_retain_parent() argument 105 error = xfarray_load(dl->path_steps, path->first_step, &step); in xrep_dirpath_retain_parent() 109 dl->parent_ino = be64_to_cpu(step.pptr_rec.p_ino); in xrep_dirpath_retain_parent() 115 struct xchk_dirtree *dl, in xrep_dirtree_find_surviving_path() argument [all …]
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.c | 539 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd() argument 541 struct vsp1_dl_manager *dlm = dl->dlm; in vsp1_dl_get_pre_cmd() 543 if (dl->pre_cmd) in vsp1_dl_get_pre_cmd() 544 return dl->pre_cmd; in vsp1_dl_get_pre_cmd() 546 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd() 548 return dl->pre_cmd; in vsp1_dl_get_pre_cmd() 557 struct vsp1_dl_list *dl; in vsp1_dl_list_alloc() local 560 dl = kzalloc_obj(*dl); in vsp1_dl_list_alloc() 561 if (!dl) in vsp1_dl_list_alloc() 564 INIT_LIST_HEAD(&dl->bodies); in vsp1_dl_list_alloc() [all …]
|
| H A D | vsp1_dl.h | 63 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/fs/ocfs2/ |
| H A D | dcache.c | 205 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 D | pcm3168a.c | 67 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 D | deadline.c | 68 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 D | cpudeadline.c | 31 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 D | ionic_devlink.c | 12 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 D | ionic_fw.c | 102 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 D | disasm.c | 53 static int disasm_line__parse_powerpc(struct disasm_line *dl, struct annotate_args *args); 239 struct disasm_line *dl __maybe_unused) in call__parse() 338 struct disasm_line *dl __maybe_unused) in jump__parse() 502 struct disasm_line *dl __maybe_unused) in lock__parse() 591 struct disasm_line *dl __maybe_unused) in mov__parse() 671 struct disasm_line *dl __maybe_unused) in dec__parse() 762 struct disasm_line *dl) in __ins__find() argument 774 ops = check_ppc_insn(dl); in __ins__find() 808 const struct ins_ops *ins__find(const struct arch *arch, const char *name, struct disasm_line *dl) in ins__find() argument 810 const struct ins_ops *ops = __ins__find(arch, name, dl); in ins__find() [all …]
|
| H A D | capstone.c | 345 struct disasm_line *dl; in symbol__disassemble_capstone() local 366 dl = disasm_line__new(args); in symbol__disassemble_capstone() 367 if (dl == NULL) in symbol__disassemble_capstone() 370 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone() 396 dl = disasm_line__new(args); in symbol__disassemble_capstone() 397 if (dl == NULL) in symbol__disassemble_capstone() 400 annotation_line__add(&dl->al, ¬es->src->source); in symbol__disassemble_capstone() 411 dl = list_first_entry(list, struct disasm_line, al.node); in symbol__disassemble_capstone() 413 list_del_init(&dl->al.node); in symbol__disassemble_capstone() 414 disasm_line__free(dl); in symbol__disassemble_capstone() [all …]
|
| H A D | annotate.c | 750 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() 1467 static size_t disasm_line__fprintf(struct disasm_line *dl, FILE *fp) in disasm_line__fprintf() argument 1471 if (dl->al.offset == -1) in disasm_line__fprintf() 1472 return fprintf(fp, "%s\n", dl->al.line); in disasm_line__fprintf() [all …]
|
| H A D | llvm.c | 133 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, ¬es->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, ¬es->src->source); in symbol__disassemble_llvm()
|
| /linux/fs/ceph/ |
| H A D | ioctl.c | 182 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/drivers/net/ethernet/amd/pds_core/ |
| H A D | main.c | 176 struct devlink *dl; in pdsc_init_vf() local 186 dl = priv_to_devlink(vf); in pdsc_init_vf() 187 devl_lock(dl); in pdsc_init_vf() 188 devl_register(dl); in pdsc_init_vf() 189 devl_unlock(dl); in pdsc_init_vf() 195 devl_lock(dl); in pdsc_init_vf() 196 devl_unregister(dl); in pdsc_init_vf() 197 devl_unlock(dl); in pdsc_init_vf() 222 struct devlink *dl; in pdsc_init_pf() local 271 dl = priv_to_devlink(pdsc); in pdsc_init_pf() [all …]
|
| H A D | fw.c | 102 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/Documentation/arch/arm/ |
| H A D | sunxi.rst | 25 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 D | aic94xx_scb.c | 68 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 D | bnxt_devlink.c | 36 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 D | bnxt_devlink.h | 19 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 D | scsi_devinfo.c | 600 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_obj(*dl); 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/tools/perf/util/annotate-arch/ |
| H A D | annotate-powerpc.c | 40 struct map_symbol *ms __maybe_unused, struct disasm_line *dl) in arithmetic__parse() argument 42 int opcode = PPC_OP(dl->raw.raw_insn); in arithmetic__parse() 77 struct map_symbol *ms __maybe_unused, struct disasm_line *dl __maybe_unused) in load_store__parse() 82 if (PPC_OP(dl->raw.raw_insn) == 31) in load_store__parse() 280 const struct ins_ops *check_ppc_insn(struct disasm_line *dl) in check_ppc_insn() argument 282 int raw_insn = dl->raw.raw_insn; in check_ppc_insn() 301 if (!strlen(dl->ins.name)) { in check_ppc_insn() 303 dl->ins.name = strdup(name_insn); in check_ppc_insn() 310 if (!strlen(dl->ins.name)) in check_ppc_insn() 311 dl->ins.name = strdup(ret->name); in check_ppc_insn() [all …]
|
| H A D | annotate-x86.c | 209 struct disasm_line *dl) in update_insn_state_x86() argument 216 u32 insn_offset = dl->al.offset; in update_insn_state_x86() 220 if (annotate_get_insn_location(dloc->arch, dl, &loc) < 0) in update_insn_state_x86() 223 if (ins__is_call(&dl->ins)) { in update_insn_state_x86() 224 struct symbol *func = dl->ops.target.sym; in update_insn_state_x86() 256 if (!strncmp(dl->ins.name, "add", 3)) { in update_insn_state_x86() 261 u64 ip = ms->sym->start + dl->al.offset; in update_insn_state_x86() 276 src->offset, dl); in update_insn_state_x86() 325 if (!strncmp(dl->ins.name, "sub", 3)) { in update_insn_state_x86() 355 if (!strncmp(dl->ins.name, "lea", 3)) { in update_insn_state_x86() [all …]
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_devlink.c | 352 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() 390 if (!dl) in prestera_devlink_alloc() 393 return devlink_priv(dl); in prestera_devlink_alloc() 398 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_free() local 400 devlink_free(dl); in prestera_devlink_free() 405 struct devlink *dl = priv_to_devlink(sw); in prestera_devlink_register() local 407 devlink_register(dl); in prestera_devlink_register() [all …]
|