Searched refs:actions (Results 1 – 25 of 34) sorted by relevance
12
/linux-2.4.37.9/arch/parisc/kernel/ |
D | processor.c | 173 struct irqaction actions[]; in processor_probe() 179 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe() 180 if (!actions) { in processor_probe() 182 actions = cpu_irq_actions[0]; in processor_probe() 185 cpu_irq_actions[cpuid] = actions; in processor_probe()
|
/linux-2.4.37.9/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-2.4.37.9/drivers/usb/host/ |
D | ehci.h | 85 unsigned long actions; member 113 clear_bit (action, &ehci->actions); in timer_action_done() 119 if (!test_and_set_bit (action, &ehci->actions)) { in timer_action()
|
D | ehci-hcd.c | 276 if (test_bit (TIMER_ASYNC_OFF, &ehci->actions)) in ehci_watchdog()
|
/linux-2.4.37.9/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
|
/linux-2.4.37.9/Documentation/ |
D | ptrace.txt | 31 files or directories, and other single-syscall actions may escape from the
|
D | mandatory.txt | 132 ftruncate(). truncate() and ftruncate() are considered to be "write" actions
|
D | spinlocks.txt | 77 their actions, and if a driver uses spinlocks instead then you should
|
D | cciss.txt | 199 actions such switching to an alternate controller can occur. The monitor
|
D | IPMI.txt | 352 The options are the actions and preaction above (if an option
|
/linux-2.4.37.9/drivers/scsi/ |
D | ChangeLog.serverraid | 30 4.70.12 - Corrective actions for bad controller ( during initialization )
|
D | ChangeLog.ips | 64 4.70.12 - Corrective actions for bad controller ( during initialization )
|
/linux-2.4.37.9/Documentation/networking/ |
D | smctr.txt | 39 the appropriate 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.
|
/linux-2.4.37.9/Documentation/s390/ |
D | TAPE | 106 2. re-perform the actions which produced the bug. (Hopefully the bug will
|
/linux-2.4.37.9/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 114 * 12-05-00 01.01.04 Modified config page actions.
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | isp.doc | 192 actions which are too system-specific, then the system integrator must
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 369 coded here. Possibly other device-specific actions should be taken 370 such as spinning down the device. However, strategic actions such as 685 initialization of the transfer. The call may even induce some actions 689 no actions whatsoever. 738 set), no actions are taken and a value of 0 will be returned.
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | fat_cvf.txt | 38 all actions that require bmap do not work (swapping, writable mmapping).
|
/linux-2.4.37.9/net/802/ |
D | cl2llc.pre | 162 * Interpret_pseudo_code() executes the actions in the connection component
|
/linux-2.4.37.9/net/802/pseudo/ |
D | pseudocode | 167 ; the shared actions are common to states NORMAL, BUSY, REJECT,
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | LICENSE | 185 the Program or its derivative works. These actions are prohibited by law
|
/linux-2.4.37.9/drivers/sound/ |
D | COPYING | 182 distribute the Program or its derivative works. These actions are
|
12