Home
last modified time | relevance | path

Searched refs:discard (Results 151 – 175 of 293) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/mfd/
H A Dab8500-core.c510 goto discard; in ab8500_handle_hierarchical_latch()
516 discard: in ab8500_handle_hierarchical_latch()
/openbmc/linux/arch/mips/lib/
H A Dcsum_partial.S568 SUB bits, bits, rem # bits = number of bits to discard
593 SLL t4, t1, 3 # t4 = number of bits to discard
/openbmc/qemu/qapi/
H A Dqom.json655 # @discard-data: if true, the file contents can be destroyed when QEMU
657 # Note that @discard-data is only an optimization, and QEMU might
658 # not discard file contents if it aborts unexpectedly or is
691 '*discard-data': 'bool',
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-v4l2.c930 bool discard = false; in delta_run_work() local
974 discard = true; in delta_run_work()
991 if (!discard) in delta_run_work()
1022 delta_au_done(ctx, au, (discard ? -ENODATA : 0)); in delta_run_work()
/openbmc/linux/net/tipc/
H A Dnode.c2106 goto discard; in tipc_rcv()
2118 goto discard; in tipc_rcv()
2134 goto discard; in tipc_rcv()
2139 goto discard; in tipc_rcv()
2146 goto discard; in tipc_rcv()
2202 discard: in tipc_rcv()
/openbmc/linux/drivers/md/bcache/
H A Djournal.c343 if (ca->discard) in is_discard_enabled()
596 if (!ca->discard) { in do_journal_discard()
/openbmc/linux/drivers/input/misc/
H A Dwistron_btns.c1146 static void poll_bios(bool discard) in poll_bios() argument
1156 if (val != 0 && !discard) in poll_bios()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c270 bool discard; member
1421 unsigned int may_be = MAY_BE_HASH | (ic->discard ? MAY_BE_FILLER : 0); in dm_integrity_rw_tag()
1451 if (unlikely(!ic->discard) || in dm_integrity_rw_tag()
1472 may_be = MAY_BE_HASH | (ic->discard ? MAY_BE_FILLER : 0); in dm_integrity_rw_tag()
3404 arg_count += ic->discard; in dm_integrity_status()
3425 if (ic->discard) in dm_integrity_status()
3470 DMEMIT(",allow_discards=%c", ic->discard ? 'y' : 'n'); in dm_integrity_status()
4261 ic->discard = true; in dm_integrity_ctr()
4324 if (ic->discard && !ic->internal_hash) { in dm_integrity_ctr()
4666 if (ic->discard) in dm_integrity_ctr()
/openbmc/u-boot/doc/
H A DREADME.arm-relocation140 c) discard symbol-file
/openbmc/qemu/include/tcg/
H A Dtcg-opc.h30 DEF(discard, 1, 0, 0, TCG_OPF_NOT_PRESENT)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py502 source_map_types.discard('unspec')
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Drx_desc.h1319 u8 discard:1, member
/openbmc/linux/arch/m68k/kernel/
H A Dentry.S107 movel %d0,%sp | discard the leftover junk
/openbmc/linux/fs/fat/
H A Dfat.h53 discard:1, /* Issue discard requests on deletions */ member
H A Dinode.c1023 if (opts->discard) in fat_show_options()
1342 opts->discard = 1; in parse_options()
1872 if (sbi->options.discard && !bdev_max_discard_sectors(sb->s_bdev)) in fat_fill_super()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst92 dm-clone interprets a discard request to a range that hasn't been hydrated yet
98 down discard requests to it.
H A Dcache.rst167 whole block device. We store a bitset tracking the discard state of
169 from the cache blocks. This is because we need to track the discard
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c427 u8 discard; in neo_copy_data_from_uart_to_queue() local
429 memcpy_fromio(&discard, &ch->ch_neo_uart->txrxburst, 1); in neo_copy_data_from_uart_to_queue()
/openbmc/linux/drivers/edac/
H A De752x_edac.c1264 struct e752x_error_info discard; in e752x_probe1() local
1360 e752x_get_error_info(mci, &discard); /* clear other MCH errors */ in e752x_probe1()
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst53 discard or nodiscard (default)
60 application to ``discard`` unused blocks rather than the ``discard``
H A Dbcache.rst21 sequentially, then issues a discard before reusing it.
206 If your cache is in writethrough mode, then you can safely discard the
621 discard
622 Boolean; if on a discard/TRIM will be issued to each bucket before it is
/openbmc/linux/fs/ntfs3/
H A Dsuper.c356 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param()
689 if (opts->discard) in ntfs_show_options()
1668 if (!sbi->options->discard) in ntfs_discard()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst118 granule but will only discard the excess if appropriately configured as
278 aggressively trim allocations and discard any excess pages back in to the page
/openbmc/qemu/target/nios2/
H A Dtranslate.c756 TCGv discard = tcg_temp_new(); in gen_rr_math_logic() local
758 fn(discard, dest_gpr(dc, instr.c), in gen_rr_math_logic()
/openbmc/linux/net/dccp/
H A Dipv6.c596 goto discard; in dccp_v6_do_rcv()
660 discard: in dccp_v6_do_rcv()

12345678910>>...12