Home
last modified time | relevance | path

Searched refs:container (Results 1 – 77 of 77) sorted by relevance

/linux-4.1.27/drivers/vfio/
Dvfio_iommu_spapr_tce.c50 static int tce_iommu_enable(struct tce_container *container) in tce_iommu_enable() argument
54 struct iommu_table *tbl = container->tbl; in tce_iommu_enable()
56 if (!container->tbl) in tce_iommu_enable()
62 if (container->enabled) in tce_iommu_enable()
94 container->enabled = true; in tce_iommu_enable()
101 static void tce_iommu_disable(struct tce_container *container) in tce_iommu_disable() argument
103 if (!container->enabled) in tce_iommu_disable()
106 container->enabled = false; in tce_iommu_disable()
108 if (!container->tbl || !current->mm) in tce_iommu_disable()
112 current->mm->locked_vm -= (container->tbl->it_size << in tce_iommu_disable()
[all …]
Dvfio.c76 struct vfio_container *container; member
169 static void vfio_container_get(struct vfio_container *container) in vfio_container_get() argument
171 kref_get(&container->kref); in vfio_container_get()
176 struct vfio_container *container; in vfio_container_release() local
177 container = container_of(kref, struct vfio_container, kref); in vfio_container_release()
179 kfree(container); in vfio_container_release()
182 static void vfio_container_put(struct vfio_container *container) in vfio_container_put() argument
184 kref_put(&container->kref, vfio_container_release); in vfio_container_put()
786 static long vfio_ioctl_check_extension(struct vfio_container *container, in vfio_ioctl_check_extension() argument
792 down_read(&container->group_lock); in vfio_ioctl_check_extension()
[all …]
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c139 struct lnet_msg_container *container = the_lnet.ln_msg_containers[cpt]; in lnet_msg_commit() local
162 list_add(&msg->msg_activelist, &container->msc_active); in lnet_msg_commit()
437 struct lnet_msg_container *container; in lnet_finalize() local
491 container = the_lnet.ln_msg_containers[cpt]; in lnet_finalize()
492 list_add_tail(&msg->msg_list, &container->msc_finalizing); in lnet_finalize()
498 for (i = 0; i < container->msc_nfinalizers; i++) { in lnet_finalize()
499 if (container->msc_finalizers[i] == current) in lnet_finalize()
502 if (my_slot < 0 && container->msc_finalizers[i] == NULL) in lnet_finalize()
506 if (i < container->msc_nfinalizers || my_slot < 0) { in lnet_finalize()
511 container->msc_finalizers[my_slot] = current; in lnet_finalize()
[all …]
Dlib-md.c170 struct lnet_res_container *container = the_lnet.ln_md_containers[cpt]; in lnet_md_link() local
193 lnet_res_lh_initialize(container, &md->md_lh); in lnet_md_link()
196 list_add(&md->md_list, &container->rec_active); in lnet_md_link()
/linux-4.1.27/drivers/scsi/aacraid/
Dcommsup.c893 u32 channel, id, lun, container; in aac_handle_aif() local
906 container = channel = id = lun = (u32)-1; in aac_handle_aif()
918 container = le32_to_cpu(((__le32 *)aifcmd->data)[1]); in aac_handle_aif()
919 if ((container >> 28)) { in aac_handle_aif()
920 container = (u32)-1; in aac_handle_aif()
923 channel = (container >> 24) & 0xF; in aac_handle_aif()
925 container = (u32)-1; in aac_handle_aif()
928 id = container & 0xFFFF; in aac_handle_aif()
930 container = (u32)-1; in aac_handle_aif()
933 lun = (container >> 16) & 0xFF; in aac_handle_aif()
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Damd_early.c23 static u8 *container; variable
126 cont = (u8 **)__pa_nodebug(&container); in apply_ucode_in_initrd()
131 cont = &container; in apply_ucode_in_initrd()
275 ucode = (void *)__pa_nodebug(&container); in load_ucode_amd_ap()
314 if (!container) in load_ucode_amd_ap()
323 eq = (struct equiv_cpu_entry *)(container + CONTAINER_HDR_SZ); in load_ucode_amd_ap()
358 if (!container) in save_microcode_in_initrd_amd()
363 cont = (unsigned long)container; in save_microcode_in_initrd_amd()
364 cont_va = __va(container); in save_microcode_in_initrd_amd()
370 cont = __pa(container); in save_microcode_in_initrd_amd()
[all …]
/linux-4.1.27/kernel/trace/
Dtrace_export.c37 #define __field_desc(type, container, item) type item; argument
43 #define __array_desc(type, container, item, size) type item[size]; argument
84 #define __field_desc(type, container, item) \ argument
87 container.item), \
88 sizeof(field.container.item), \
107 #define __array_desc(type, container, item, len) \ argument
111 container.item), \
112 sizeof(field.container.item), \
148 #define __field_desc(type, container, item) argument
154 #define __array_desc(type, container, item, len) argument
Dtrace.h53 #define __field_desc(type, container, item) argument
59 #define __array_desc(type, container, item, size) argument
/linux-4.1.27/Documentation/
Dvfio.txt78 a container class, which may hold one or more groups. A container
81 On its own, the container provides little functionality, with all
83 The user needs to add a group into the container for the next level
97 Once the group is ready, it may be added to the container by opening
100 previously opened container file. If desired and if the IOMMU driver
102 be set to the same container. If a group fails to set to a container
103 with existing groups, a new empty container will need to be used
106 With a group (or groups) attached to a container, the remaining
167 int container, group, device, i;
174 /* Create a new container */
[all …]
Dkobject.txt37 or belong to different ktypes. The kset is the basic container type for
91 container type. So, for example, a pointer "kp" to a struct kobject
327 In object-oriented terms, "kset" is the top-level container class; ksets
Dmodule-signing.txt207 container. Thus they MAY NOT be stripped once the signature is computed and
Dassoc_array.txt28 This associative array implementation is an object container with the following
Ddevices.txt1177 The filename of the encrypted container and the passwords
/linux-4.1.27/drivers/base/
Dtransport_class.c91 atc->container.class = &atc->tclass.class; in anon_transport_class_register()
92 attribute_container_set_no_classdevs(&atc->container); in anon_transport_class_register()
93 error = attribute_container_register(&atc->container); in anon_transport_class_register()
112 if (unlikely(attribute_container_unregister(&atc->container))) in anon_transport_class_unregister()
DMakefile7 topology.o container.o property.o cacheinfo.o
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt37 Eg: A container startup script could do the following:
44 # We are now in new container
89 startup scripts have not yet been updated, container-startup scripts
93 Or, in general, container-startup scripts should use:
126 does not provide strict isolation in a container environment. i.e by
127 mounting devpts without the 'newinstance' option, a container could
128 get visibility into the 'host' or root container's devpts.
131 including the mount in the root container, should use the newinstance
Dexofs.txt10 array of sectors but as a container of objects, each having a length, quota,
106 container of the filesystem.
Dcoda.txt1011 informed of the device and inode number of the container file in the
1012 fields dev and inode. For Windows the path of the container file is
1018 upcalls, one to open aiming at a container file name, the other at a
1019 container file inode.
1051 file is being closed, the data in the container file is to be the new
1161 NNOOTTEE This call is not used. Readdir operations exploit container
Dnilfs2.txt182 for the super block (SB) and segment #0. A segment is the container
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dsky81452.txt8 - backlight : container node for backlight following the binding
10 - regulator : container node for regulators following the binding
Dbrcm,bcm59056.txt16 - regulators: container node for regulators following the generic
/linux-4.1.27/include/linux/
Dtransport_class.h41 struct attribute_container container; member
49 . container = { \
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c81 struct list_head container; in send_packet_completion() local
84 INIT_LIST_HEAD(&container); in send_packet_completion()
85 list_add_tail(&packet->list, &container); in send_packet_completion()
88 do_send_completion(ep, &container); in send_packet_completion()
944 struct list_head container; in recv_packet_completion() local
945 INIT_LIST_HEAD(&container); in recv_packet_completion()
946 list_add_tail(&packet->list, &container); in recv_packet_completion()
949 do_recv_completion(ep, &container); in recv_packet_completion()
1108 struct list_head container; in htc_flush_rx_queue() local
1130 INIT_LIST_HEAD(&container); in htc_flush_rx_queue()
[all …]
Dhtc_mbox.c455 struct list_head container; in htc_tx_comp_handler() local
461 INIT_LIST_HEAD(&container); in htc_tx_comp_handler()
462 list_add_tail(&packet->list, &container); in htc_tx_comp_handler()
464 htc_tx_complete(endpoint, &container); in htc_tx_comp_handler()
1156 struct list_head discard_q, container; in ath6kl_htc_mbox_flush_txep() local
1185 INIT_LIST_HEAD(&container); in ath6kl_htc_mbox_flush_txep()
1186 list_add_tail(&packet->list, &container); in ath6kl_htc_mbox_flush_txep()
1187 htc_tx_complete(endpoint, &container); in ath6kl_htc_mbox_flush_txep()
/linux-4.1.27/arch/s390/kernel/
Dtopology.c145 book->id = tle->container.id; in __tl_to_masks_generic()
149 socket->id = tle->container.id; in __tl_to_masks_generic()
174 book->id = tle->container.id; in __tl_to_masks_z10()
/linux-4.1.27/Documentation/driver-model/
Ddesign-patterns.txt21 The most common way to achieve this is to use the state container design
41 called. This is our state container for this instance of the device driver.
/linux-4.1.27/arch/s390/include/asm/
Dsysinfo.h153 struct topology_container container; member
/linux-4.1.27/lib/xz/
DKconfig6 the .xz file format as the container. For integrity checking,
/linux-4.1.27/Documentation/devicetree/bindings/soc/fsl/
Dbman-portals.txt38 The example below shows a (P4080) BMan portals container/bus node with two portals
Dqman-portals.txt106 The example below shows a (P4080) QMan portals container/bus node with two portals
/linux-4.1.27/Documentation/trace/
Dkprobetrace.txt58 kernel space. This means it will fail and store NULL if the string container
61 offset, and container-size (usually 32). The syntax is;
63 b<bit-width>@<bit-offset>/<container-size>
Duprobetracer.txt56 offset, and container-size (usually 32). The syntax is;
58 b<bit-width>@<bit-offset>/<container-size>
/linux-4.1.27/drivers/acpi/
DMakefile72 obj-y += container.o
DKconfig308 the module will be called container.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-sirf.txt16 SiRFprimaII's pinmux nodes act as a container for an arbitrary number of subnodes.
Dlantiq,falcon-pinumx.txt12 Lantiq's pin configuration nodes act as a container for an arbitrary number of
Dqcom,apq8064-pinctrl.txt21 Qualcomm's pin configuration nodes act as a container for an arbitrary number of
Dqcom,ipq8064-pinctrl.txt21 Qualcomm's pin configuration nodes act as a container for an arbitrary number of
Dxlnx,zynq-pinctrl.txt12 Zynq's pin configuration nodes act as a container for an arbitrary number of
Dpinctrl-palmas.txt16 Palmas's pin configuration nodes act as a container for an arbitrary number of
Dlantiq,xway-pinumx.txt12 Lantiq's pin configuration nodes act as a container for an arbitrary number of
Dqcom,msm8974-pinctrl.txt21 Qualcomm's pin configuration nodes act as a container for an arbitrary number of
Dste,nomadik.txt12 ST Ericsson's pin configuration nodes act as a container for an arbitrary number of
Dimg,tz1090-pdc-pinctrl.txt12 TZ1090-PDC's pin configuration nodes act as a container for an arbitrary number
Dqcom,pmic-mpp.txt45 The pin configuration nodes act as a container for an arbitrary number of
Dpinctrl_spear.txt35 SPEAr's pinmux nodes act as a container for an arbitrary number of subnodes. Each
Dqcom,apq8084-pinctrl.txt50 The pin configuration nodes act as a container for an arbitrary number of
Dqcom,msm8960-pinctrl.txt50 The pin configuration nodes act as a container for an arbitrary number of
Dqcom,msm8916-pinctrl.txt50 The pin configuration nodes act as a container for an arbitrary number of
Dqcom,pmic-gpio.txt49 The pin configuration nodes act as a container for an arbitrary number of
Dfsl,mxs-pinctrl.txt16 The node of mxs pin controller acts as a container for an arbitrary number of
Drenesas,pfc-pinctrl.txt35 The PFC node also acts as a container for pin configuration nodes. Please refer
Dnvidia,tegra20-pinmux.txt12 Tegra's pin configuration nodes act as a container for an arbitrary number of
Dnvidia,tegra210-pinmux.txt13 Tegra's pin configuration nodes act as a container for an arbitrary number of
Dimg,tz1090-pinctrl.txt12 TZ1090's pin configuration nodes act as a container for an arbitrary number of
Dbrcm,bcm11351-pinctrl.txt28 container of an arbitrary number of subnodes, called pin group nodes in this
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt100 monitor only in the container (cgroup) called "name". This option is available only
102 container "name" are monitored when they run on the monitored CPUs. Multiple cgroups
Dperf-record.txt182 monitor only in the container (cgroup) called "name". This option is available only
184 container "name" are monitored when they run on the monitored CPUs. Multiple cgroups
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dfsl-fec.txt29 - mdio : specifies the mdio bus in the FEC, used as a container for phy nodes
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt108 to freeze all tasks in the container :
116 to unfreeze all tasks in the container :
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h744 int lnet_msg_container_setup(struct lnet_msg_container *container, int cpt);
745 void lnet_msg_container_cleanup(struct lnet_msg_container *container);
/linux-4.1.27/Documentation/scsi/
Dqlogicfas.txt60 copy a very big file (e.g. a doublespace container file, or a very
Daacraid.txt129 increased the number of fibs and outstanding commands to a container)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dtopology.txt47 child of the cpus node and provides a container where the actual topology
57 Description: The cpu-map node is just a container node where its
Didle-states.txt210 a direct child of the cpus node [1] and provides a container where the
215 Usage: Optional - On ARM systems, it is a container of processor idle
221 Description: idle-states node is a container node, where its
/linux-4.1.27/Documentation/gpio/
Ddriver.txt120 need to embed the gpio_chip in its state container and obtain a pointer
121 to the container using container_of().
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsimple-card.txt29 sub-nodes. This container may be
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt151 - trips: A sub-node which is a container of only trip point nodes
154 - cooling-maps: A sub-node which is a container of only cooling device
185 The "thermal-zones" node is a container for all thermal zone nodes. It shall
/linux-4.1.27/Documentation/sound/alsa/
DChannel-Mapping-API.txt113 provide multiple channel maps in a TLV container type. The TLV data
/linux-4.1.27/Documentation/arm/
DInterrupts49 GPIO0-10, and another for all the rest. It is just a container for
DREADME177 acts as a natural container around the actual implementations. These
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt201 container struct by using container_of():
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m152 debug settings. There are three main container directories where
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt141 Generally, struct config_item is embedded in a container structure, a
249 config_item (or more likely, its container structure), initializes it,
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt19 The "asymmetric" key type is designed to be a container for the keys used in
/linux-4.1.27/init/
DKconfig1067 bool "Enable perf_event per-cpu per-container group (cgroup) monitoring"
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt559 which isn't only a virtual "container" for more nodes, like "/cpus"