Searched refs:discards (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v6.6/Documentation/ABI/testing/ |
D | procfs-diskstats | 30 15 discards completed successfully 31 16 discards merged
|
D | sysfs-fs-f2fs | 118 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. 657 of discards is not 0 and set discard granularity to 1. 717 when is not in idle. Inner thread will not issue discards with size that
|
D | debugfs-driver-habanalabs | 279 Writing an integer X discards X state dumps, so that the
|
/Linux-v6.6/Documentation/networking/ |
D | xfrm_proc.rst | 65 Policy discards 104 Policy discards
|
/Linux-v6.6/Documentation/admin-guide/ |
D | iostats.rst | 112 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-v6.6/drivers/md/ |
D | dm-clone-target.c | 1181 struct bio_list discards = BIO_EMPTY_LIST; in process_deferred_discards() local 1184 bio_list_merge(&discards, &clone->deferred_discard_bios); in process_deferred_discards() 1188 if (bio_list_empty(&discards)) in process_deferred_discards() 1195 bio_list_for_each(bio, &discards) { in process_deferred_discards() 1208 while ((bio = bio_list_pop(&discards))) in process_deferred_discards()
|
D | dm-writecache.c | 217 unsigned long long discards; member 1527 wc->stats.discards += bio->bi_iter.bi_size >> wc->block_size_bits; in writecache_map_discard() 2702 wc->stats.discards); in writecache_status()
|
D | Kconfig | 440 A target that discards writes, and returns all zeroes for
|
/Linux-v6.6/drivers/hwtracing/stm/ |
D | Kconfig | 47 and discards your data. Use for stm class testing.
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 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
|
D | dm-crypt.rst | 106 option. For example, allowing discards on encrypted devices may lead to
|
D | cache.rst | 166 been discarded. A prime example of this is when mkfs discards the 223 no_discard_passdown disable passing down discards from the cache
|
D | dm-raid.rst | 358 understand how your hardware behaves with discards if you are going to 359 enable discards with RAID 4/5/6.
|
D | thin-provisioning.rst | 281 Don't pass discards down to the underlying 323 Whether or not discards are actually being passed down to the
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-block | 235 large latencies when large discards are issued, setting this 236 value lower will make Linux issue smaller discards and 260 for discards, and don't read this file. 729 12 discards completed 730 13 discards merged
|
/Linux-v6.6/Documentation/devicetree/bindings/soc/fsl/ |
D | qman.txt | 17 as RED/WRED, congestion notifications and tail discards. This binding covers the
|
/Linux-v6.6/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 2242 unsigned int discards; in bcmgenet_desc_rx() local 2257 discards = (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) & in bcmgenet_desc_rx() 2259 if (discards > ring->old_discards) { in bcmgenet_desc_rx() 2260 discards = discards - ring->old_discards; in bcmgenet_desc_rx() 2261 ring->errors += discards; in bcmgenet_desc_rx() 2262 ring->old_discards += discards; in bcmgenet_desc_rx()
|
/Linux-v6.6/Documentation/userspace-api/media/drivers/ |
D | omap3isp-uapi.rst | 201 discards such buffer afterwards. The field omap3isp_stat_data.frame_number
|
/Linux-v6.6/Documentation/security/ |
D | SCTP.rst | 340 b) CALIPSO does not send an ICMP packet, just silently discards it.
|
/Linux-v6.6/Documentation/core-api/ |
D | watch_queue.rst | 139 This discards the reference obtained from ``get_watch_queue()``.
|
/Linux-v6.6/Documentation/usb/ |
D | usbmon.rst | 323 First, it removes and discards up to nflush events from the kernel buffer.
|
/Linux-v6.6/drivers/tty/ |
D | Kconfig | 384 Say Y here if you want a NULL TTY which simply discards messages.
|
/Linux-v6.6/Documentation/hid/ |
D | hid-bpf.rst | 250 A BPF program returning a negative error discards the event, i.e. this event will not be
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 252 <queue> - the queue to direct traffic toward (-1 discards the 907 To reduce the number of Rx packet discards, increase the number of Rx
|
D | ixgbe.rst | 363 <queue> - the queue to direct traffic towards (-1 discards the matched traffic)
|
12