/linux-4.4.14/drivers/usb/serial/ |
D | safe_serial.c | 85 static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; variable 97 module_param(padded, bool, 0); 98 MODULE_PARM_DESC(padded, "Pad to full wMaxPacketSize On/Off"); 244 if (padded) { in safe_prepare_write_buffer() 281 padded = 1; in safe_startup()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 21 the rest of the block is padded with zeros. 25 padded with zeros to the power of two. 139 Directly following the header (and with sector number padded to the next hash
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 68 : : padded to 16 byte boundary. 101 : : padded to 16 byte boundary 136 directly after the (padded) file name. 142 padded to an 1024 byte boundary.
|
/linux-4.4.14/include/uapi/linux/ |
D | jffs2.h | 201 jint32_t padded; /* sum of the size of padding nodes */ member
|
/linux-4.4.14/drivers/net/usb/ |
D | sierra_net.c | 254 int padded; in parse_hip() local 263 padded = hh->msgid.byte & 0x80; in parse_hip() 282 if (padded) { in parse_hip()
|
/linux-4.4.14/net/sched/ |
D | sch_generic.c | 599 sch->padded = (char *) sch - (char *) p; in qdisc_alloc() 669 kfree((char *) qdisc - qdisc->padded); in qdisc_rcu_free()
|
D | sch_api.c | 1009 kfree((char *) sch - sch->padded); in qdisc_create()
|
/linux-4.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 48 hexadecimal ASCII numbers fully padded with '0' on the left to the
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 60 per macropixel is not a multiple of 8, whether macropixels are padded to the 273 bits per pixel is not a multiple of 8, pixel values are padded to the next
|
/linux-4.4.14/fs/cramfs/ |
D | README | 23 null-padded to a multiple of 4 bytes.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 146 generated by encode_fh, in which case it will have been padded with
|
/linux-4.4.14/include/net/ |
D | sch_generic.h | 99 int padded; member
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 2615 unsigned int padded = in ocfs2_cow_align_length() local 2620 if (padded < len) in ocfs2_cow_align_length() 2621 padded = UINT_MAX; in ocfs2_cow_align_length() 2623 return padded; in ocfs2_cow_align_length()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 139 padded to 64 bytes to avoid cache line sharing or aliasing. Flog updates are
|
/linux-4.4.14/fs/jffs2/ |
D | summary.c | 713 isum.padded = cpu_to_je32(c->summary->sum_padded); in jffs2_sum_write_data()
|
/linux-4.4.14/arch/arm/mm/ |
D | Kconfig | 1048 padded to section-size (1MiB) boundaries (because their permissions 1061 another section-size padded region, so it can waste more memory
|
/linux-4.4.14/Documentation/networking/ |
D | rxrpc.txt | 428 Encrypted checksum plus packet padded and first eight bytes of packet 433 Encrypted checksum plus entire packet padded and encrypted, including
|
D | ip-sysctl.txt | 768 This means that when set the CIPSO tag will be padded with empty
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 73 ## AAD padded to 128 bits with 0 78 ## padded AAD in xmm register = {A1 A0 0 0} 94 ## padded AAD in xmm register = {A2 A1 A0 0}
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 565 padded to form 8 byte long return packets. The responses to the status
|
/linux-4.4.14/net/core/ |
D | dev.c | 7043 char *addr = (char *)dev - dev->padded; in netdev_freemem() 7100 dev->padded = (char *)dev - (char *)p; in alloc_netdev_mqs()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 1612 unsigned short padded; member
|
/linux-4.4.14/Documentation/ |
D | SubmittingPatches | 633 support that - since because the sequence number is zero-padded,
|