| /linux/drivers/firmware/efi/libstub/ |
| H A D | tpm.c | 52 efi_bool_t truncated, in efi_retrieve_tcg2_eventlog() argument 158 efi_bool_t truncated; in efi_retrieve_eventlog() local 164 &log_last_entry, &truncated); in efi_retrieve_eventlog() 170 &truncated); in efi_retrieve_eventlog() 185 &log_last_entry, &truncated); in efi_retrieve_eventlog() 195 truncated, final_events_table); in efi_retrieve_eventlog()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_smic_sm.c | 99 int truncated; member 114 smic->truncated = 0; in init_smic_data() 167 smic->truncated = 1; in smic_get_result() 175 if (smic->truncated) { in smic_get_result() 177 smic->truncated = 0; in smic_get_result() 242 smic->truncated = 1; in read_next_byte()
|
| H A D | ipmi_bt_sm.c | 84 int truncated; member 235 bt->truncated = 0; in bt_start_transaction() 260 if (length < msg_len || bt->truncated) { in bt_get_result() 348 bt->truncated = 1; in read_all_bytes()
|
| /linux/security/tomoyo/ |
| H A D | audit.c | 34 bool truncated = false; in tomoyo_print_bprm() local 58 truncated = true; in tomoyo_print_bprm() 78 if (truncated) { in tomoyo_print_bprm() 86 truncated = false; in tomoyo_print_bprm() 90 if (truncated) { in tomoyo_print_bprm()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.c | 713 int truncated = expected_pktlen - pkt_bufsize; in iwl_mld_set_wake_packet() local 729 if (truncated >= icvlen) { in iwl_mld_set_wake_packet() 730 truncated -= icvlen; in iwl_mld_set_wake_packet() 733 icvlen -= truncated; in iwl_mld_set_wake_packet() 734 truncated = 0; in iwl_mld_set_wake_packet() 746 wakeup->packet_len = pkt->len - truncated; in iwl_mld_set_wake_packet() 751 if (truncated >= 4) { in iwl_mld_set_wake_packet() 752 truncated -= 4; in iwl_mld_set_wake_packet() 755 fcslen -= truncated; in iwl_mld_set_wake_packet() 756 truncated = 0; in iwl_mld_set_wake_packet() [all …]
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | hmat.rst | 18 Example (Heavily truncated for brevity) ::
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 1506 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local 1509 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons() 1510 truncated = 0; in iwl_mvm_report_wakeup_reasons() 1541 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons() 1543 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons() 1545 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons() 1546 truncated = 0; in iwl_mvm_report_wakeup_reasons() 1558 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons() 1563 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons() 1564 truncated -= 4; in iwl_mvm_report_wakeup_reasons() [all …]
|
| /linux/drivers/firmware/efi/ |
| H A D | ovmf-debug-log.c | 23 u64 truncated; member
|
| /linux/include/trace/events/ |
| H A D | dma.h | 289 __field(bool, truncated) 306 __entry->truncated = (nents > DMA_TRACE_MAX_ENTRIES) || (ents > DMA_TRACE_MAX_ENTRIES); 324 __entry->truncated ? " [TRUNCATED]" : "",
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 1135 bool truncated = false; in arm_trbe_irq_handler() local 1166 truncated = !!trbe_handle_overflow(handle); in arm_trbe_irq_handler() 1173 truncated = true; in arm_trbe_irq_handler() 1184 if (truncated) in arm_trbe_irq_handler()
|
| /linux/fs/affs/ |
| H A D | Changes | 24 - When a file is truncated to a size that is not 113 partially used last block when a file is truncated. 242 name buffer. It is now silently truncated to
|
| /linux/Documentation/hwmon/ |
| H A D | chipcap2.rst | 39 might be truncated to match the 14-bit device resolution (6.1 pcm/LSB)
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 12 the file get truncated.
|
| H A D | checksums.rst | 63 and truncated if the group descriptor size is 32 bytes (i.e. ^64bit)
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | zoned_loop.rst | 31 When resetting a sequential zone, its backing file size is truncated to zero. 32 Conversely, for a zone finish operation, the backing file is truncated to the
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 317 truncated because either the caller holds the folio lock, or the caller 326 some or all of the buffers from the page when it is being truncated. It 619 truncated and/or invalidated, then the filesystem must lock invalidate_lock, 620 then ensure the page is not already truncated (invalidate_lock will block 645 been truncated, the filesystem should not look up a new page like the ->fault()
|
| /linux/scripts/coccinelle/misc/ |
| H A D | do_div.cocci | 5 /// non-zero and be truncated to 0 for division on 64bit platforms.
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | iters.c | 98 VALIDATE_CASE(truncated); in subtest_testmod_seq_iters()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-soc-ipa | 89 Large packets are truncated, to reduce the bandwidth
|
| /linux/block/ |
| H A D | bio.c | 690 bool truncated = false; in bio_truncate() local 702 if (!truncated) in bio_truncate() 708 truncated = true; in bio_truncate()
|
| /linux/tools/objtool/ |
| H A D | elf.c | 1704 bool truncated = false; in elf_truncate_section() local 1725 if (truncated) { in elf_truncate_section() 1737 truncated = true; in elf_truncate_section()
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 90 Generation numbers are truncated into ``order_base_2(MAX_NR_GENS+1)`` 92 truncated generation number is an index to ``lrugen->folios[]``. The
|
| /linux/Documentation/networking/ |
| H A D | openvswitch.rst | 218 indicates protocol 6 for TCP, but which is truncated just after the IP 226 indicating that a VLAN TCI should follow, but which is truncated just
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_snan.S | 11 | is set to one and the resulting non-signaling NAN (truncated if
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 201 # handle truncated message
|