Home
last modified time | relevance | path

Searched full:reset_index (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reset/
Dsirf,rstc.txt27 rstc device node and a RESET_INDEX specifying which module to reset, as described
30 For SiRFSoC, RESET_INDEX is just reset_bit defined in SW_RST0 and SW_RST1 registers.
31 For modules whose rest_bit is in SW_RST0, its RESET_INDEX is 0~31. For modules whose
32 rest_bit is in SW_RST1, its RESET_INDEX is 32~63.
Dfsl,imx-src.yaml17 RESET_INDEX specifying which module to reset, as described in
20 The following RESET_INDEX values are valid for i.MX5:
25 The following additional RESET_INDEX value is valid for i.MX6:
/kernel/linux/linux-6.6/include/trace/events/
Dkvm.h385 __field(u32, reset_index)
393 __entry->reset_index = ring->reset_index;
401 __entry->reset_index, __entry->slot, __entry->offset,
402 __entry->dirty_index - __entry->reset_index)
412 __field(u32, reset_index)
418 __entry->reset_index = ring->reset_index;
422 __entry->index, __entry->dirty_index, __entry->reset_index,
423 __entry->dirty_index - __entry->reset_index)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/reset/
Dfsl,imx-src.yaml17 RESET_INDEX specifying which module to reset, as described in
20 The following RESET_INDEX values are valid for i.MX5:
25 The following additional RESET_INDEX value is valid for i.MX6:
/kernel/linux/linux-6.6/virt/kvm/
Ddirty_ring.c40 return READ_ONCE(ring->dirty_index) - READ_ONCE(ring->reset_index); in kvm_dirty_ring_used()
83 ring->reset_index = 0; in kvm_dirty_ring_alloc()
117 entry = &ring->dirty_gfns[ring->reset_index & (ring->size - 1)]; in kvm_dirty_ring_reset()
128 ring->reset_index++; in kvm_dirty_ring_reset()
/kernel/linux/linux-6.6/include/linux/
Dkvm_dirty_ring.h11 * @reset_index: free running counter that points to the next dirty page
23 u32 reset_index; member
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2738 u32 reset_index; in megasas_wait_for_outstanding() local
2772 reset_index = 0; in megasas_wait_for_outstanding()
2780 reset_index, reset_cmd, in megasas_wait_for_outstanding()
2799 reset_index++; in megasas_wait_for_outstanding()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
Dmegaraid_sas_base.c2748 u32 reset_index; in megasas_wait_for_outstanding() local
2782 reset_index = 0; in megasas_wait_for_outstanding()
2790 reset_index, reset_cmd, in megasas_wait_for_outstanding()
2809 reset_index++; in megasas_wait_for_outstanding()