Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
Dsafe_serial.c85 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.1.27/Documentation/device-mapper/
Dverity.txt21 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.1.27/Documentation/filesystems/
Dromfs.txt68 : : 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.1.27/include/uapi/linux/
Djffs2.h201 jint32_t padded; /* sum of the size of padding nodes */ member
/linux-4.1.27/drivers/net/usb/
Dsierra_net.c254 int padded; in parse_hip() local
263 padded = hh->msgid.byte & 0x80; in parse_hip()
282 if (padded) { in parse_hip()
/linux-4.1.27/net/sched/
Dsch_generic.c604 sch->padded = (char *) sch - (char *) p; in qdisc_alloc()
674 kfree((char *) qdisc - qdisc->padded); in qdisc_rcu_free()
Dsch_api.c1007 kfree((char *) sch - sch->padded); in qdisc_create()
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt48 hexadecimal ASCII numbers fully padded with '0' on the left to the
/linux-4.1.27/Documentation/fb/
Dapi.txt60 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.1.27/Documentation/filesystems/nfs/
DExporting146 generated by encode_fh, in which case it will have been padded with
/linux-4.1.27/fs/cramfs/
DREADME23 null-padded to a multiple of 4 bytes.
/linux-4.1.27/include/net/
Dsch_generic.h99 int padded; member
/linux-4.1.27/fs/ocfs2/
Drefcounttree.c2625 unsigned int padded = in ocfs2_cow_align_length() local
2630 if (padded < len) in ocfs2_cow_align_length()
2631 padded = UINT_MAX; in ocfs2_cow_align_length()
2633 return padded; in ocfs2_cow_align_length()
/linux-4.1.27/fs/jffs2/
Dsummary.c713 isum.padded = cpu_to_je32(c->summary->sum_padded); in jffs2_sum_write_data()
/linux-4.1.27/arch/arm/mm/
DKconfig1026 padded to section-size (1MiB) boundaries (because their permissions
1039 another section-size padded region, so it can waste more memory
/linux-4.1.27/Documentation/networking/
Drxrpc.txt428 Encrypted checksum plus packet padded and first eight bytes of packet
433 Encrypted checksum plus entire packet padded and encrypted, including
Dip-sysctl.txt727 This means that when set the CIPSO tag will be padded with empty
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_avx-x86_64.S73 ## 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.1.27/Documentation/input/
Datarikbd.txt565 padded to form 8 byte long return packets. The responses to the status
/linux-4.1.27/include/linux/
Dnetdevice.h1576 unsigned short padded; member
/linux-4.1.27/net/core/
Ddev.c6764 char *addr = (char *)dev - dev->padded; in netdev_freemem()
6821 dev->padded = (char *)dev - (char *)p; in alloc_netdev_mqs()
/linux-4.1.27/Documentation/
DSubmittingPatches631 support that - since because the sequence number is zero-padded,