Home
last modified time | relevance | path

Searched refs:cycled (Results 1 – 11 of 11) sorted by relevance

/linux/fs/gfs2/
H A Daops.c293 int cycled; in gfs2_write_cache_jdata() local
302 cycled = 1; in gfs2_write_cache_jdata()
304 cycled = 0; in gfs2_write_cache_jdata()
311 cycled = 1; /* ignore range_cyclic tests */ in gfs2_write_cache_jdata()
335 if (!cycled && !done) { in gfs2_write_cache_jdata()
341 cycled = 1; in gfs2_write_cache_jdata()
/linux/fs/btrfs/
H A Dextent_map.c1307 bool cycled = false; in btrfs_extent_map_shrinker_worker() local
1336 if (start_root_id > 0 && !cycled) { in btrfs_extent_map_shrinker_worker()
1340 cycled = true; in btrfs_extent_map_shrinker_worker()
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-homestar.dtsi96 * The atna33xc20 really likes to be power cycled to keep it from
/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst52 cycled, applications can pass different addresses and sizes at each
H A Ddmabuf.rst64 descriptor. Although buffers are commonly cycled, applications can pass
/linux/Documentation/admin-guide/laptops/
H A Dsamsung-galaxybook.rst156 other existing devices where the brightness level is cycled internally by the
/linux/Documentation/w1/slaves/
H A Dw1_therm.rst72 the sensor. Resolution is reset when the sensor gets power-cycled.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-thunderbolt229 based mailbox before the device is power cycled. Writing
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000e.rst240 NOTE: The machine must be power cycled (full off/on) when enabling NVM writes
/linux/fs/ext4/
H A Dinode.c2767 int cycled = 1; in ext4_do_writepages() local
2853 cycled = 0; in ext4_do_writepages()
2991 if (!ret && !cycled && wbc->nr_to_write > 0) { in ext4_do_writepages()
2992 cycled = 1; in ext4_do_writepages()
/linux/Documentation/core-api/
H A Dlist.rst638 were cycled to the tail end of the list.