Home
last modified time | relevance | path

Searched full:containers (Results 1 – 25 of 73) sorted by relevance

123

/linux/drivers/dma-buf/
H A Ddma-fence-unwrap.c27 * dma_fence_unwrap_first - return the first fence from fence containers
28 * @head: the entrypoint into the containers
29 * @cursor: current position inside the containers
31 * Unwraps potential dma_fence_chain/dma_fence_array containers and return the
43 * dma_fence_unwrap_next - return the next fence from a fence containers
44 * @cursor: current position inside the containers
46 * Continue unwrapping the dma_fence_chain/dma_fence_array containers and return
/linux/drivers/base/
H A Dattribute_container.c76 klist_init(&cont->containers, internal_container_klist_get, in attribute_container_register()
96 spin_lock(&cont->containers.k_lock); in attribute_container_unregister()
97 if (!list_empty(&cont->containers.k_list)) in attribute_container_unregister()
102 spin_unlock(&cont->containers.k_lock); in attribute_container_unregister()
172 klist_add_tail(&ic->node, &cont->containers); in attribute_container_add_device()
222 klist_for_each_entry(ic, &cont->containers, node, &iter) { in attribute_container_remove_device()
252 klist_for_each_entry(ic, &cont->containers, node, &iter) { in do_attribute_container_device_trigger_safe()
269 klist_for_each_entry(ic, &cont->containers, node, &iter) { in do_attribute_container_device_trigger_safe()
370 klist_for_each_entry(ic, &cont->containers, node, &iter) { in attribute_container_device_trigger()
418 * attribute containers, namely add the classdev to the system and then
[all …]
H A Dcontainer.c3 * System bus type for containers.
/linux/Documentation/security/tpm/
H A Dtpm_vtpm_proxy.rst2 Virtual TPM Proxy Driver for Linux Containers
9 proxy device driver for Linux containers.
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c37 static struct tcm *containers[TILFMT_NFORMATS]; variable
557 ret = tcm_reserve_2d(containers[fmt], w, h, align, -1, slot_bytes, in tiler_reserve_2d()
583 if (tcm_reserve_1d(containers[TILFMT_PAGE], num_pages, in tiler_reserve_1d()
913 /* init containers */ in omap_dmm_probe()
930 /* assign access mode containers to applicable tcm container */ in omap_dmm_probe()
932 /* OMAP 5 has 2 containers, 1 for 2D and 1 for 1D */ in omap_dmm_probe()
933 containers[TILFMT_8BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
934 containers[TILFMT_16BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
935 containers[TILFMT_32BIT] = omap_dmm->tcm[0]; in omap_dmm_probe()
941 containers[TILFMT_PAGE] = omap_dmm->tcm[1]; in omap_dmm_probe()
[all …]
H A Domap_dmm_priv.h178 /* array of LUT - TCM containers */
/linux/net/batman-adv/
H A Dtvlv.c160 * Return: size of all currently registered tvlv containers in bytes.
307 * and the size of the to-be-appended tvlv containers.
309 * Return: size of all appended tvlv containers in bytes.
494 * @batadv_ogm_packet: ogm packet containing the tvlv containers
/linux/Documentation/networking/
H A Dnetfilter-sysctl.rst15 with LOG target; this aims to prevent containers from flooding host
/linux/drivers/bus/fsl-mc/
H A Ddprc.c91 * reset. The child containers are entered recursively and the
92 * objects reset. All the objects (including the child containers)
95 * However the child containers are not entered recursively.
138 * Bit 0 indicates that the child containers are not recursively reset. in dprc_reset_container()
H A Dfsl-mc-msi.c197 * child containers inherit the domain from the parent in fsl_mc_find_msi_domain()
/linux/kernel/trace/rv/
H A Drv.c211 * Monitors without a parent could be standalone or containers.
221 * Containers can be also identified based on their function pointers:
223 * for enable()/disable(). Use this condition to find empty containers.
224 * Keep both conditions in case we have some non-compliant containers.
/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst137 - "Containers" within a single Linux host. If each container has
158 distinction between network namespaces (containers) when the
/linux/drivers/vfio/
H A Dcontainer.c77 * Only noiommu containers can use vfio-noiommu and noiommu containers can only
141 * Container objects - containers are created when /dev/vfio/vfio is
/linux/Documentation/dev-tools/
H A Dcontainer.rst12 this can already be done by users who are familiar with containers, having a
191 <https://gitlab.com/gtucker/korg-containers>`__ by running ``make
/linux/Documentation/filesystems/
H A Didmappings.rst557 workloads. For a more complex but common example, consider two containers
558 started on the host. To completely prevent the two containers from affecting
560 for the two containers::
573 to both containers currently can't.
611 between two containers with different idmappings.
613 aren't mountable inside containers. And not having them mountable might be
/linux/Documentation/driver-api/cxl/allocation/
H A Dpage-allocator.rst48 containers to limit the accessibility of certain NUMA nodes for tasks in that
/linux/include/scsi/
H A Dscsi_transport.h17 /* the attribute containers */
/linux/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c53 * fail in some containers, but that's probably okay. in main()
/linux/Documentation/filesystems/ext4/
H A Dallocators.rst44 groups; these mini-containers are used as outlined above to try to
/linux/include/linux/mtd/
H A Dpartitions.h23 * types: some partitions can be containers using specific format to describe
/linux/include/linux/
H A Du64_stats_sync.h59 * Example of use in drivers/net/loopback.c, using per_cpu containers,
/linux/Documentation/admin-guide/nfs/
H A Dnfs-client.rst58 containers unless it is overridden by a value written to
/linux/Documentation/arch/powerpc/
H A Ddexcr.rst176 default value of the DEXCR, for example allowing containers to run with different
/linux/net/bridge/netfilter/
H A Debt_log.c81 /* FIXME: Disabled from containers until syslog ns is supported */ in ebt_log_packet()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_shared.h82 * Client has handle(s) to Kernel containers storing these addresses, instead of raw addresses. We

123