Searched refs:clean (Results 201 - 225 of 288) sorted by relevance

1234567891011>>

/linux-master/drivers/md/
H A Ddm-region-hash.c27 * region can be in one of three states: clean, dirty,
28 * nosync. There is no need to put clean regions in the hash.
76 * If there was a flush failure no regions can be marked clean.
394 * marked clean by setting the state DM_RH_NOSYNC.
447 LIST_HEAD(clean);
457 list_splice_init(&rh->clean_regions, &clean);
459 list_for_each_entry(reg, &clean, list)
482 * All the regions on the recovered and clean lists have
497 list_for_each_entry_safe(reg, next, &clean, list) {
518 list_del_init(&reg->list); /* take off the clean lis
[all...]
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S127 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
165 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
H A Dproc-v7m.S79 1: str r0, [r3] @ clean D entry
/linux-master/scripts/kconfig/
H A DMakefile124 clean-files += tests/.cache
234 clean-files += *conf-cflags *conf-libs *conf-bin
/linux-master/lib/
H A DMakefile324 clean-files := crc32table.h
325 clean-files += crc64table.h
357 clean-files += oid_registry_data.c
426 clean-files += $(TEST_FORTIFY_LOGS)
427 clean-files += $(addsuffix .o, $(TEST_FORTIFY_LOGS))
439 clean-files += $(TEST_FORTIFY_LOG)
/linux-master/net/netfilter/
H A Dnf_nat_core.c882 const struct nf_nat_proto_clean *clean = data; local
884 if ((clean->l3proto && nf_ct_l3num(i) != clean->l3proto) ||
885 (clean->l4proto && nf_ct_protonum(i) != clean->l4proto))
1256 struct nf_nat_proto_clean clean = {}; local
1258 nf_ct_iterate_destroy(nf_nat_proto_clean, &clean);
/linux-master/samples/bpf/
H A DMakefile249 clean:
250 $(MAKE) -C ../../ M=$(CURDIR) clean
277 clean-files += syscall_nrs.h
347 clean-files += vmlinux.h
374 clean-files += $(LINKED_SKELS)
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c323 int clean; local
340 clean = (head - csq->next_to_clean + csq->desc_num) % csq->desc_num;
342 return clean;
457 "cleaned %d, need to clean %d\n", handle, num);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dsched_policy.c373 .clean = tbs_sched_clean,
395 gvt->scheduler.sched_ops->clean(gvt);
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1230 2: mcr p15, 0, r3, c7, c14, 2 @ clean & invalidate D index
1245 mcr p15, 0, r1, c7, c14, 0 @ clean and invalidate D cache
1253 mcreq p15, 0, r1, c7, c14, 0 @ clean+invalidate D
1255 mcreq p15, 0, r1, c7, c15, 0 @ clean+invalidate unified
1267 mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D
1277 mcr p15, 0, r0, c7, c14, 1 @ Dcache clean/invalidate by VA
1290 1: mrc p15, 0, APSR_nzcv, c7, c14, 3 @ test,clean,invalidate D cache
1457 adr r1, 0f @ clean the region of code we
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space.c343 if (field->clean) {
344 field->clean((struct config_field *)field);
/linux-master/scripts/package/
H A Dkernel.spec95 %clean
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile446 clean:
449 distclean: clean
452 cacheclean: clean
460 .PHONY: qemu build clean distclean cacheclean menuconfig
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h75 * Hyper-V uses the software reserved clean bit in VMCB
114 u32 clean; member in struct:vmcb_control_area
/linux-master/arch/arm/crypto/
H A DMakefile54 clean-files += poly1305-core.S sha256-core.S sha512-core.S
/linux-master/arch/arm64/crypto/
H A DMakefile93 clean-files += poly1305-core.S sha256-core.S sha512-core.S
/linux-master/Documentation/
H A DMakefile183 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
198 @echo ' cleandocs - clean all generated files'
/linux-master/fs/nilfs2/
H A Dsufile.c24 * @ncleansegs: number of clean segments
30 unsigned long ncleansegs;/* number of clean segments */
120 * nilfs_sufile_get_ncleansegs - return the number of clean segments
289 * Description: nilfs_sufile_alloc() allocates a clean segment.
299 * %-ENOSPC - No clean segment left.
364 /* found a clean segment */
412 nilfs_warn(sufile->i_sb, "%s: segment %llu must be clean",
433 int clean, dirty; local
442 clean = nilfs_segment_usage_clean(su);
451 nilfs_sufile_mod_counter(header_bh, clean
[all...]
/linux-master/scripts/
H A DMakefile.package122 --build=$(build-type) --no-pre-clean --unsigned-changes \
136 $(MAKE) clean
/linux-master/fs/bcachefs/
H A Djournal_reclaim.c173 unsigned clean, clean_ondisk, total; local
218 clean = j->space[journal_space_clean].total;
226 (clean - clean_ondisk <= total / 8) &&
227 (clean_ondisk * 2 > clean))
468 * for more journal entries, or as part of doing a clean shutdown, or to migrate
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmcg.c126 /* delayed work to clean pending SM request */
137 int clean; member in struct:mcast_req
589 if (req->clean)
596 if (!req->clean)
1220 if (pend_req->clean) {
1226 req->clean = 1;
/linux-master/fs/xfs/
H A Dxfs_log_recover.c741 * means that during a previous crash, we didn't have a clean break
1129 * words, determine whether the log is clean. If so, update the in-core state
1140 bool *clean)
1149 *clean = false;
1153 * clean unmount. Since 'i' could be the last block in the physical
1184 *clean = true;
1251 bool clean = false; local
1302 rhead_blk, buffer, &clean);
1307 * Verify the log head if the log is not clean (e.g., we have anything
1316 if (!clean) {
1133 xlog_check_unmount_rec( struct xlog *log, xfs_daddr_t *head_blk, xfs_daddr_t *tail_blk, struct xlog_rec_header *rhead, xfs_daddr_t rhead_blk, char *buffer, bool *clean) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Detrap_32.S95 bne trap_setup_kernel_spill ! in trap window, clean up
/linux-master/tools/perf/Documentation/
H A DMakefile244 clean:
/linux-master/arch/s390/boot/
H A DMakefile59 clean-files += vmlinux.map

Completed in 232 milliseconds

1234567891011>>