Home
last modified time | relevance | path

Searched full:cleared (Results 1 – 25 of 3490) sorted by relevance

12345678910>>...140

/kernel/linux/linux-4.19/include/linux/
Dwait_bit.h55 * wait_on_bit - wait for a bit to be cleared
66 * Returned value will be zero if the bit was cleared, or non-zero
82 * wait_on_bit_io - wait for a bit to be cleared
88 * to be cleared. This is similar to wait_on_bit(), but calls
91 * Returned value will be zero if the bit was cleared, or non-zero
107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses
114 * to be cleared. This is similar to wait_on_bit(), except also takes a
117 * Returned value will be zero if the bit was cleared before the
134 * wait_on_bit_action - wait for a bit to be cleared
141 * to be cleared, and allow the waiting action to be specified.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dwait_bit.h55 * wait_on_bit - wait for a bit to be cleared
66 * Returned value will be zero if the bit was cleared, or non-zero
82 * wait_on_bit_io - wait for a bit to be cleared
88 * to be cleared. This is similar to wait_on_bit(), but calls
91 * Returned value will be zero if the bit was cleared, or non-zero
107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses
114 * to be cleared. This is similar to wait_on_bit(), except also takes a
117 * Returned value will be zero if the bit was cleared before the
134 * wait_on_bit_action - wait for a bit to be cleared
141 * to be cleared, and allow the waiting action to be specified.
[all …]
/kernel/linux/linux-5.10/drivers/memstick/host/
Dr592.h55 #define R592_IO_16 (1 << 16) /* Set by default, can be cleared */
56 #define R592_IO_18 (1 << 18) /* Set by default, can be cleared */
57 #define R592_IO_SERIAL1 (1 << 20) /* Set by default, can be cleared, (cleared on parallel) */
58 #define R592_IO_22 (1 << 22) /* Set by default, can be cleared */
60 #define R592_IO_26 (1 << 26) /* Set by default, can be cleared */
61 #define R592_IO_SERIAL2 (1 << 30) /* Set by default, can be cleared (cleared on parallel), serial…
67 #define R592_POWER_0 (1 << 0) /* set on start, cleared on stop - must be set*/
68 #define R592_POWER_1 (1 << 1) /* set on start, cleared on stop - must be set*/
/kernel/linux/linux-4.19/drivers/memstick/host/
Dr592.h58 #define R592_IO_16 (1 << 16) /* Set by default, can be cleared */
59 #define R592_IO_18 (1 << 18) /* Set by default, can be cleared */
60 #define R592_IO_SERIAL1 (1 << 20) /* Set by default, can be cleared, (cleared on parallel) */
61 #define R592_IO_22 (1 << 22) /* Set by default, can be cleared */
63 #define R592_IO_26 (1 << 26) /* Set by default, can be cleared */
64 #define R592_IO_SERIAL2 (1 << 30) /* Set by default, can be cleared (cleared on parallel), serial…
70 #define R592_POWER_0 (1 << 0) /* set on start, cleared on stop - must be set*/
71 #define R592_POWER_1 (1 << 1) /* set on start, cleared on stop - must be set*/
/kernel/linux/linux-4.19/drivers/md/
Dmd-bitmap.h38 * It is cleared (and resync-active set) when a resync starts across all drives
44 * resync_needed will be cleared (as long as resync_active wasn't already set).
45 * It is cleared when a resync completes.
49 * bit can be cleared as well, thus setting the counter to 0.
57 * If the sweep find the counter at 1, the on-disk bit is cleared and the
128 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
146 * array is not degraded. As bits are not cleared when the array is degraded,
147 * this represents the last time that any bits were cleared.
170 * cleared then that page is marked as 'pending'
/kernel/linux/linux-5.10/drivers/md/
Dmd-bitmap.h38 * It is cleared (and resync-active set) when a resync starts across all drives
44 * resync_needed will be cleared (as long as resync_active wasn't already set).
45 * It is cleared when a resync completes.
49 * bit can be cleared as well, thus setting the counter to 0.
57 * If the sweep find the counter at 1, the on-disk bit is cleared and the
128 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
146 * array is not degraded. As bits are not cleared when the array is degraded,
147 * this represents the last time that any bits were cleared.
170 * cleared then that page is marked as 'pending'
/kernel/linux/linux-5.10/arch/x86/platform/pvh/
Dhead.S30 * - `cr0`: bit 0 (PE) must be set. All the other writeable bits are cleared.
31 * - `cr4`: all bits are cleared.
39 * - `eflags`: bit 17 (VM) must be cleared. Bit 9 (IF) must be cleared.
40 * Bit 8 (TF) must be cleared. Other bits are all unspecified.
/kernel/linux/linux-5.10/drivers/nvdimm/
Dclaim.c279 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()
Dpmem.c76 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()
Dbus.c172 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 …]
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-4.19/arch/x86/xen/
Dxen-pvh.S41 * - `cr0`: bit 0 (PE) must be set. All the other writeable bits are cleared.
42 * - `cr4`: all bits are cleared.
50 * - `eflags`: bit 17 (VM) must be cleared. Bit 9 (IF) must be cleared.
51 * Bit 8 (TF) must be cleared. Other bits are all unspecified.
/kernel/linux/linux-4.19/tools/include/asm-generic/bitops/
Dfind.h38 * find_next_zero_bit - find the next cleared bit in a memory region
68 * find_first_zero_bit - find the first cleared bit in a memory region
72 * Returns the bit number of the first cleared bit.
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
Dfind.h38 * find_next_zero_bit - find the next cleared bit in a memory region
68 * find_first_zero_bit - find the first cleared bit in a memory region
72 * Returns the bit number of the first cleared bit.
/kernel/linux/linux-4.19/tools/testing/selftests/kvm/lib/
Dsparsebit.c610 /* Nodes with all bits cleared may be removed. */ in node_reduce()
837 /* Skip bits that are already cleared */ in bit_clear()
938 * of the newly allocated sparsebit array has all bits cleared.
972 * if different from src will be cleared.
998 /* Find the next cleared bit */ in sparsebit_is_set_num()
1002 * If no cleared bits beyond idx, then there are at least num in sparsebit_is_set_num()
1004 * there are enough set bits between idx and the next cleared bit. in sparsebit_is_set_num()
1016 /* Returns whether num consecutive bits starting at idx are all cleared. */
1025 /* With num > 0, the first bit must be cleared. */ in sparsebit_is_clear_num()
1034 * cleared bits. idx + num doesn't wrap. Otherwise check if in sparsebit_is_clear_num()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
Dsparsebit.c609 /* Nodes with all bits cleared may be removed. */ in node_reduce()
836 /* Skip bits that are already cleared */ in bit_clear()
937 * of the newly allocated sparsebit array has all bits cleared.
971 * if different from src will be cleared.
997 /* Find the next cleared bit */ in sparsebit_is_set_num()
1001 * If no cleared bits beyond idx, then there are at least num in sparsebit_is_set_num()
1003 * there are enough set bits between idx and the next cleared bit. in sparsebit_is_set_num()
1015 /* Returns whether num consecutive bits starting at idx are all cleared. */
1024 /* With num > 0, the first bit must be cleared. */ in sparsebit_is_clear_num()
1033 * cleared bits. idx + num doesn't wrap. Otherwise check if in sparsebit_is_clear_num()
[all …]
/kernel/linux/linux-4.19/include/asm-generic/bitops/
Dfind.h37 * find_next_zero_bit - find the next cleared bit in a memory region
63 * find_first_zero_bit - find the first cleared bit in a memory region
67 * Returns the bit number of the first cleared bit.
/kernel/linux/linux-4.19/fs/hfs/
Dbitmap.c116 * Search for 'num_bits' consecutive cleared bits in the bitmap blocks of
123 * u16 *num_bits: Pointer to the number of cleared bits
130 * The number of the first bit of the range of cleared bits which has been
135 * the number of cleared bits to find.
190 * are cleared. The affected bitmap blocks are marked "dirty", the free
/kernel/linux/linux-5.10/fs/hfs/
Dbitmap.c116 * Search for 'num_bits' consecutive cleared bits in the bitmap blocks of
123 * u16 *num_bits: Pointer to the number of cleared bits
130 * The number of the first bit of the range of cleared bits which has been
135 * the number of cleared bits to find.
190 * are cleared. The affected bitmap blocks are marked "dirty", the free
/kernel/linux/linux-5.10/arch/ia64/kernel/
Defi_stub.S20 * psr.dfl and psr.dfh MUST be cleared, despite what this manual says.
23 * cleared). Fortunately, SAL promises not to touch the floating
65 andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared
/kernel/linux/linux-4.19/arch/ia64/kernel/
Defi_stub.S20 * psr.dfl and psr.dfh MUST be cleared, despite what this manual says.
23 * cleared). Fortunately, SAL promises not to touch the floating
65 andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-dv-timings.rst110 the bit is set (1) it is positive polarity and if is cleared (0),
261 will also be cleared. This is a read-only flag, applications must
266 set. This flag is cleared otherwise. It is also only valid for
268 formats the flag will be cleared by the driver.
273 generate such frequencies, then the flag will be cleared.
308 cleared by transmitters.
/kernel/linux/linux-5.10/include/asm-generic/bitops/
Dfind.h37 * find_next_zero_bit - find the next cleared bit in a memory region
63 * find_first_zero_bit - find the first cleared bit in a memory region
67 * Returns the bit number of the first cleared bit.

12345678910>>...140