Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 157) sorted by relevance

1234567

/Linux-v4.19/drivers/nvdimm/
Dclaim.c287 long cleared; in nsio_rw_bytes() local
290 cleared = nvdimm_clear_poison(&ndns->dev, in nsio_rw_bytes()
292 if (cleared < size) in nsio_rw_bytes()
294 if (cleared > 0 && cleared / 512) { in nsio_rw_bytes()
295 cleared /= 512; in nsio_rw_bytes()
296 badblocks_clear(&nsio->bb, sector, cleared); in nsio_rw_bytes()
Dpmem.c84 long cleared; in pmem_clear_poison() local
89 cleared = nvdimm_clear_poison(dev, pmem->phys_addr + offset, len); in pmem_clear_poison()
90 if (cleared < len) in pmem_clear_poison()
92 if (cleared > 0 && cleared / 512) { in pmem_clear_poison()
93 hwpoison_clear(pmem, pmem->phys_addr + offset, cleared); in pmem_clear_poison()
94 cleared /= 512; in pmem_clear_poison()
96 (unsigned long long) sector, cleared, in pmem_clear_poison()
97 cleared > 1 ? "s" : ""); in pmem_clear_poison()
98 badblocks_clear(&pmem->bb, sector, cleared); in pmem_clear_poison()
Dbus.c181 resource_size_t phys, cleared; member
200 || (ctx->phys + ctx->cleared) > ndr_end) in nvdimm_clear_badblocks_region()
204 badblocks_clear(&nd_region->bb, sector, ctx->cleared / 512); in nvdimm_clear_badblocks_region()
213 phys_addr_t phys, u64 cleared) in nvdimm_clear_badblocks_regions() argument
217 .cleared = cleared, in nvdimm_clear_badblocks_regions()
225 phys_addr_t phys, u64 cleared) in nvdimm_account_cleared_poison() argument
227 if (cleared > 0) in nvdimm_account_cleared_poison()
228 badrange_forget(&nvdimm_bus->badrange, phys, cleared); in nvdimm_account_cleared_poison()
230 if (cleared > 0 && cleared / 512) in nvdimm_account_cleared_poison()
231 nvdimm_clear_badblocks_regions(nvdimm_bus, phys, cleared); in nvdimm_account_cleared_poison()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c266 unsigned int i, cleared = 0; in i40e_ptp_rx_hang() local
292 cleared++; in i40e_ptp_rx_hang()
304 if (cleared > 2) in i40e_ptp_rx_hang()
307 cleared); in i40e_ptp_rx_hang()
310 pf->rx_hwtstamp_cleared += cleared; in i40e_ptp_rx_hang()
/Linux-v4.19/Documentation/parisc/
Ddebugging32 happens when the Q bit is cleared is the CPU does not update the
37 instruction that cleared the Q bit, if you're not it points anywhere
/Linux-v4.19/arch/arc/include/asm/
Dtlb-mmu1.h29 ; -- jh_ex_way_set not cleared on startup
/Linux-v4.19/Documentation/admin-guide/mm/
Dsoft-dirty.rst24 Internally, to do this tracking, the writable bit is cleared from PTEs
25 when the soft-dirty bit is cleared. So, after this, when the task tries to
Didle_page_tracking.rst71 their idle flag cleared in the interim.
104 section), and cleared automatically whenever a page is referenced as defined
107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
112 cleared as a result of setting or updating a page's Idle flag, the Young flag
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-dv-timings.rst103 the bit is set (1) it is positive polarity and if is cleared (0),
257 will also be cleared. This is a read-only flag, applications must
261 cleared by receivers. It is also only valid for formats with the
263 flag will be cleared by the driver. If the application sets this
267 will also be cleared.
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Dmicrochip,pic32-wdt.txt4 WDT is not cleared periodically in software.
/Linux-v4.19/Documentation/scheduler/
Dsched-arch.txt28 be cleared until the running task has called schedule(). Idle
55 an interrupt sleep, it needs to be cleared then a memory
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt40 and cleared on suspend, and restored on resume. This sleep controller
44 which will be ORed into PMCDR upon suspend, and cleared from PMCDR
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dmax77620.txt48 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz
93 event cleared (set to LOW) whether it
103 event get cleared.
/Linux-v4.19/drivers/net/ethernet/3com/
Dtyphoon.c488 u32 cleared; in typhoon_process_response() local
491 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
493 while(cleared != ready) { in typhoon_process_response()
494 resp = (struct resp_desc *)(base + cleared); in typhoon_process_response()
504 if(unlikely(cleared + len > RESPONSE_RING_SIZE)) { in typhoon_process_response()
505 wrap_len = cleared + len - RESPONSE_RING_SIZE; in typhoon_process_response()
506 len = RESPONSE_RING_SIZE - cleared; in typhoon_process_response()
531 typhoon_inc_resp_index(&cleared, count); in typhoon_process_response()
534 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
1634 volatile __le32 * cleared, int budget) in typhoon_rx() argument
[all …]
/Linux-v4.19/Documentation/filesystems/nfs/
Dfault_injection.txt36 this list is cleared, the server will have no knowledge of who the client
47 unlocked through the VFS as they are cleared from this list).
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-acpi74 Bit [3] – Set if the device is functioning properly (cleared if
77 Bits [31:5] – Reserved (must be cleared)
Dsysfs-bus-amba11 be cleared with an empty string (echo > driver_override).
Dsysfs-bus-platform11 driver_override) and may be cleared with an empty string
Dsysfs-devices-platform-ACPI-TAD37 is explicitly cleared via the ac_status attribute.
79 cleared through this attribute.
/Linux-v4.19/Documentation/filesystems/
Dautomount-support.txt60 The expiration flag is cleared by calls to mntput. This means that expiration
92 Again, the expiration flag is cleared every time anything other than umount()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duser_sdma.c943 evict_data.cleared = 0; in sdma_cache_evict()
946 return evict_data.cleared; in sdma_cache_evict()
954 int pinned, cleared; in pin_sdma_pages() local
967 cleared = sdma_cache_evict(pq, npages); in pin_sdma_pages()
968 if (cleared >= npages) in pin_sdma_pages()
1507 evict_data->cleared += node->npages; in sdma_rb_evict()
1510 if (evict_data->cleared >= evict_data->target) in sdma_rb_evict()
Duser_sdma.h174 u32 cleared; /* count evicted so far */ member
/Linux-v4.19/Documentation/hwmon/
Dw8379370 sure bit 0 is cleared in the 6 values. And then set the pwm1 value to
94 If the case open alarm triggers, it will stay in this state unless cleared
/Linux-v4.19/drivers/iio/pressure/
Dzpa2326.c526 int cleared = -1; in zpa2326_dequeue_pressure() local
566 cleared++; in zpa2326_dequeue_pressure()
569 if (cleared) in zpa2326_dequeue_pressure()
574 zpa2326_dbg(indio_dev, "cleared %d FIFO entries", cleared); in zpa2326_dequeue_pressure()
/Linux-v4.19/arch/mips/kvm/
D00README.txt25 LL/TLBP/SC. Since the TLBP instruction causes a trap the reservation gets cleared

1234567