Home
last modified time | relevance | path

Searched refs:srec (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/boot/
DMakefile29 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
105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
106 $(obj)/uImage.srec: $(obj)/uImage
/kernel/linux/linux-5.10/arch/h8300/boot/
DMakefile4 targets := vmlinux.srec vmlinux.bin zImage
7 OBJCOPYFLAGS_vmlinux.srec := -Osrec
15 $(obj)/vmlinux.srec $(obj)/vmlinux.bin: vmlinux FORCE
27 CLEAN_FILES += arch/$(ARCH)/vmlinux.bin arch/$(ARCH)/vmlinux.srec arch/$(ARCH)/uImage.bin
/kernel/linux/linux-5.10/sound/core/
Dvmaster.c257 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()
/kernel/linux/linux-5.10/fs/pstore/
Dftrace.c143 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local
158 srec = (struct pstore_ftrace_record *)(src_log + src_off); in pstore_ftrace_combine_log()
163 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log()
167 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
178 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
DMakefile144 OBJCOPYFLAGS_vmlinuz.srec := $(OBJCOPYFLAGS) -S -O srec
145 vmlinuz.srec: vmlinuz
155 clean-files += $(objtree)/vmlinuz.srec
/kernel/linux/linux-5.10/arch/mips/boot/
DMakefile44 targets += vmlinux.srec
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
47 $(obj)/vmlinux.srec: $(VMLINUX) FORCE
48 $(call if_changed,srec)
/kernel/linux/linux-5.10/arch/sh/
DMakefile193 uImage.srec uImage.bin zImage vmlinux.bin vmlinux.srec \
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ialloc.c449 struct xfs_inobt_rec_incore *srec) /* src record */ in __xfs_inobt_can_merge() argument
455 if (trec->ir_startino != srec->ir_startino) in __xfs_inobt_can_merge()
460 !xfs_inobt_issparse(srec->ir_holemask)) in __xfs_inobt_can_merge()
464 if (!trec->ir_count || !srec->ir_count) in __xfs_inobt_can_merge()
468 if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) in __xfs_inobt_can_merge()
473 salloc = xfs_inobt_irec_to_allocmask(srec); in __xfs_inobt_can_merge()
487 struct xfs_inobt_rec_incore *srec) /* src */ in __xfs_inobt_rec_merge() argument
489 ASSERT(trec->ir_startino == srec->ir_startino); in __xfs_inobt_rec_merge()
492 trec->ir_count += srec->ir_count; in __xfs_inobt_rec_merge()
493 trec->ir_freecount += srec->ir_freecount; in __xfs_inobt_rec_merge()
[all …]
/kernel/linux/linux-5.10/arch/mips/
DMakefile346 boot-y += vmlinux.srec
365 bootz-y += vmlinuz.srec