/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmunlock.c | 62 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/ |
D | act_api.c | 382 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 …]
|
D | cls_api.c | 512 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()
|
D | Kconfig | 358 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/ |
D | notifier-error-inject.txt | 21 /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/ |
D | Makefile | 1 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
|
D | core.c | 62 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/ |
D | mem-on-off-test.sh | 206 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/ |
D | cpu-on-off-test.sh | 239 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/ |
D | pkt_cls.h | 62 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()
|
D | act_api.h | 118 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/ |
D | processor.c | 201 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/ |
D | asn1_decoder.c | 169 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()
|
D | notifier-error-inject.c | 34 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()
|
D | notifier-error-inject.h | 16 struct notifier_err_inject_action actions[]; member
|
D | memory-notifier-error-inject.c | 12 .actions = {
|
D | pm-notifier-error-inject.c | 12 .actions = {
|
D | cpu-notifier-error-inject.c | 12 .actions = {
|
D | of-reconfig-notifier-error-inject.c | 12 .actions = {
|
D | Kconfig.debug | 519 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/ |
D | decode.c | 416 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()
|
D | decode-thumb.h | 94 bool emulate, const union decode_action *actions, 98 bool emulate, const union decode_action *actions,
|
D | decode-thumb.c | 866 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()
|
D | decode-arm.h | 71 const union decode_action *actions,
|
D | decode-arm.c | 729 bool emulate, const union decode_action *actions, in arm_probes_decode_insn() argument 735 emulate, actions, checkers); in arm_probes_decode_insn()
|
D | decode.h | 413 const union decode_action *actions,
|
/linux-4.1.27/Documentation/networking/ |
D | tc-actions-env-rules.txt | 2 The "environmental" rules for authors of any new tc actions are: 23 The "environmental" rules for callers of actions (qdiscs etc) are:
|
D | openvswitch.txt | 14 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
|
D | 00-INDEX | 203 tc-actions-env-rules.txt 204 - rules for traffic control (tc) actions.
|
D | lapb-module.txt | 250 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.
|
D | cdc_mbim.txt | 50 Establishing a MBIM IP session reequires at least these actions by the
|
D | LICENSE.qlge | 192 distribute the Program or its derivative works. These actions are
|
D | phy.txt | 283 you only need to perform some actions before and after invoking
|
D | LICENSE.qlcnic | 192 distribute the Program or its derivative works. These actions are
|
D | rxrpc.txt | 316 calls, to invoke certain actions and to report certain conditions. These are:
|
D | bonding.txt | 1742 information, and it propagates those actions to the slaves. In case
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
D | Makefile | 1 obj-$(CONFIG_UPROBES) += core.o actions-arm.o
|
/linux-4.1.27/arch/mips/paravirt/ |
D | paravirt-irq.c | 250 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()
|
D | paravirt-smp.c | 68 void irq_mbox_ipi(int cpu, unsigned int actions);
|
/linux-4.1.27/Documentation/usb/ |
D | hotplug.txt | 17 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/ |
D | actions.c | 49 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()
|
D | Makefile | 8 actions.o \
|
D | flow_netlink.c | 1565 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()
|
D | flow.h | 213 struct nlattr actions[]; member
|
D | datapath.c | 754 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 159 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.
|
D | ChangeLog.ips | 49 4.70.12 - Corrective actions for bad controller ( during initialization )
|
D | LICENSE.qla4xxx | 193 distribute the Program or its derivative works. These actions are
|
D | LICENSE.qla2xxx | 194 distribute the Program or its derivative works. These actions are
|
/linux-4.1.27/include/linux/ |
D | asn1_ber_bytecode.h | 28 const asn1_action_t *actions; member
|
D | ti_wilink_st.h | 311 u8 actions[0]; member
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hysdn | 165 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
|
D | README.diversion | 113 output redirected to a file. Then all actions of the module are logged.
|
D | README.concap | 30 uses several case statements which select appropriate actions
|
D | README | 402 the script tools/tcltk/isdnmon. You can add actions for line-status
|
/linux-4.1.27/drivers/net/can/softing/ |
D | Kconfig | 15 As such, some actions (start/stop/busoff recovery) on 1 bus
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_cls.txt | 10 actions on such packets.
|
/linux-4.1.27/Documentation/memory-devices/ |
D | ti-emif.txt | 46 affecting EMIF and takes appropriate actions when these are invoked.
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 41 supported actions.
|
D | firewire-cdev | 61 Initiate various actions. Some take immediate effect, others
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 1740 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 …]
|
D | spelling.txt | 39 acitions||actions
|
/linux-4.1.27/Documentation/power/ |
D | devices.txt | 381 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 …]
|
D | opp.txt | 138 error checks such as IS_ERR() and appropriate actions taken by the caller. 152 /* trigger appropriate actions.. */
|
D | pci.txt | 150 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/ |
D | sysfs-platform-msi-laptop | 61 powersaving actions. ECO mode is available only on battery
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 34 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
|
D | sysfs-api.txt | 232 disabled = Preventing kernel thermal zone driver actions upon
|
/linux-4.1.27/init/ |
D | initramfs.c | 401 static __initdata int (*actions[])(void) = { variable 417 while (!actions[state]()) in write_buffer()
|
/linux-4.1.27/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 15 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/ |
D | pcieaer-howto.txt | 35 - 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/ |
D | laptop-mode.txt | 706 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--------------------
|
D | sony-laptop.txt | 125 I will not disavow all knowledge of your actions :)
|
D | thinkpad-acpi.txt | 696 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/ |
D | Kconfig | 78 kernel takes the appropriate actions to keep the cache coherent.
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp.h | 419 unsigned long actions; member
|
D | oxu210hp-hcd.c | 266 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/ |
D | Kconfig.aic79xx | 42 The bus settle delay following all error recovery actions is
|
D | Kconfig.aic7xxx | 47 The bus settle delay following all error recovery actions is
|
/linux-4.1.27/Documentation/ |
D | dcdbas.txt | 5 management interrupts and host control actions (system power cycle or
|
D | kmemleak.txt | 62 these actions are stored in an early log buffer. The size of this buffer
|
D | this_cpu_ops.txt | 224 modifies the variable, then RMW actions can not be guaranteed to be
|
D | kernel-parameters.txt | 2272 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/ |
D | dm-raid.txt | 201 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/ |
D | machinecheck | 50 corrected machine check the kernel can take different actions.
|
/linux-4.1.27/Documentation/hwmon/ |
D | coretemp | 33 mechanism will perform actions to forcibly cool down the processor. Alarm
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1303 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. */
|
D | lex.lex.c_shipped | 832 do_action: /* This label is used only to access EOF actions. */
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 83 __u8 actions[0]; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-pci.txt | 61 actions on the device (e.g. changing config space, detaching a device).
|
D | mandatory-locking.txt | 151 ftruncate(). truncate() and ftruncate() are considered to be "write" actions
|
D | porting | 127 (and see ->get_sb() entry for other actions).
|
D | relay.txt | 468 unmapped. The client can use this notification to trigger actions
|
D | sharedsubtree.txt | 245 that leads to mount or unmount actions in other vfsmounts.
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 94 A write request to this file is blocked until all queued cio actions are
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1228 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. */
|
D | zconf.lex.c_shipped | 1053 do_action: /* This label is used only to access EOF actions. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1130 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. */
|
D | dtc-lexer.lex.c_shipped | 926 do_action: /* This label is used only to access EOF actions. */
|
/linux-4.1.27/Documentation/input/ |
D | yealink.txt | 32 is not initialized and does not react to any actions.
|
D | atarikbd.txt | 357 command DOES affect their actions.
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 17 as per_cpu elements but can be mostly handled by CPU local actions
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 106 error, then perform some actions to trigger it. Setting "notrigger"
|
/linux-4.1.27/kernel/ |
D | taskstats.c | 73 enum actions { enum
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | isp.doc | 192 actions which are too system-specific, then the system integrator must
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 166 implements the first two of these actions, aborting the command, and
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 39 suspend and resume actions and the currently enabled trigger. LED state
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 376 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/ |
D | cdrom-standard.tex | 364 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/ |
D | listRCU.txt | 188 entry with the newly updated entry. This sequence of actions, allowing
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 146 maintenance actions happened).
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 97 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/ |
D | object.txt | 135 particular work item. These state actions may be doing sequences of
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 92 linux-next is one example. But such actions should be rare. This is one
|
/linux-4.1.27/Documentation/driver-model/ |
D | porting.txt | 377 Users can define actions to perform when a device is inserted or
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 681 Miscellaneous actions. Not known for 100% what it does. It's really a
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 131 performs user-defined actions such as shutting down the system.
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 437 Cluster-level initialisation may involve actions such as configuring
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 162 Real-time applications needing to take actions based on CPU time
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 185 the Program or its derivative works. These actions are prohibited by law
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 182 distribute the Program or its derivative works. These actions are
|
/linux-4.1.27/ |
D | COPYING | 198 distribute the Program or its derivative works. These actions are
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 436 allows you to construct mappings between matchings and actions 480 mappings between matchings and actions.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 87 however, it becomes possible to attach several actions to a packet
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 205 perform actions based on how many times the button is pressed in a
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 245 * 12-05-00 01.01.04 Modified config page actions.
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 411 specified by the 'start' and 'len' arguments. Additional actions
|