Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/sched/
Dact_api.c405 int tcf_action_exec(struct sk_buff *skb, const struct list_head *actions, in tcf_action_exec() argument
416 list_for_each_entry(a, actions, list) { in tcf_action_exec()
429 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
434 list_for_each_entry_safe(a, tmp, actions, list) { in tcf_action_destroy()
479 tcf_action_dump(struct sk_buff *skb, struct list_head *actions, int bind, int ref) in tcf_action_dump() argument
485 list_for_each_entry(a, actions, list) { in tcf_action_dump()
589 int bind, struct list_head *actions) in tcf_action_init() argument
607 list_add_tail(&act->list, actions); in tcf_action_init()
612 tcf_action_destroy(actions, bind); in tcf_action_init()
660 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()
DKconfig359 only extended matches and actions.
592 Say Y here if you want to use traffic control actions. Actions
612 tristate "Generic actions"
615 Say Y here to take generic actions such as dropping and
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.h130 int tcf_action_destroy(struct list_head *actions, int bind);
131 int tcf_action_exec(struct sk_buff *skb, const struct list_head *actions,
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1755 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local
1817 memset(actions, 0, sizeof(actions)); in perf_evsel__hists_browse()
1872 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
1873 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
1874 do_annotate(browser, actions); in perf_evsel__hists_browse()
1880 actions->ms.map = map; in perf_evsel__hists_browse()
1881 do_zoom_dso(browser, actions); in perf_evsel__hists_browse()
1887 actions->thread = thread; in perf_evsel__hists_browse()
1888 do_zoom_thread(browser, actions); in perf_evsel__hists_browse()
1891 actions->socket = socked_id; in perf_evsel__hists_browse()
[all …]
/linux-4.4.14/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.4.14/lib/
Dasn1_decoder.c174 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local
314 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
322 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
430 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder()
441 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.debug529 used to store these actions. If kmemleak reports "early log
620 notified, write the error code to "actions/<notifier event>/error".
625 # echo -12 > actions/MEM_GOING_OFFLINE/error
1432 notified, write the error code to "actions/<notifier event>/error".
1437 # echo -1 > actions/CPU_DOWN_PREPARE/error
1456 notified, write the error code to "actions/<notifier event>/error".
1461 # echo -12 > actions/PM_SUSPEND_PREPARE/error
1480 notified, write the error code to "actions/<notifier event>/error".
/linux-4.4.14/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.4.14/Documentation/networking/
Dtc-actions-env-rules.txt2 The "environmental" rules for authors of any new tc actions are:
17 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.qlcnic192 distribute the Program or its derivative works. These actions are
Dphy.txt283 you only need to perform some actions before and after invoking
DLICENSE.qlge192 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.txt1826 information, and it propagates those actions to the slaves. In case
/linux-4.4.14/net/openvswitch/
Dactions.c53 const struct nlattr *actions; member
123 da->actions = attr; in add_deferred_actions()
768 const struct nlattr *actions, int actions_len) in output_userspace() argument
807 upcall.actions = actions; in output_userspace()
820 const struct nlattr *actions, int actions_len) in sample() argument
857 return output_userspace(dp, skb, key, a, actions, actions_len); in sample()
1143 const struct nlattr *actions = da->actions; in process_deferred_actions() local
1145 if (actions) in process_deferred_actions()
1146 do_execute_actions(dp, skb, key, actions, in process_deferred_actions()
1147 nla_len(actions)); in process_deferred_actions()
[all …]
DMakefile8 actions.o \
Ddatapath.h121 const struct nlattr *actions; member
Dflow_netlink.c1713 nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { in ovs_nla_free_flow_actions()
1746 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
1764 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size()
1820 struct nlattr *a = (struct nlattr *) ((unsigned char *)sfa->actions + in add_nested_action_end()
1837 const struct nlattr *probability, *actions; in validate_and_copy_sample() local
1855 actions = attrs[OVS_SAMPLE_ATTR_ACTIONS]; in validate_and_copy_sample()
1856 if (!actions || (nla_len(actions) && nla_len(actions) < NLA_HDRLEN)) in validate_and_copy_sample()
1871 err = __ovs_nla_copy_actions(net, actions, key, depth + 1, sfa, in validate_and_copy_sample()
Dflow.h158 struct nlattr actions[]; member
Ddatapath.c497 err = ovs_nla_put_actions(upcall_info->actions, in queue_userspace_packet()
797 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
/linux-4.4.14/arch/arm/probes/uprobes/
DMakefile1 obj-$(CONFIG_UPROBES) += core.o actions-arm.o
/linux-4.4.14/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.4.14/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.4.14/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.4.14/include/linux/
Dasn1_ber_bytecode.h28 const asn1_action_t *actions; member
Dti_wilink_st.h311 u8 actions[0]; member
/linux-4.4.14/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.4.14/drivers/net/can/softing/
DKconfig15 As such, some actions (start/stop/busoff recovery) on 1 bus
/linux-4.4.14/Documentation/cgroups/
Dnet_cls.txt10 actions on such packets.
/linux-4.4.14/Documentation/memory-devices/
Dti-emif.txt46 affecting EMIF and takes appropriate actions when these are invoked.
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump41 supported actions.
Dfirewire-cdev61 Initiate various actions. Some take immediate effect, others
/linux-4.4.14/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.txt40 acitions||actions
/linux-4.4.14/Documentation/power/
Ddevices.txt388 low-power state. Instead the PM core will unwind its actions by resuming all
398 1. The resume_noirq callback methods should perform any actions needed
400 means undoing the actions of the suspend_noirq phase. If the bus type
410 actions.
413 the resume methods. This generally involves undoing the actions of the
418 undoing the actions of the suspend phase.
420 4. The complete phase should undo the actions of the prepare phase. Note,
510 above. Its methods should undo the actions of the preceding
657 Moreover, the specific actions taken may depend on the target system state.
672 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.4.14/Documentation/ABI/testing/
Dsysfs-platform-msi-laptop61 powersaving actions. ECO mode is available only on battery
/linux-4.4.14/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.txt251 disabled = Preventing kernel thermal zone driver actions upon
/linux-4.4.14/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.4.14/init/
Dinitramfs.c401 static __initdata int (*actions[])(void) = { variable
417 while (!actions[state]()) in write_buffer()
/linux-4.4.14/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.4.14/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.4.14/arch/metag/mm/
DKconfig78 kernel takes the appropriate actions to keep the cache coherent.
/linux-4.4.14/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.4.14/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
DIPMI.txt601 is the value of timeout which is set on kernel panic, in order to let actions
Dkernel-parameters.txt2348 nmi_debug= [KNL,AVR32,SH] Specify one or more actions to take
3697 Set to disable actions on ACPI thermal zone
/linux-4.4.14/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.4.14/Documentation/x86/x86_64/
Dmachinecheck50 corrected machine check the kernel can take different actions.
/linux-4.4.14/Documentation/hwmon/
Dcoretemp33 mechanism will perform actions to forcibly cool down the processor. Alarm
/linux-4.4.14/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.4.14/scripts/genksyms/
Dparse.tab.c_shipped1287 YYCHECK. In other words, skip the first -YYN actions for
1288 this state because they are default actions. */
2161 /* User semantic actions sometimes alter yychar, and that requires
2169 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2200 user semantic actions for why this is necessary. */
2361 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.4.14/drivers/nfc/
Dnfcwilink.c83 __u8 actions[0]; member
/linux-4.4.14/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.4.14/Documentation/s390/
DCommonIO94 A write request to this file is blocked until all queued cio actions are
/linux-4.4.14/Documentation/input/
Dyealink.txt32 is not initialized and does not react to any actions.
Datarikbd.txt357 command DOES affect their actions.
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1089 YYCHECK. In other words, skip the first -YYN actions for
1090 this state because they are default actions. */
2019 /* User semantic actions sometimes alter yychar, and that requires
2027 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2059 user semantic actions for why this is necessary. */
2226 user semantic actions for why this is necessary. */
Ddtc-lexer.lex.c_shipped928 do_action: /* This label is used only to access EOF actions. */
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1250 YYCHECK. In other words, skip the first -YYN actions for
1251 this state because they are default actions. */
2104 /* User semantic actions sometimes alter yychar, and that requires
2112 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2143 user semantic actions for why this is necessary. */
2302 user semantic actions for why this is necessary. */
Dqconf.cc1475 optionMenu->addActions(optGroup->actions()); in ConfigMainWindow()
Dzconf.lex.c_shipped1090 do_action: /* This label is used only to access EOF actions. */
/linux-4.4.14/Documentation/locking/
Dlglock.txt17 as per_cpu elements but can be mostly handled by CPU local actions
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt106 error, then perform some actions to trigger it. Setting "notrigger"
/linux-4.4.14/kernel/
Dtaskstats.c73 enum actions { enum
/linux-4.4.14/arch/m68k/ifpsp060/
Disp.doc192 actions which are too system-specific, then the system integrator must
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt166 implements the first two of these actions, aborting the command, and
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt39 suspend and resume actions and the currently enabled trigger. LED state
/linux-4.4.14/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.4.14/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.4.14/Documentation/RCU/
DlistRCU.txt188 entry with the newly updated entry. This sequence of actions, allowing
/linux-4.4.14/Documentation/hid/
Duhid.txt146 maintenance actions happened).
/linux-4.4.14/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.4.14/Documentation/development-process/
D7.AdvancedTopics92 linux-next is one example. But such actions should be rare. This is one
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt135 particular work item. These state actions may be doing sequences of
/linux-4.4.14/Documentation/driver-model/
Dporting.txt377 Users can define actions to perform when a device is inserted or
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt681 Miscellaneous actions. Not known for 100% what it does. It's really a
/linux-4.4.14/drivers/acpi/
DKconfig163 performs user-defined actions such as shutting down the system.
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt114 performing administrative actions (i.e.: setup, tear down, resize).
/linux-4.4.14/Documentation/arm/
Dcluster-pm-race-avoidance.txt437 Cluster-level initialisation may involve actions such as configuring
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt162 Real-time applications needing to take actions based on CPU time
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying182 distribute the Program or its derivative works. These actions are
/linux-4.4.14/tools/usb/usbip/
DCOPYING182 distribute the Program or its derivative works. These actions are
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense185 the Program or its derivative works. These actions are prohibited by law
/linux-4.4.14/
DCOPYING198 distribute the Program or its derivative works. These actions are
/linux-4.4.14/drivers/char/
DKconfig205 perform actions based on how many times the button is pressed in a
/linux-4.4.14/net/netfilter/
DKconfig445 allows you to construct mappings between matchings and actions
494 mappings between matchings and actions.
/linux-4.4.14/net/ipv4/
DKconfig87 however, it becomes possible to attach several actions to a packet
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt411 specified by the 'start' and 'len' arguments. Additional actions
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_history.txt245 * 12-05-00 01.01.04 Modified config page actions.