Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/ipmi/
Dipmi_kcs_sm.c135 int truncated; member
153 kcs->truncated = 0; in init_kcs_data()
224 kcs->truncated = 1; in read_next_byte()
317 kcs->truncated = 1; in get_kcs_result()
328 if (kcs->truncated) { in get_kcs_result()
335 kcs->truncated = 0; in get_kcs_result()
Dipmi_smic_sm.c117 int truncated; member
132 smic->truncated = 0; in init_smic_data()
182 smic->truncated = 1; in smic_get_result()
190 if (smic->truncated) { in smic_get_result()
192 smic->truncated = 0; in smic_get_result()
258 smic->truncated = 1; in read_next_byte()
Dipmi_bt_sm.c102 int truncated; member
255 bt->truncated = 0; in bt_start_transaction()
280 if (length < msg_len || bt->truncated) { in bt_get_result()
369 bt->truncated = 1; in read_all_bytes()
/linux-4.4.14/security/tomoyo/
Daudit.c33 bool truncated = false; in tomoyo_print_bprm() local
55 truncated = true; in tomoyo_print_bprm()
75 if (truncated) { in tomoyo_print_bprm()
83 truncated = false; in tomoyo_print_bprm()
87 if (truncated) { in tomoyo_print_bprm()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1256 int truncated = pktlen - pktsize; in iwl_mvm_report_wakeup_reasons() local
1259 if (WARN_ON_ONCE(truncated < 0)) in iwl_mvm_report_wakeup_reasons()
1260 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1291 if (truncated >= icvlen) { in iwl_mvm_report_wakeup_reasons()
1293 truncated -= icvlen; in iwl_mvm_report_wakeup_reasons()
1295 icvlen -= truncated; in iwl_mvm_report_wakeup_reasons()
1296 truncated = 0; in iwl_mvm_report_wakeup_reasons()
1308 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1313 if (truncated >= 4) { in iwl_mvm_report_wakeup_reasons()
1314 truncated -= 4; in iwl_mvm_report_wakeup_reasons()
[all …]
/linux-4.4.14/kernel/events/
Dring_buffer.c347 bool truncated) in perf_aux_output_end() argument
350 bool wakeup = truncated; in perf_aux_output_end()
354 if (truncated) in perf_aux_output_end()
384 if (truncated) in perf_aux_output_end()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.h47 u32 truncated; member
/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.h48 u32 truncated; member
Dispccdc.c2047 fmt->code = info->truncated; in ccdc_try_format()
/linux-4.4.14/fs/affs/
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-4.4.14/include/linux/
Dperf_event.h714 unsigned long size, bool truncated);
1055 bool truncated) { } in perf_aux_output_end() argument
/linux-4.4.14/Documentation/filesystems/
DLocking313 some or all of the buffers from the page when it is being truncated. It
543 the page may be truncated and/or invalidated, then the filesystem must lock
544 the page, then ensure it is not already truncated (the page lock will block
560 the page has been truncated, the filesystem should not look up a new page
Daffs.txt188 By default, filenames are truncated to 30 characters without warning.
Dhpfs.txt140 When there's not enough space for extended attributes, they will be truncated
Dcoda.txt763 set to zero the file will be truncated. The uid and gid of the file
Dproc.txt1693 then the kernel's TASK_COMM_LEN (currently 16 chars) will result in a truncated
/linux-4.4.14/Documentation/networking/
Dopenvswitch.txt215 indicates protocol 6 for TCP, but which is truncated just after the IP
223 indicating that a VLAN TCI should follow, but which is truncated just
Dtimestamping.txt317 smaller buffer, possibly even of length 0. The payload is truncated
Dpacket_mmap.txt449 meta information) has been truncated because it's
Dbonding.txt1429 truncated if you have more than a few hundred bonds. This is unlikely
/linux-4.4.14/arch/m68k/fpsp040/
Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-usb94 The list will be truncated at PAGE_SIZE bytes due to
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt468 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
473 again 'truncated' is set in the PERF_RECORD_AUX event. If the driver has to
745 in the buffer might be truncated and immediately followed by a PSB as the trace
/linux-4.4.14/fs/xfs/
Dxfs_inode.c1651 int truncated; in xfs_release() local
1663 truncated = xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED); in xfs_release()
1664 if (truncated) { in xfs_release()
/linux-4.4.14/Documentation/
Dmd.txt458 is too big to fit in a page, it will be truncated. Writing
465 to fit in a page, it will be truncated. Writing to this file
Datomic_ops.txt455 For one thing, this return value gets truncated to int in many code
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt301 (3) when the page is truncated from the last VM_LOCKED VMA of an mmapped file;
329 Also note that a page returned by get_user_pages() could be truncated or
Dcleancache.txt246 gets removed/truncated. So if cleancache used the inode kva,
/linux-4.4.14/sound/oss/
DCHANGELOG308 - Fixed truncated sound on /dev/dsp when the device is closed.
/linux-4.4.14/arch/arm/nwfpe/
Dsoftfloat-macros554 divisor `b' must be at least 2^63. If q is the exact quotient truncated
/linux-4.4.14/Documentation/cdrom/
Dide-cd318 e. Directory listings are unpredictably truncated, and `dmesg' shows
/linux-4.4.14/Documentation/scsi/
DChangeLog.megaraid212 build (number of exceeding 256 got truncated).
Dsym53c8xx_2.txt450 #tags will be truncated to the max queued commands configuration parameter.
Dncr53c8xx.txt700 #tags will be truncated to the max queued commands configuration parameter.
/linux-4.4.14/fs/btrfs/
Dinode.c2827 bool truncated = false; in btrfs_finish_ordered_io() local
2841 truncated = true; in btrfs_finish_ordered_io()
2955 if (ret || truncated) { in btrfs_finish_ordered_io()
2958 if (truncated) in btrfs_finish_ordered_io()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt290 # but is not truncated to 16 bits, unlike RIP.
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt290 # but is not truncated to 16 bits, unlike RIP.
/linux-4.4.14/Documentation/x86/
Dboot.txt767 long will be automatically truncated by the kernel.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES352 rmmod can oops if done soon after last unmount. Fix truncated