Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/char/ipmi/
A Dipmi_kcs_sm.c117 int truncated; member
135 kcs->truncated = 0; in init_kcs_data()
206 kcs->truncated = 1; in read_next_byte()
301 kcs->truncated = 1; in get_kcs_result()
312 if (kcs->truncated) { in get_kcs_result()
319 kcs->truncated = 0; in get_kcs_result()
A Dipmi_smic_sm.c99 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()
A Dipmi_bt_sm.c84 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/drivers/firmware/efi/libstub/
A Dtpm.c60 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog() local
71 &log_location, &log_last_entry, &truncated); in efi_retrieve_tpm2_eventlog()
77 &truncated); in efi_retrieve_tpm2_eventlog()
/linux/security/tomoyo/
A Daudit.c34 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/mvm/
A Dd3.c1482 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1485 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1486 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1517 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1519 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1521 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1522 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1539 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons()
1540 truncated -= 4; in iwl_mvm_report_wakeup_reasons()
1543 fcslen -= truncated; in iwl_mvm_report_wakeup_reasons()
[all …]
/linux/drivers/hwtracing/coresight/
A Dcoresight-trbe.c1067 bool truncated = false; in arm_trbe_irq_handler() local
1098 truncated = !!trbe_handle_overflow(handle); in arm_trbe_irq_handler()
1105 truncated = true; in arm_trbe_irq_handler()
1116 if (truncated) in arm_trbe_irq_handler()
/linux/drivers/staging/media/omap4iss/
A Diss_video.h41 u32 truncated; member
/linux/drivers/media/platform/omap3isp/
A Dispvideo.h45 u32 truncated; member
/linux/fs/affs/
A DChanges24 - 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/filesystems/ext4/
A Dorphan.rst12 the file get truncated.
A Dchecksums.rst63 and truncated if the group descriptor size is 32 bytes (i.e. ^64bit)
/linux/scripts/coccinelle/misc/
A Ddo_div.cocci5 /// non-zero and be truncated to 0 for division on 64bit platforms.
/linux/block/
A Dbio.c556 bool truncated = false; in bio_truncate() local
568 if (!truncated) in bio_truncate()
573 truncated = true; in bio_truncate()
/linux/Documentation/filesystems/
A Dlocking.rst379 some or all of the buffers from the page when it is being truncated. It
658 truncated and/or invalidated, then the filesystem must lock invalidate_lock,
659 then ensure the page is not already truncated (invalidate_lock will block
677 been truncated, the filesystem should not look up a new page like the ->fault()
A Daffs.rst212 By default, filenames are truncated to 30 characters without warning.
A Dzonefs.rst126 represent. Conventional zone files cannot be truncated.
405 The written file can be truncated to the zone size, preventing any further
/linux/Documentation/networking/
A Dopenvswitch.rst218 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/
A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/linux/kernel/printk/
A Dprintk.c1323 bool truncated = false; in record_print_text() local
1350 if (truncated) in record_print_text()
1365 truncated = true; in record_print_text()
/linux/Documentation/admin-guide/kdump/
A Dgdbmacros.txt201 # handle truncated message
/linux/fs/xfs/
A Dxfs_inode.c1446 int truncated; in xfs_release() local
1458 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED); in xfs_release()
1459 if (truncated) { in xfs_release()
/linux/Documentation/admin-guide/
A Diostats.rst147 truncated to milliseconds before showing in this interface.
A Dmd.rst582 is too big to fit in a page, it will be truncated. Writing
589 to fit in a page, it will be truncated. Writing to this file
/linux/Documentation/vm/
A Dunevictable-lru.rst277 (3) when the page is truncated from the last VM_LOCKED VMA of an mmapped file;
305 Also note that a page returned by get_user_pages() could be truncated or

Completed in 61 milliseconds

123