Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 63 of 63) sorted by relevance

/linux-4.1.27/net/openvswitch/
Ddatapath.c514 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
562 &flow->key, &acts, log); in ovs_packet_cmd_execute()
566 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
679 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument
699 len += nla_total_size(acts->actions_len); in ovs_flow_cmd_msg_size()
823 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument
835 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info()
873 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
916 &acts, log); in ovs_flow_cmd_new()
922 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new()
[all …]
Dflow_netlink.c1562 struct sw_flow_actions *acts; in reserve_sfa_size() local
1579 acts = nla_alloc_flow_actions(new_acts_size, log); in reserve_sfa_size()
1580 if (IS_ERR(acts)) in reserve_sfa_size()
1581 return (void *)acts; in reserve_sfa_size()
1583 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size()
1584 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size()
1586 *sfa = acts; in reserve_sfa_size()
Dactions.c965 const struct sw_flow_actions *acts, in ovs_execute_actions() argument
974 acts->actions, acts->actions_len); in ovs_execute_actions()
/linux-4.1.27/Documentation/i2c/
Dslave-eeprom-backend6 This is a proof-of-concept backend which acts like an EEPROM on the connected
Dslave-interface9 acts as a dual memory driver. While another I2C master on the bus can access it
/linux-4.1.27/Documentation/sound/oss/
DREADME.ymfsb27 cards. When enabled, your card acts as "SoundBlaster Pro" compatible card.
57 lower than original sounds. Since this driver recognizes your card acts
/linux-4.1.27/net/hsr/
DKconfig16 instant fail-over network. Each HSR node in the ring acts like a
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-davinci.txt25 The GPIO controller also acts as an interrupt controller. It uses the default
Drenesas,gpio-rcar.txt35 The GPIO controller also acts as an interrupt controller. It uses the default
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c2663 const struct intr_info *acts) in csio_handle_intr_status() argument
2669 for ( ; acts->mask; ++acts) { in csio_handle_intr_status()
2670 if (!(status & acts->mask)) in csio_handle_intr_status()
2672 if (acts->fatal) { in csio_handle_intr_status()
2675 acts->msg, status & acts->mask); in csio_handle_intr_status()
2676 } else if (acts->msg) in csio_handle_intr_status()
2678 acts->msg, status & acts->mask); in csio_handle_intr_status()
2679 mask |= acts->mask; in csio_handle_intr_status()
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs-block-server.txt4 case the NFS server acts as Metadata Server (MDS) for pNFS, which in addition
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,saw2.txt41 Definition: Indicates that this SPM device acts as a regulator device
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c1400 const struct intr_info *acts, in t3_handle_intr_status() argument
1406 for (; acts->mask; ++acts) { in t3_handle_intr_status()
1407 if (!(status & acts->mask)) in t3_handle_intr_status()
1409 if (acts->fatal) { in t3_handle_intr_status()
1412 acts->msg, status & acts->mask); in t3_handle_intr_status()
1413 status &= ~acts->mask; in t3_handle_intr_status()
1414 } else if (acts->msg) in t3_handle_intr_status()
1416 acts->msg, status & acts->mask); in t3_handle_intr_status()
1417 if (acts->stat_idx >= 0) in t3_handle_intr_status()
1418 stats[acts->stat_idx]++; in t3_handle_intr_status()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt4 R8A73A4 and R8A7740 it also acts as a GPIO controller.
35 The PFC node also acts as a container for pin configuration nodes. Please refer
Dmeson,pinctrl.txt10 represented as sub-nodes and each of them acts as a GPIO controller.
Dfsl,mxs-pinctrl.txt16 The node of mxs pin controller acts as a container for an arbitrary number of
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2172 const struct intr_info *acts) in t4_handle_intr_status() argument
2178 for ( ; acts->mask; ++acts) { in t4_handle_intr_status()
2179 if (!(status & acts->mask)) in t4_handle_intr_status()
2181 if (acts->fatal) { in t4_handle_intr_status()
2183 dev_alert(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, in t4_handle_intr_status()
2184 status & acts->mask); in t4_handle_intr_status()
2185 } else if (acts->msg && printk_ratelimit()) in t4_handle_intr_status()
2186 dev_warn(adapter->pdev_dev, "%s (0x%x)\n", acts->msg, in t4_handle_intr_status()
2187 status & acts->mask); in t4_handle_intr_status()
2188 if (acts->int_handler) in t4_handle_intr_status()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt11 required input clock frequencies from the devicetree and acts as clock provider
/linux-4.1.27/Documentation/
Dzorro.txt38 `ZORRO_WILDCARD' acts as a wildcard and finds any Zorro device. If your driver
Dvolatile-considered-harmful.txt38 spin_lock() call, since it acts as a memory barrier, will force it to
Dmemory-barriers.txt430 This acts as a one-way permeable barrier. It guarantees that all memory
445 This also acts as a one-way permeable barrier. It guarantees that all
464 This means that ACQUIRE acts as a minimal "acquire" operation and
465 RELEASE acts as a minimal "release" operation.
1013 And thirdly, a read barrier acts as a partial order on loads. Consider the
DDMA-API-HOWTO.txt394 This routine will allocate RAM for that region, so it acts similarly to
/linux-4.1.27/security/keys/
DKconfig16 Furthermore, a special type of key is available that acts as keyring:
/linux-4.1.27/Documentation/scsi/
Dmegaraid.txt53 module acts as a registry for low level hba drivers. The low level drivers
Dufs.txt95 UFSHCD is a low level device driver which acts as an interface between
Dst.txt88 Writing filemarks without the immediate bit set in the SCSI command block acts
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt59 Also acts as the allocator of new blocks. Currently two
/linux-4.1.27/arch/m68k/ifpsp060/
Dfskeleton.S209 | _fpsp_fline() distinguishes between the three and acts appropriately. F-Line
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/linux-4.1.27/Documentation/arm/
DREADME177 acts as a natural container around the actual implementations. These
194 controlled by the machine type ID, which acts both as a run-time and a
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt65 * Machine class driver: The machine driver class acts as the glue that
/linux-4.1.27/drivers/usb/gadget/
DKconfig344 The Mass Storage Gadget acts as a USB Mass Storage disk drive.
413 The MIDI Function acts as a USB Audio device, with one MIDI
436 The Webcam function acts as a composite USB Audio and Video Class
/linux-4.1.27/arch/um/
DKconfig.char107 soundcore and the UML hostaudio relay, which acts as a intermediary
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig238 The Mass Storage Gadget acts as a USB Mass Storage disk drive.
292 The MIDI Gadget acts as a USB Audio device, with one MIDI
476 The Webcam Gadget acts as a composite USB Audio and Video Class
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d58 acts similar to /dev/rtc and reacts on free-fall interrupts received
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt325 fsgid and actor security label) that the process acts as - without changing the
411 when it acts on behalf of another process, in that process's context.
440 acts upon another object, for example SIGKILLing another process or opening a
Dnetfs-api.txt369 index and an inode would be allocated that acts as a volume type and hash chain
/linux-4.1.27/net/ax25/
DKconfig29 use a low speed TNC (a Terminal Node Controller acts as a kind of
/linux-4.1.27/drivers/char/agp/
DKconfig10 use the AGP features of your 3D rendering video card. This code acts
/linux-4.1.27/Documentation/console/
Dconsole.txt45 read, or acts to bind or unbind the driver to the virtual consoles
/linux-4.1.27/Documentation/security/
Dcredentials.txt33 object acts upon another:
88 subject acts.
106 When a subject acts upon an object, a security calculation is made. This
Dkeys.txt102 (*) Negative. This is a relatively short-lived state. The key acts as a
103 note saying that a previous call out to userspace failed, and acts as
/linux-4.1.27/Documentation/laptops/
Dsonypi.txt106 mouse events, the other one which acts like a
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt108 The SDB entry point (which acts as a directory listing) cannot live at
/linux-4.1.27/Documentation/m68k/
DREADME.buddha201 Buddha acts just like a Catweasel Z-II with no device
/linux-4.1.27/drivers/net/hamradio/
DKconfig24 PC and your TNC (the Terminal Node Controller acts as a kind of
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt3 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device,
/linux-4.1.27/Documentation/hwmon/
Dlm85227 Tmin control and THERM asserted counts. Automatic Tmin control acts to
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt163 when set to greater than 1 (e.g. 100) it acts as a multiplier for the
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig180 serial port hardware which acts similar to standard serial port
/linux-4.1.27/Documentation/vm/
Dcleancache.txt135 physical systems as well. The zcache driver acts as a memory-hungry
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt92 layer on top of dmaengine, and acts as a client. Still, dmaengine
/linux-4.1.27/drivers/md/
DKconfig238 This interface allows you to do buffered I/O on a device and acts
/linux-4.1.27/drivers/misc/
DKconfig409 This is VMware physical memory management driver which acts
/linux-4.1.27/Documentation/networking/
Dppp_generic.txt252 /dev/ppp acts independently and can be attached either to a PPP unit
Darcnet.txt388 Worse, one of the Linux computers (freedom) also has a modem and acts as
Dbonding.txt2383 external network; this host then additionally acts as a gateway.
/linux-4.1.27/drivers/input/misc/
DKconfig395 rotation. The dial also acts as a pushbutton. The base contains an LED
/linux-4.1.27/drivers/hid/
DKconfig182 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI
/linux-4.1.27/drivers/usb/serial/
DKconfig10 ports, or acts like a serial device, and you want to connect it to
/linux-4.1.27/Documentation/sysctl/
Dvm.txt513 trims excess pages aggressively. Any value >= 1 acts as the watermark where
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt546 An address space acts as an intermediate between storage and
Dproc.txt110 The proc file system acts as an interface to internal data structures in the
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4046 happening and it acts strangely, then it could be a problem in the