Searched refs:cleared (Results 26 - 49 of 49) sorted by relevance

12

/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c646 * Returns whether all bits have been cleared for this resync extent,
791 unsigned int cleared = 0; local
802 * of the bits have been successfully cleared
813 cleared += update_rs_extent(device, BM_BIT_TO_EXT(sbnr), c, mode);
824 if (cleared || rs_is_done)
/linux-master/arch/sparc/lib/
H A DM7memset.S184 ! must be > pre-cleared lines
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S499 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
844 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
/linux-master/mm/
H A Dvmalloc.c359 int cleared; local
365 cleared = pmd_clear_huge(pmd);
366 if (cleared || pmd_bad(*pmd))
369 if (cleared)
384 int cleared; local
390 cleared = pud_clear_huge(pud);
391 if (cleared || pud_bad(*pud))
394 if (cleared)
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
/linux-master/arch/arm/kernel/
H A Dphys2virt.S95 @ cleared)
H A Dentry-header.S145 @ ensure bit 0 is cleared in the PC, otherwise behaviour is
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S306 orreq r0, r0, #(1 << 2) @ Enable the C bit if cleared
348 * Also the SRAM content has been cleared.
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c2261 int cleared = 0; local
2299 cleared = 1;
2305 if (cleared)
2444 u8 cleared = 0; local
2455 cleared = 1;
2461 if (cleared) {
3230 "for cleared out mle during "
/linux-master/drivers/comedi/
H A Dcomedi_fops.c166 bool cleared = false; local
172 cleared = true;
175 return cleared;
/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S322 | are set by a previous instruction and not cleared by
H A Dround.S36 | a0 is preserved and the g-r-s bits in d0 are cleared.
/linux-master/drivers/net/dsa/
H A Dlantiq_gswip.c376 u32 cleared)
381 (val & cleared) == 0, 20, 50000);
375 gswip_switch_r_timeout(struct gswip_priv *priv, u32 offset, u32 cleared) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1182 } else if (bo_va->cleared != clear) {
1228 bo_va->cleared = clear;
1372 * Make sure all freed BOs are cleared in the PT.
1445 /* Per VM BOs never need to bo cleared in the page tables */
/linux-master/drivers/scsi/
H A Dst.c1305 (STp->buffer)->cleared = 0;
1591 if (is_read && STp->sili && !STbp->cleared)
3928 if (STbuffer->cleared)
3980 st_bp->cleared = 1;
/linux-master/virt/kvm/
H A Dkvm_main.c2400 * mask contains the bits that really have been cleared. This
3992 * Set at the beginning and cleared at the end of interception/PLE handler.
4950 int cleared = 0; local
4958 cleared += kvm_dirty_ring_reset(vcpu->kvm, &vcpu->dirty_ring);
4962 if (cleared)
4965 return cleared;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2208 bool cleared = false; local
2217 cleared = true;
2222 if (!cleared)
2223 D_INFO("No active stations found to be cleared\n");
2511 * were enough free buffers and RX_STALLED is set it is cleared.
4147 /* Set the FW error flag -- cleared on il_down */
4692 /* Set the FW error flag -- cleared on il_down */
/linux-master/drivers/md/
H A Ddm-raid.c37 * They must be cleared before md_run is called.
3858 bool cleared = false; local
3912 cleared = true;
3917 /* If any failed devices could be cleared, update all sbs failed_devices bits */
3918 if (cleared) {
/linux-master/drivers/acpi/nfit/
H A Dcore.c170 if (!clear_err->cleared)
172 if (clear_err->length > clear_err->cleared)
173 return clear_err->cleared;
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c627 clear_err->cleared = clear_err->length;
3079 .cleared = 512,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm391 // cleared before executing the VALU instructions below.
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h891 /* BOs cleared in the PT */
892 struct list_head cleared; member in struct:radeon_vm
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S608 # - The "exception present" flag in the fsave frame is cleared #
848 # - The "exception present" flag in the fsave frame is cleared #
2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
6156 # a0 is preserved and the g-r-s bits in d0 are cleared. #
9181 # So, determine the sign and return a new INF (w/ the j-bit cleared).
13998 # d0: FPSR with AINEX cleared/FPCR with size set to ext
H A Dfpsp.S609 # - The "exception present" flag in the fsave frame is cleared #
849 # - The "exception present" flag in the fsave frame is cleared #
2336 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
12750 # So, determine the sign and return a new INF (w/ the j-bit cleared).
22034 # a0 is preserved and the g-r-s bits in d0 are cleared. #
24038 # d0: FPSR with AINEX cleared/FPCR with size set to ext

Completed in 494 milliseconds

12