/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_kcs_sm.c | 135 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()
|
D | ipmi_smic_sm.c | 117 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()
|
D | ipmi_bt_sm.c | 102 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/ |
D | audit.c | 33 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/ |
D | d3.c | 1256 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/ |
D | ring_buffer.c | 347 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/ |
D | iss_video.h | 47 u32 truncated; member
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.h | 48 u32 truncated; member
|
D | ispccdc.c | 2047 fmt->code = info->truncated; in ccdc_try_format()
|
/linux-4.4.14/fs/affs/ |
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-4.4.14/include/linux/ |
D | perf_event.h | 714 unsigned long size, bool truncated); 1055 bool truncated) { } in perf_aux_output_end() argument
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 313 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
|
D | affs.txt | 188 By default, filenames are truncated to 30 characters without warning.
|
D | hpfs.txt | 140 When there's not enough space for extended attributes, they will be truncated
|
D | coda.txt | 763 set to zero the file will be truncated. The uid and gid of the file
|
D | proc.txt | 1693 then the kernel's TASK_COMM_LEN (currently 16 chars) will result in a truncated
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 215 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
|
D | timestamping.txt | 317 smaller buffer, possibly even of length 0. The payload is truncated
|
D | packet_mmap.txt | 449 meta information) has been truncated because it's
|
D | bonding.txt | 1429 truncated if you have more than a few hundred bonds. This is unlikely
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_snan.S | 11 | is set to one and the resulting non-signaling NAN (truncated if
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 94 The list will be truncated at PAGE_SIZE bytes due to
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-pt.txt | 468 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/ |
D | xfs_inode.c | 1651 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/ |
D | md.txt | 458 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
|
D | atomic_ops.txt | 455 For one thing, this return value gets truncated to int in many code
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 301 (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
|
D | cleancache.txt | 246 gets removed/truncated. So if cleancache used the inode kva,
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 308 - Fixed truncated sound on /dev/dsp when the device is closed.
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | softfloat-macros | 554 divisor `b' must be at least 2^63. If q is the exact quotient truncated
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 318 e. Directory listings are unpredictably truncated, and `dmesg' shows
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid | 212 build (number of exceeding 256 got truncated).
|
D | sym53c8xx_2.txt | 450 #tags will be truncated to the max queued commands configuration parameter.
|
D | ncr53c8xx.txt | 700 #tags will be truncated to the max queued commands configuration parameter.
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 2827 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/ |
D | x86-opcode-map.txt | 290 # but is not truncated to 16 bits, unlike RIP.
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 290 # but is not truncated to 16 bits, unlike RIP.
|
/linux-4.4.14/Documentation/x86/ |
D | boot.txt | 767 long will be automatically truncated by the kernel.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 352 rmmod can oops if done soon after last unmount. Fix truncated
|