Home
last modified time | relevance | path

Searched full:discards (Results 1 – 25 of 161) sorted by relevance

1234567

/linux/fs/xfs/
H A Dxfs_discard.c28 * We need to walk the filesystem free space and issue discards on the free
30 * discards on extents that might be in use, or are so recently in use they are
36 * we issue discards on each free space that is found. Storage devices can have
38 * couple of million free extents and issuing synchronous discards on each
69 * This also allows us to issue discards asynchronously like we do with online
104 * Walk the discard list and issue discards on all the busy extents in the
106 * call to clear all the busy extents once the discards are complete.
363 * This allows the discards to run asynchronously with gathering in xfs_trim_perag_extents()
457 * Walk the discard list and issue discards on all the busy extents in the
459 * call to clear all the busy extents once the discards are complete.
/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs_debug.c65 ATH9K_DFS_STAT("Datalen discards ", datalen_discards); in read_file_dfs()
66 ATH9K_DFS_STAT("RSSI discards ", rssi_discards); in read_file_dfs()
67 ATH9K_DFS_STAT("BW info discards ", bwinfo_discards); in read_file_dfs()
/linux/Documentation/ABI/testing/
H A Dprocfs-diskstats30 15 discards completed successfully
31 16 discards merged
H A Dsysfs-fs-f2fs118 Description: Controls the number of discards a thread will issue at a time.
126 issuing discard requests when there are discards to be issued and
133 issuing discard requests when there are discards to be issued and
146 will not issue discards with size that is smaller than granularity.
678 of discards is not 0 and set discard granularity to 1.
740 when is not in idle. Inner thread will not issue discards with size that
/linux/Documentation/networking/
H A Dxfrm_proc.rst65 Policy discards
107 Policy discards
/linux/Documentation/admin-guide/
H A Diostats.rst112 Field 12 -- # of discards completed (unsigned long)
113 This is the total number of discards completed successfully.
115 Field 13 -- # of discards merged (unsigned long)
122 This is the total number of milliseconds spent by all discards (as
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst89 Discards section in Design
97 If the destination device supports discards, then by default dm-clone will pass
164 no_discard_passdown Disable passing down discards to the destination device
238 2. Mount the device and trim the file system. dm-clone interprets the discards
/linux/drivers/block/drbd/
H A Ddrbd_protocol.h218 * we started to use that for both WRITE_ZEROES and DISCARDS,
231 * on supposedly zero-initialized blocks, we'd need to map all discards to
347 * more specifics. If the backend cannot do discards, the DRBD peer
/linux/arch/nios2/kernel/
H A Dvmlinux.lds.S62 DISCARDS
/linux/arch/m68k/kernel/
H A Dvmlinux-sun3.lds57 DISCARDS
H A Dvmlinux-std.lds64 DISCARDS
H A Dvmlinux-nommu.lds91 DISCARDS
/linux/arch/alpha/kernel/
H A Dvmlinux.lds.S76 DISCARDS
/linux/arch/hexagon/kernel/
H A Dvmlinux.lds.S68 DISCARDS
/linux/drivers/hid/
H A Dhid-xinmo.c6 * -1). It is needed because hid-input discards out of bounds values.
/linux/arch/sh/kernel/
H A Dvmlinux.lds.S81 DISCARDS
/linux/Documentation/ABI/stable/
H A Dsysfs-block298 large latencies when large discards are issued, setting this
299 value lower will make Linux issue smaller discards and
323 for discards, and don't read this file.
783 12 discards completed
784 13 discards merged
/linux/drivers/md/
H A Ddm-clone-target.c460 * If the destination device supports discards, remap and trim the in complete_discard_bio()
1181 struct bio_list discards = BIO_EMPTY_LIST; in process_deferred_discards() local
1184 bio_list_merge_init(&discards, &clone->deferred_discard_bios); in process_deferred_discards()
1187 if (bio_list_empty(&discards)) in process_deferred_discards()
1194 bio_list_for_each(bio, &discards) { in process_deferred_discards()
1207 while ((bio = bio_list_pop(&discards))) in process_deferred_discards()
1339 * dm-clone interprets discards and performs a fast hydration of the in clone_map()
1914 /* Enable discards */ in clone_ctr()
2018 * discards. Disable discard_passdown if not.
2056 * device limits but discards aren't passed to the source device, so in set_discard_limits()
/linux/drivers/hwtracing/stm/
H A DKconfig47 and discards your data. Use for stm class testing.
/linux/arch/csky/kernel/
H A Dvmlinux.lds.S114 DISCARDS
/linux/arch/openrisc/kernel/
H A Dvmlinux.lds.S108 DISCARDS
/linux/tools/perf/util/
H A Devents_stats.h17 * The kernel discards mixed up samples and sends the number in a
/linux/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S91 DISCARDS
/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dfsl,qman.yaml17 as RED/WRED, congestion notifications and tail discards. This binding covers the
/linux/include/uapi/linux/usb/
H A Dgadgetfs.h81 /* discards any unclaimed data in the fifo. */

1234567