Searched refs:srec (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/sh/boot/ |
D | Makefile | 29 targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \ 101 OBJCOPYFLAGS_vmlinux.srec := -I binary -O srec 102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux FORCE 105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec 106 $(obj)/uImage.srec: $(obj)/uImage FORCE
|
/linux-6.1.9/sound/core/ |
D | vmaster.c | 257 struct link_follower *srec; in _snd_ctl_add_follower() local 259 srec = kzalloc(struct_size(srec, follower.vd, follower->count), in _snd_ctl_add_follower() 261 if (!srec) in _snd_ctl_add_follower() 263 srec->kctl = follower; in _snd_ctl_add_follower() 264 srec->follower = *follower; in _snd_ctl_add_follower() 265 memcpy(srec->follower.vd, follower->vd, follower->count * sizeof(*follower->vd)); in _snd_ctl_add_follower() 266 srec->master = master_link; in _snd_ctl_add_follower() 267 srec->flags = flags; in _snd_ctl_add_follower() 275 follower->private_data = srec; in _snd_ctl_add_follower() 278 list_add_tail(&srec->list, &master_link->followers); in _snd_ctl_add_follower()
|
/linux-6.1.9/fs/pstore/ |
D | ftrace.c | 163 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local 178 srec = (struct pstore_ftrace_record *)(src_log + src_off); in pstore_ftrace_combine_log() 183 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log() 187 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log() 198 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
|
/linux-6.1.9/arch/mips/boot/ |
D | Makefile | 44 targets += vmlinux.srec 46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@ 47 $(obj)/vmlinux.srec: $(VMLINUX) FORCE 48 $(call if_changed,srec)
|
/linux-6.1.9/arch/mips/boot/compressed/ |
D | Makefile | 161 targets += ../vmlinuz.srec 163 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec 165 $(objboot)/vmlinuz.srec: $(objtree)/vmlinuz
|
/linux-6.1.9/arch/sh/ |
D | Makefile | 185 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 446 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() argument 452 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge() 457 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge() 461 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge() 465 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge() 470 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge() 484 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() argument 486 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge() 489 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge() 490 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge() [all …]
|
/linux-6.1.9/arch/mips/ |
D | Makefile | 338 boot-y += vmlinux.srec 355 bootz-y += vmlinuz.srec
|
/linux-6.1.9/drivers/infiniband/core/ |
D | sa_query.c | 877 struct ib_path_rec_data *srec, *drec; in ib_nl_process_good_resolve_rsp() local 925 srec = nla_data(curr); in ib_nl_process_good_resolve_rsp() 926 if ((srec->flags & mask) != mask) in ib_nl_process_good_resolve_rsp() 931 memcpy(mad->data, srec->path_rec, in ib_nl_process_good_resolve_rsp() 932 sizeof(srec->path_rec)); in ib_nl_process_good_resolve_rsp() 937 memcpy(drec, srec, sizeof(*drec)); in ib_nl_process_good_resolve_rsp()
|