/Linux-v5.4/drivers/nvdimm/ |
D | claim.c | 279 long cleared; in nsio_rw_bytes() local 282 cleared = nvdimm_clear_poison(&ndns->dev, in nsio_rw_bytes() 284 if (cleared < size) in nsio_rw_bytes() 286 if (cleared > 0 && cleared / 512) { in nsio_rw_bytes() 287 cleared /= 512; in nsio_rw_bytes() 288 badblocks_clear(&nsio->bb, sector, cleared); in nsio_rw_bytes()
|
D | pmem.c | 76 long cleared; in pmem_clear_poison() local 81 cleared = nvdimm_clear_poison(dev, pmem->phys_addr + offset, len); in pmem_clear_poison() 82 if (cleared < len) in pmem_clear_poison() 84 if (cleared > 0 && cleared / 512) { in pmem_clear_poison() 85 hwpoison_clear(pmem, pmem->phys_addr + offset, cleared); in pmem_clear_poison() 86 cleared /= 512; in pmem_clear_poison() 88 (unsigned long long) sector, cleared, in pmem_clear_poison() 89 cleared > 1 ? "s" : ""); in pmem_clear_poison() 90 badblocks_clear(&pmem->bb, sector, cleared); in pmem_clear_poison()
|
D | bus.c | 172 resource_size_t phys, cleared; member 191 || (ctx->phys + ctx->cleared) > ndr_end) in nvdimm_clear_badblocks_region() 195 badblocks_clear(&nd_region->bb, sector, ctx->cleared / 512); in nvdimm_clear_badblocks_region() 204 phys_addr_t phys, u64 cleared) in nvdimm_clear_badblocks_regions() argument 208 .cleared = cleared, in nvdimm_clear_badblocks_regions() 216 phys_addr_t phys, u64 cleared) in nvdimm_account_cleared_poison() argument 218 if (cleared > 0) in nvdimm_account_cleared_poison() 219 badrange_forget(&nvdimm_bus->badrange, phys, cleared); in nvdimm_account_cleared_poison() 221 if (cleared > 0 && cleared / 512) in nvdimm_account_cleared_poison() 222 nvdimm_clear_badblocks_regions(nvdimm_bus, phys, cleared); in nvdimm_account_cleared_poison() [all …]
|
/Linux-v5.4/include/linux/ |
D | sbitmap.h | 34 unsigned long cleared ____cacheline_aligned_in_smp; 263 word = sb->map[index].word & ~sb->map[index].cleared; in __sbitmap_for_each_set() 327 unsigned long *addr = &sb->map[SB_NR_TO_INDEX(sb, bitnr)].cleared; in sbitmap_deferred_clear_bit()
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 272 unsigned int i, cleared = 0; in i40e_ptp_rx_hang() local 298 cleared++; in i40e_ptp_rx_hang() 310 if (cleared > 2) in i40e_ptp_rx_hang() 313 cleared); in i40e_ptp_rx_hang() 316 pf->rx_hwtstamp_cleared += cleared; in i40e_ptp_rx_hang()
|
/Linux-v5.4/Documentation/parisc/ |
D | debugging.rst | 39 happens when the Q bit is cleared is the CPU does not update the 44 instruction that cleared the Q bit, if you're not it points anywhere
|
/Linux-v5.4/lib/ |
D | sbitmap.c | 23 if (!sb->map[index].cleared) in sbitmap_deferred_clear() 29 mask = xchg(&sb->map[index].cleared, 0); in sbitmap_deferred_clear() 232 if (sb->map[i].word & ~sb->map[i].cleared) in sbitmap_any_bit_set() 245 unsigned long mask = word->word & ~word->cleared; in sbitmap_any_bit_clear() 266 weight += bitmap_weight(&word->cleared, word->depth); in __sbitmap_weight()
|
/Linux-v5.4/arch/arc/include/asm/ |
D | tlb-mmu1.h | 26 ; -- jh_ex_way_set not cleared on startup
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | vidioc-g-dv-timings.rst | 110 the bit is set (1) it is positive polarity and if is cleared (0), 264 will also be cleared. This is a read-only flag, applications must 269 set. This flag is cleared otherwise. It is also only valid for 271 formats the flag will be cleared by the driver. 276 generate such frequencies, then the flag will be cleared. 311 cleared by transmitters.
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | soft-dirty.rst | 24 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
|
D | idle_page_tracking.rst | 71 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-v5.4/Documentation/devicetree/bindings/watchdog/ |
D | microchip,pic32-wdt.txt | 4 WDT is not cleared periodically in software.
|
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ |
D | pmc.txt | 40 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-v5.4/Documentation/scheduler/ |
D | sched-arch.rst | 30 be cleared until the running task has called schedule(). Idle 58 an interrupt sleep, it needs to be cleared then a memory
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | max77620.txt | 54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz 99 event cleared (set to LOW) whether it 109 event get cleared.
|
/Linux-v5.4/drivers/net/ethernet/3com/ |
D | typhoon.c | 488 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-v5.4/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 36 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-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-acpi | 74 Bit [3] – Set if the device is functioning properly (cleared if 77 Bits [31:5] – Reserved (must be cleared)
|
D | sysfs-bus-amba | 11 be cleared with an empty string (echo > driver_override).
|
D | sysfs-bus-platform | 11 driver_override) and may be cleared with an empty string
|
D | sysfs-bus-vmbus | 11 may be cleared with an empty string (echo > driver_override).
|
/Linux-v5.4/Documentation/powerpc/ |
D | dawr-power9.rst | 75 cleared, all DAWR access should be cleared immediately and your
|
/Linux-v5.4/Documentation/filesystems/ |
D | automount-support.txt | 60 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-v5.4/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 939 evict_data.cleared = 0; in sdma_cache_evict() 942 return evict_data.cleared; in sdma_cache_evict() 950 int pinned, cleared; in pin_sdma_pages() local 963 cleared = sdma_cache_evict(pq, npages); in pin_sdma_pages() 964 if (cleared >= npages) in pin_sdma_pages() 1496 evict_data->cleared += node->npages; in sdma_rb_evict() 1499 if (evict_data->cleared >= evict_data->target) in sdma_rb_evict()
|
/Linux-v5.4/Documentation/hwmon/ |
D | w83793.rst | 77 sure bit 0 is cleared in the 6 values. And then set the pwm1 value to 101 If the case open alarm triggers, it will stay in this state unless cleared
|