| /linux/drivers/dma-buf/ |
| H A D | dma-fence-unwrap.c | 27 * 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 D | attribute_container.c | 76 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 D | container.c | 3 * System bus type for containers.
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_vtpm_proxy.rst | 2 Virtual TPM Proxy Driver for Linux Containers 9 proxy device driver for Linux containers.
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.c | 37 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 D | omap_dmm_priv.h | 178 /* array of LUT - TCM containers */
|
| /linux/net/batman-adv/ |
| H A D | tvlv.c | 160 * 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 D | netfilter-sysctl.rst | 15 with LOG target; this aims to prevent containers from flooding host
|
| /linux/drivers/bus/fsl-mc/ |
| H A D | dprc.c | 91 * 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 D | fsl-mc-msi.c | 197 * child containers inherit the domain from the parent in fsl_mc_find_msi_domain()
|
| /linux/kernel/trace/rv/ |
| H A D | rv.c | 211 * 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 D | client-identifier.rst | 137 - "Containers" within a single Linux host. If each container has 158 distinction between network namespaces (containers) when the
|
| /linux/drivers/vfio/ |
| H A D | container.c | 77 * 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 D | container.rst | 12 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 D | idmappings.rst | 557 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 D | page-allocator.rst | 48 containers to limit the accessibility of certain NUMA nodes for tasks in that
|
| /linux/include/scsi/ |
| H A D | scsi_transport.h | 17 /* the attribute containers */
|
| /linux/tools/testing/selftests/x86/ |
| H A D | sysret_ss_attrs.c | 53 * fail in some containers, but that's probably okay. in main()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | allocators.rst | 44 groups; these mini-containers are used as outlined above to try to
|
| /linux/include/linux/mtd/ |
| H A D | partitions.h | 23 * types: some partitions can be containers using specific format to describe
|
| /linux/include/linux/ |
| H A D | u64_stats_sync.h | 59 * Example of use in drivers/net/loopback.c, using per_cpu containers,
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 58 containers unless it is overridden by a value written to
|
| /linux/Documentation/arch/powerpc/ |
| H A D | dexcr.rst | 176 default value of the DEXCR, for example allowing containers to run with different
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_log.c | 81 /* FIXME: Disabled from containers until syslog ns is supported */ in ebt_log_packet()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_fwif_shared.h | 82 * Client has handle(s) to Kernel containers storing these addresses, instead of raw addresses. We
|