Home
last modified time | relevance | path

Searched refs:segments (Results 176 – 200 of 230) sorted by relevance

12345678910

/openbmc/linux/Documentation/core-api/
H A Ddma-api.rst235 segments, the function returns 0.
379 Returns: the number of DMA address segments mapped (this may be shorter
625 indicated by sgt->nents, but it might have multiple CPU side segments as
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME259 segments.
/openbmc/linux/Documentation/arch/s390/
H A Dmonreader.rst174 list all available segments and information about them.
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst273 VmData size of private data segments
274 VmStk size of stack segments
1808 to dump some memory segments, for example, huge shared memory or DAX.
1809 Conversely, sometimes we want to save file-backed memory segments into a core
1812 /proc/<pid>/coredump_filter allows you to customize which memory segments
1814 of memory types. If a bit of the bitmask is set, memory segments of the
1837 segments, ELF header pages and hugetlb private memory are dumped.
1839 If you don't want to dump all shared memory segments attached to pid 1234,
/openbmc/qemu/docs/devel/
H A Dtcg.rst30 DS and ES segments have a zero base, then the translator does not even
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst689 The segments are as follows:
706 segments are empty. If the corresponding segment is empty but some
740 ``RCU_DONE_TAIL`` list segments as grace periods advance.
743 the list segments. This is what allows different CPUs to have different
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead.S1228 mov r1, #7 << 5 @ 8 segments
1234 bcs 1b @ segments 7 to 0
/openbmc/linux/drivers/nvme/host/
H A Dcore.c750 unsigned short segments = blk_rq_nr_discard_segments(req), n = 0; in nvme_setup_discard() local
787 if (n < segments) { in nvme_setup_discard()
796 if (WARN_ON_ONCE(n != segments)) { in nvme_setup_discard()
807 cmnd->dsm.nr = cpu_to_le32(segments - 1); in nvme_setup_discard()
/openbmc/linux/Documentation/userspace-api/
H A Dunshare.rst315 4) Concurrent execution: Use shared memory segments and futex on
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst516 This offload enables the adapter to coalesce multiple TCP segments and indicate
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst231 in the core file as additional ``PT_AARCH64_MEMTAG_MTE`` segments. The
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq731 * Do we need any more segments for this transfer?
738 /* Are we actively fetching segments? */
747 * Need to fetch segments, but we can only do that
961 * to fetch additional segments for this transfer,
H A Daic79xx.seq1478 /* Are we actively fetching segments? */
1782 * to fetch additional segments for this transfer,
2009 * have satisfied the transfer by loading segments and
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml712 # segments: # Settings for reassembly segment pool.
714 # prealloc: 256 # Number of segments to prealloc and keep
730 #segments:
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst226 segments for an eight byte sequence matching prefix; if the prefix is found it
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst23 and so on). It indicates the number of aggregated segments after
384 the 'segments sent containing the RST flag', but in linux kernel, this
385 counter indicates the segments kernel tried to send. The sending
427 - Out of order segments arrived.
/openbmc/linux/Documentation/scsi/
H A Daic79xx.rst102 - Remove S/G splitting for segments that cross a 4GB boundary.
/openbmc/linux/Documentation/crypto/
H A Duserspace-if.rst343 input into segments with a maximum size of 16 pages.
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c8439 uint templates, segments, fragment; in qla24xx_load_risc_flash() local
8466 segments = FA_RISC_CODE_SEGMENTS; in qla24xx_load_risc_flash()
8467 for (j = 0; j < segments; j++) { in qla24xx_load_risc_flash()
8702 uint templates, segments, fragment; in qla24xx_load_risc_blob() local
8739 segments = FA_RISC_CODE_SEGMENTS; in qla24xx_load_risc_blob()
8740 for (j = 0; j < segments; j++) { in qla24xx_load_risc_blob()
/openbmc/linux/Documentation/driver-api/
H A Dxillybus.rst353 since large continuous physical memory segments are sometimes requested,
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c4942 u32 segments = 0; in nfsd4_encode_read_plus() local
4964 segments++; in nfsd4_encode_read_plus()
4968 *p = cpu_to_be32(segments); in nfsd4_encode_read_plus()
/openbmc/linux/Documentation/security/
H A Dcredentials.rst24 - Shared memory segments
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch475 + Returns the release segments before the post-release and the
1637 + Returns the release segments before the post-release and the
2152 + Returns the release segments before the post-release and the
/openbmc/linux/arch/arm64/
H A DKconfig1306 aligned segments.
1314 with 64K aligned segments.
1670 with page size aligned segments.
/openbmc/linux/net/ipv6/
H A Dseg6_local.c267 addr = srh->segments + srh->segments_left; in advance_nextseg()

12345678910