Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 128 of 128) sorted by relevance

/linux-4.1.27/fs/ocfs2/dlm/
Ddlmunlock.c62 int *actions);
67 int *actions);
106 int actions = 0; in dlmunlock_common() local
156 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
158 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common()
189 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common()
207 actions = 0; in dlmunlock_common()
220 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common()
224 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common()
228 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common()
[all …]
/linux-4.1.27/net/sched/
Dact_api.c382 int tcf_action_exec(struct sk_buff *skb, const struct list_head *actions, in tcf_action_exec() argument
393 list_for_each_entry(a, actions, list) { in tcf_action_exec()
411 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
416 list_for_each_entry_safe(a, tmp, actions, list) { in tcf_action_destroy()
461 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() argument
467 list_for_each_entry(a, actions, list) { in tcf_action_dump()
571 int bind, struct list_head *actions) in tcf_action_init() argument
589 list_add_tail(&act->list, actions); in tcf_action_init()
594 tcf_action_destroy(actions, bind); in tcf_action_init()
642 tca_get_fill(struct sk_buff *skb, struct list_head *actions, u32 portid, u32 seq, in tca_get_fill() argument
[all …]
Dcls_api.c512 tcf_action_destroy(&exts->actions, TCA_ACT_UNBIND); in tcf_exts_destroy()
513 INIT_LIST_HEAD(&exts->actions); in tcf_exts_destroy()
525 INIT_LIST_HEAD(&exts->actions); in tcf_exts_validate()
534 list_add(&act->list, &exts->actions); in tcf_exts_validate()
539 TCA_ACT_BIND, &exts->actions); in tcf_exts_validate()
560 list_splice_init(&dst->actions, &tmp); in tcf_exts_change()
561 list_splice(&src->actions, &dst->actions); in tcf_exts_change()
570 list_first_entry_or_null(&(exts)->actions, \
578 if (exts->action && !list_empty(&exts->actions)) { in tcf_exts_dump()
588 if (tcf_action_dump(skb, &exts->actions, 0, 0) < 0) in tcf_exts_dump()
DKconfig358 only extended matches and actions.
581 Say Y here if you want to use traffic control actions. Actions
601 tristate "Generic actions"
604 Say Y here to take generic actions such as dropping and
/linux-4.1.27/Documentation/fault-injection/
Dnotifier-error-inject.txt21 /sys/kernel/debug/notifier-error-inject/cpu/actions/<notifier event>/error
33 # echo -1 > actions/CPU_DOWN_PREPARE/error
39 # echo -2 > actions/CPU_UP_PREPARE/error
46 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error
57 # echo -12 > actions/PM_SUSPEND_PREPARE/error
64 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error
74 # echo -12 > actions/MEM_GOING_OFFLINE/error
81 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error
/linux-4.1.27/arch/arm/probes/kprobes/
DMakefile1 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o
6 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
9 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
Dcore.c62 const union decode_action *actions; in arch_prepare_kprobe() local
77 actions = kprobes_t32_actions; in arch_prepare_kprobe()
81 actions = kprobes_t16_actions; in arch_prepare_kprobe()
90 actions = kprobes_arm_actions; in arch_prepare_kprobe()
97 switch ((*decode_insn)(insn, &p->ainsn, true, actions, checkers)) { in arch_prepare_kprobe()
/linux-4.1.27/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh206 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
216 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error
224 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error
232 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
237 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh239 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
247 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
255 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
263 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
268 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
/linux-4.1.27/include/net/
Dpkt_cls.h62 struct list_head actions; member
75 INIT_LIST_HEAD(&exts->actions); in tcf_exts_init()
92 return !list_empty(&exts->actions); in tcf_exts_is_predicative()
127 if (!list_empty(&exts->actions)) in tcf_exts_exec()
128 return tcf_action_exec(skb, &exts->actions, res); in tcf_exts_exec()
Dact_api.h118 int tcf_action_destroy(struct list_head *actions, int bind);
119 int tcf_action_exec(struct sk_buff *skb, const struct list_head *actions,
/linux-4.1.27/arch/parisc/kernel/
Dprocessor.c201 struct irqaction actions[]; in processor_probe()
207 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe()
208 if (!actions) { in processor_probe()
210 actions = cpu_irq_actions[0]; in processor_probe()
213 cpu_irq_actions[cpuid] = actions; in processor_probe()
/linux-4.1.27/lib/
Dasn1_decoder.c169 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
306 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
314 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
420 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
426 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
Dnotifier-error-inject.c34 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_callback()
68 for (action = err_inject->actions; action->name; action++) { in notifier_err_inject_init()
Dnotifier-error-inject.h16 struct notifier_err_inject_action actions[]; member
Dmemory-notifier-error-inject.c12 .actions = {
Dpm-notifier-error-inject.c12 .actions = {
Dcpu-notifier-error-inject.c12 .actions = {
Dof-reconfig-notifier-error-inject.c12 .actions = {
DKconfig.debug519 used to store these actions. If kmemleak reports "early log
610 notified, write the error code to "actions/<notifier event>/error".
615 # echo -12 > actions/MEM_GOING_OFFLINE/error
1375 notified, write the error code to "actions/<notifier event>/error".
1380 # echo -1 > actions/CPU_DOWN_PREPARE/error
1399 notified, write the error code to "actions/<notifier event>/error".
1404 # echo -12 > actions/PM_SUSPEND_PREPARE/error
1423 notified, write the error code to "actions/<notifier event>/error".
/linux-4.1.27/arch/arm/probes/
Ddecode.c416 bool emulate, const union decode_action *actions, in probes_decode_insn() argument
480 return actions[action].decoder(insn, asi, h); in probes_decode_insn()
491 asi->insn_handler = actions[action].handler; in probes_decode_insn()
505 return actions[action].decoder(insn, asi, h); in probes_decode_insn()
507 asi->insn_handler = actions[action].handler; in probes_decode_insn()
Ddecode-thumb.h94 bool emulate, const union decode_action *actions,
98 bool emulate, const union decode_action *actions,
Ddecode-thumb.c866 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn() argument
872 emulate, actions, checkers); in thumb16_probes_decode_insn()
877 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn() argument
883 emulate, actions, checkers); in thumb32_probes_decode_insn()
Ddecode-arm.h71 const union decode_action *actions,
Ddecode-arm.c729 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument
735 emulate, actions, checkers); in arm_probes_decode_insn()
Ddecode.h413 const union decode_action *actions,
/linux-4.1.27/Documentation/networking/
Dtc-actions-env-rules.txt2 The "environmental" rules for authors of any new tc actions are:
23 The "environmental" rules for callers of actions (qdiscs etc) are:
Dopenvswitch.txt14 on packet headers and metadata to sets of actions. The most common
15 action forwards the packet to another vport; other actions are also
20 is a matching flow, it executes the associated actions. If there is
D00-INDEX203 tc-actions-env-rules.txt
204 - rules for traffic control (tc) actions.
Dlapb-module.txt250 module will not perform any more actions on it. The skb->data pointer will
262 device driver and the LAPB module will not perform any more actions on it.
Dcdc_mbim.txt50 Establishing a MBIM IP session reequires at least these actions by the
DLICENSE.qlge192 distribute the Program or its derivative works. These actions are
Dphy.txt283 you only need to perform some actions before and after invoking
DLICENSE.qlcnic192 distribute the Program or its derivative works. These actions are
Drxrpc.txt316 calls, to invoke certain actions and to report certain conditions. These are:
Dbonding.txt1742 information, and it propagates those actions to the slaves. In case
/linux-4.1.27/arch/arm/probes/uprobes/
DMakefile1 obj-$(CONFIG_UPROBES) += core.o actions-arm.o
/linux-4.1.27/arch/mips/paravirt/
Dparavirt-irq.c250 void irq_mbox_ipi(int cpu, unsigned int actions) in irq_mbox_ipi() argument
255 WARN_ON(actions >= (1 << MBOX_BITS_PER_CPU)); in irq_mbox_ipi()
257 mask = actions << (cpuid * MBOX_BITS_PER_CPU); in irq_mbox_ipi()
Dparavirt-smp.c68 void irq_mbox_ipi(int cpu, unsigned int actions);
/linux-4.1.27/Documentation/usb/
Dhotplug.txt17 be driver-specific actions.
19 This involves a mix of kernel mode and user mode actions. Making devices
20 be immediately usable means that any user mode actions can't wait for an
25 Those triggered actions must support a system's administrative policies;
29 Because some of those actions rely on information about drivers (metadata)
/linux-4.1.27/net/openvswitch/
Dactions.c49 const struct nlattr *actions; member
105 da->actions = attr; in add_deferred_actions()
950 const struct nlattr *actions = da->actions; in process_deferred_actions() local
952 if (actions) in process_deferred_actions()
953 do_execute_actions(dp, skb, key, actions, in process_deferred_actions()
954 nla_len(actions)); in process_deferred_actions()
974 acts->actions, acts->actions_len); in ovs_execute_actions()
DMakefile8 actions.o \
Dflow_netlink.c1565 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
1583 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size()
1638 struct nlattr *a = (struct nlattr *) ((unsigned char *)sfa->actions + in add_nested_action_end()
1655 const struct nlattr *probability, *actions; in validate_and_copy_sample() local
1673 actions = attrs[OVS_SAMPLE_ATTR_ACTIONS]; in validate_and_copy_sample()
1674 if (!actions || (nla_len(actions) && nla_len(actions) < NLA_HDRLEN)) in validate_and_copy_sample()
1689 err = __ovs_nla_copy_actions(actions, key, depth + 1, sfa, in validate_and_copy_sample()
Dflow.h213 struct nlattr actions[]; member
Ddatapath.c754 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt159 We'll talk about how SCSI EH takes actions to abort - make LLDD
165 LLDD's can implement SCSI EH actions in one of the following two
204 To achieve these goals, EH performs recovery actions with increasing
205 severity. Some actions are performed by issuing SCSI commands and
215 Higher-severity actions are taken only when lower-severity actions
222 - Recovery actions are performed on failed scmds on the to do list,
230 - Higher severity actions are taken iff eh_work_q is not empty after
231 lower severity actions are complete.
340 higher-severity actions.
DChangeLog.ips49 4.70.12 - Corrective actions for bad controller ( during initialization )
DLICENSE.qla4xxx193 distribute the Program or its derivative works. These actions are
DLICENSE.qla2xxx194 distribute the Program or its derivative works. These actions are
/linux-4.1.27/include/linux/
Dasn1_ber_bytecode.h28 const asn1_action_t *actions; member
Dti_wilink_st.h311 u8 actions[0]; member
/linux-4.1.27/Documentation/isdn/
DREADME.hysdn165 0x00000040 Log every firmware write actions
170 0x00001000 Log the asynchronous scheduler actions (config and log)
171 0x00100000 Log all open and close actions to /proc/net/hysdn/card files
172 0x00200000 Log all actions from /proc file entries
DREADME.diversion113 output redirected to a file. Then all actions of the module are logged.
DREADME.concap30 uses several case statements which select appropriate actions
DREADME402 the script tools/tcltk/isdnmon. You can add actions for line-status
/linux-4.1.27/drivers/net/can/softing/
DKconfig15 As such, some actions (start/stop/busoff recovery) on 1 bus
/linux-4.1.27/Documentation/cgroups/
Dnet_cls.txt10 actions on such packets.
/linux-4.1.27/Documentation/memory-devices/
Dti-emif.txt46 affecting EMIF and takes appropriate actions when these are invoked.
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump41 supported actions.
Dfirewire-cdev61 Initiate various actions. Some take immediate effect, others
/linux-4.1.27/scripts/
Danalyze_suspend.py1740 actions = dict()
1864 if(a not in actions):
1865 actions[a] = []
1866 actions[a].append({'begin': ktime, 'end': ktime})
1868 actions[a][-1]['end'] = ktime
1880 if(cpu not in actions):
1881 actions[cpu] = []
1882 actions[cpu].append({'begin': cpu_start, 'end': ktime})
1888 if(cpu not in actions):
1889 actions[cpu] = []
[all …]
Dspelling.txt39 acitions||actions
/linux-4.1.27/Documentation/power/
Ddevices.txt381 low-power state. Instead the PM core will unwind its actions by resuming all
391 1. The resume_noirq callback methods should perform any actions needed
393 means undoing the actions of the suspend_noirq phase. If the bus type
403 actions.
406 the resume methods. This generally involves undoing the actions of the
411 undoing the actions of the suspend phase.
413 4. The complete phase should undo the actions of the prepare phase. Note,
503 above. Its methods should undo the actions of the preceding
650 Moreover, the specific actions taken may depend on the target system state.
665 actions that either require user space to be available, or at least won't
[all …]
Dopp.txt138 error checks such as IS_ERR() and appropriate actions taken by the caller.
152 /* trigger appropriate actions.. */
Dpci.txt150 writer can provide the kernel with a means to perform actions depending
915 of the PCI-specific actions necessary for suspending the device.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-platform-msi-laptop61 powersaving actions. ECO mode is available only on battery
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt34 actions that are designed for catastrophic scenarios.
78 clamping actions of controlled duty ratio and duration. Each per-CPU
138 During scalability testing, it is observed that synchronized actions
Dsysfs-api.txt232 disabled = Preventing kernel thermal zone driver actions upon
/linux-4.1.27/init/
Dinitramfs.c401 static __initdata int (*actions[])(void) = { variable
417 while (!actions[state]()) in write_buffer()
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt15 Old drivers define their own file_operations for actions like open(), write(),
19 Here is a overview of the functions and probably needed actions:
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt35 - Performs error recovery actions.
156 when performing error recovery actions.
172 require any recovery actions. The AER driver clears the device's
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt706 action=/etc/acpi/actions/ac.sh %e
712 action=/etc/acpi/actions/battery.sh %e
716 ----------------/etc/acpi/actions/ac.sh BEGIN-----------------------------------
733 ---------------------------/etc/acpi/actions/ac.sh END--------------------------
736 ---------------------------/etc/acpi/actions/battery.sh BEGIN-------------------
775 ---------------------------/etc/acpi/actions/battery.sh END--------------------
Dsony-laptop.txt125 I will not disavow all knowledge of your actions :)
Dthinkpad-acpi.txt696 Some of these commands actually perform actions in some ThinkPad models, but
734 dangerous actions (like undocking or ejecting a bay device while the
/linux-4.1.27/arch/metag/mm/
DKconfig78 kernel takes the appropriate actions to keep the cache coherent.
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h419 unsigned long actions; member
Doxu210hp-hcd.c266 clear_bit(action, &oxu->actions); in timer_action_done()
272 if (!test_and_set_bit(action, &oxu->actions)) { in timer_action()
2582 if (test_bit(TIMER_ASYNC_OFF, &oxu->actions)) in oxu_watchdog()
/linux-4.1.27/drivers/scsi/aic7xxx/
DKconfig.aic79xx42 The bus settle delay following all error recovery actions is
DKconfig.aic7xxx47 The bus settle delay following all error recovery actions is
/linux-4.1.27/Documentation/
Ddcdbas.txt5 management interrupts and host control actions (system power cycle or
Dkmemleak.txt62 these actions are stored in an early log buffer. The size of this buffer
Dthis_cpu_ops.txt224 modifies the variable, then RMW actions can not be guaranteed to be
Dkernel-parameters.txt2272 nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take
3577 Set to disable actions on ACPI thermal zone
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt201 The dm-raid target will accept certain actions through the 'message' interface.
202 ('man dmsetup' for more information on the message interface.) These actions
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck50 corrected machine check the kernel can take different actions.
/linux-4.1.27/Documentation/hwmon/
Dcoretemp33 mechanism will perform actions to forcibly cool down the processor. Alarm
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1303 YYCHECK. In other words, skip the first -YYN actions for
1304 this state because they are default actions. */
2173 /* User semantic actions sometimes alter yychar, and that requires
2181 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2212 user semantic actions for why this is necessary. */
2371 user semantic actions for why this is necessary. */
Dlex.lex.c_shipped832 do_action: /* This label is used only to access EOF actions. */
/linux-4.1.27/drivers/nfc/
Dnfcwilink.c83 __u8 actions[0]; member
/linux-4.1.27/Documentation/filesystems/
Dsysfs-pci.txt61 actions on the device (e.g. changing config space, detaching a device).
Dmandatory-locking.txt151 ftruncate(). truncate() and ftruncate() are considered to be "write" actions
Dporting127 (and see ->get_sb() entry for other actions).
Drelay.txt468 unmapped. The client can use this notification to trigger actions
Dsharedsubtree.txt245 that leads to mount or unmount actions in other vfsmounts.
/linux-4.1.27/Documentation/s390/
DCommonIO94 A write request to this file is blocked until all queued cio actions are
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1228 YYCHECK. In other words, skip the first -YYN actions for
1229 this state because they are default actions. */
2062 /* User semantic actions sometimes alter yychar, and that requires
2070 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2101 user semantic actions for why this is necessary. */
2260 user semantic actions for why this is necessary. */
Dzconf.lex.c_shipped1053 do_action: /* This label is used only to access EOF actions. */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1130 YYCHECK. In other words, skip the first -YYN actions for
1131 this state because they are default actions. */
2075 /* User semantic actions sometimes alter yychar, and that requires
2083 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2114 user semantic actions for why this is necessary. */
2275 user semantic actions for why this is necessary. */
Ddtc-lexer.lex.c_shipped926 do_action: /* This label is used only to access EOF actions. */
/linux-4.1.27/Documentation/input/
Dyealink.txt32 is not initialized and does not react to any actions.
Datarikbd.txt357 command DOES affect their actions.
/linux-4.1.27/Documentation/locking/
Dlglock.txt17 as per_cpu elements but can be mostly handled by CPU local actions
/linux-4.1.27/Documentation/acpi/apei/
Deinj.txt106 error, then perform some actions to trigger it. Setting "notrigger"
/linux-4.1.27/kernel/
Dtaskstats.c73 enum actions { enum
/linux-4.1.27/arch/m68k/ifpsp060/
Disp.doc192 actions which are too system-specific, then the system integrator must
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt166 implements the first two of these actions, aborting the command, and
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt39 suspend and resume actions and the currently enabled trigger. LED state
/linux-4.1.27/kernel/trace/
DKconfig376 bool "Support for tracing block IO actions"
385 Say Y here if you want to be able to trace the block layer actions
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex364 Device-specific actions should be taken such as spinning down the device.
365 However, strategic actions such as ejection of the tray, or unlocking
678 initialization of the transfer. The call may even induce some actions
682 no actions whatsoever.
731 set), no actions are taken and a value of 0 will be returned.
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt188 entry with the newly updated entry. This sequence of actions, allowing
/linux-4.1.27/Documentation/hid/
Duhid.txt146 maintenance actions happened).
/linux-4.1.27/Documentation/security/
Dcredentials.txt97 Linux has a number of actions available that a subject may perform upon an
98 object. The set of actions available depends on the nature of the subject
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt135 particular work item. These state actions may be doing sequences of
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics92 linux-next is one example. But such actions should be rare. This is one
/linux-4.1.27/Documentation/driver-model/
Dporting.txt377 Users can define actions to perform when a device is inserted or
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt681 Miscellaneous actions. Not known for 100% what it does. It's really a
/linux-4.1.27/drivers/acpi/
DKconfig131 performs user-defined actions such as shutting down the system.
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt437 Cluster-level initialisation may involve actions such as configuring
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt162 Real-time applications needing to take actions based on CPU time
/linux-4.1.27/tools/usb/usbip/
DCOPYING182 distribute the Program or its derivative works. These actions are
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense185 the Program or its derivative works. These actions are prohibited by law
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying182 distribute the Program or its derivative works. These actions are
/linux-4.1.27/
DCOPYING198 distribute the Program or its derivative works. These actions are
/linux-4.1.27/net/netfilter/
DKconfig436 allows you to construct mappings between matchings and actions
480 mappings between matchings and actions.
/linux-4.1.27/net/ipv4/
DKconfig87 however, it becomes possible to attach several actions to a packet
/linux-4.1.27/drivers/char/
DKconfig205 perform actions based on how many times the button is pressed in a
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_history.txt245 * 12-05-00 01.01.04 Modified config page actions.
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt411 specified by the 'start' and 'len' arguments. Additional actions