Home
last modified time | relevance | path

Searched refs:sized (Results 1 – 25 of 102) sorted by relevance

12345

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c237 struct tpm_buf buf, sized; in tpm2_seal_trusted() local
264 rc = tpm_buf_init_sized(&sized); in tpm2_seal_trusted()
279 tpm_buf_append_u16(&sized, options->blobauth_len); in tpm2_seal_trusted()
282 tpm_buf_append(&sized, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
284 tpm_buf_append_u16(&sized, payload->key_len); in tpm2_seal_trusted()
285 tpm_buf_append(&sized, payload->key, payload->key_len); in tpm2_seal_trusted()
286 tpm_buf_append(&buf, sized.data, sized.length); in tpm2_seal_trusted()
289 tpm_buf_reset_sized(&sized); in tpm2_seal_trusted()
290 tpm_buf_append_u16(&sized, TPM_ALG_KEYEDHASH); in tpm2_seal_trusted()
291 tpm_buf_append_u16(&sized, hash); in tpm2_seal_trusted()
[all …]
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst56 prominent because the size of each page isn't as huge as the PMD-sized
66 collapses sequences of basic pages into PMD-sized huge pages.
125 PMD-sized huge pages unconditionally.
147 By default, PMD-sized hugepages have enabled="inherit" and all other
222 khugepaged will be automatically started when PMD-sized THP is enabled
225 PMD-sized THP is disabled (when both the per-size anon control and the
269 PMD-sized THP and no attempt is made to collapse to other THP
427 Always try PMD-sized huge pages first, and fall back to smaller-sized
428 huge pages if the PMD-sized huge page allocation fails;
437 Always try PMD-sized huge pages first, and fall back to smaller-sized
[all …]
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst38 then worst-case-sized buffers will be allocated at module load time.
44 allocated at run time, they will be sized appropriately for the current
/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst11 Individual statistics will be collected for each step-sized area within
14 The I/O statistics counters for each step-sized area of a region are
133 Print counters for each step-sized area of a region.
146 Output format for each step-sized area of a region:
H A Dpersistent-data.rst36 This provides access to the data on disk in fixed sized-blocks. There
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm8 tx_max sized frames with no terminating short
48 least one max sized datagram plus headers.
64 least one max sized datagram plus headers.
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst39 which can scroll strings sized as 8 x N characters. So, this control
52 also possible to find receivers which can scroll strings sized as 32
H A Dext-ctrls-fm-tx.rst45 which can scroll strings sized as 8 x N characters. So, this control
59 which can scroll strings sized as 32 x N or 64 x N characters. So,
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-set-buffer-size.rst35 filtered data. The default size is two maximum sized sections, i.e. if
/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt11 1.) The coreboot table. This is a list of variable-sized descriptors
/linux/Documentation/core-api/
H A Dcircular-buffers.rst12 (1) Convenience functions for determining information about power-of-2 sized
58 than 1 if multiple items or variable-sized items are to be included in the
66 Calculation of the occupancy or the remaining capacity of an arbitrarily sized
H A Dcachetlb.rst69 sized translations from the TLB, instead of having the kernel
75 This time we need to remove the PAGE_SIZE sized translation
175 sized regions from the cache, instead of having the kernel
181 This time we need to remove a PAGE_SIZE sized range
/linux/Documentation/arch/x86/
H A Dxstate.rst24 because different CPUs have differently-sized XSAVE buffers. A compiled-in
28 properly-sized altstacks.
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-adi-coyote.dts42 * 32 MB of Flash in 128 0x20000 sized blocks
H A Dintel-ixp42x-netgear-wg302v1.dts71 * 8 MB of Flash in 64 0x20000 sized blocks
H A Dintel-ixp42x-dlink-dsm-g600.dts108 * 16 MB of Flash in 128 0x20000 sized blocks
/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst125 The descriptor rings are power-of-two-sized ring buffers consisting of
174 The driver posts fixed sized buffers to HW on the RX buffer queue. The packet
/linux/Documentation/process/
H A Ddeprecated.rst192 sized stack arrays. While these non-trivial `performance issues
240 a dynamically sized set of trailing elements in a structure. Kernel code
245 In older C code, dynamically sized trailing elements were done by specifying
277 This is the way the kernel expects dynamically sized trailing elements
/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst8 The ``BPF_MAP_TYPE_CGRP_STORAGE`` map type represents a local fix-sized
/linux/tools/testing/selftests/
H A Dlib.mk47 CFLAGS += -Wno-gnu-variable-sized-type-not-at-end
/linux/Documentation/driver-api/mmc/
H A Dmmc-test.rst164 | 9 | Weird sized block writes | Performs write operations with varying |
169 | 10 | Weird sized block reads | same for read |
/linux/Documentation/userspace-api/
H A Dfutex2.rst85 supported one is 32 bit sized futex, and it need to be specified using
/linux/Documentation/admin-guide/
H A Dldm.rst29 dummy MSDOS partition containing one disk-sized partition. This is what is
/linux/samples/hid/
H A DMakefile240 -Wno-gnu-variable-sized-type-not-at-end \
/linux/drivers/media/usb/dvb-usb/
H A DKconfig203 The WT-220U and its clones are pen-sized.
321 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.

12345