/linux-2.6.39/arch/alpha/oprofile/ |
D | op_model_ev67.c | 145 ev67_handle_interrupt(unsigned long which, struct pt_regs *regs, in ev67_handle_interrupt() argument 199 oprofile_add_pc(regs->pc, kern, which); in ev67_handle_interrupt() 201 op_add_pm(regs->pc, kern, which, in ev67_handle_interrupt() 208 op_add_pm(pmpc, kern, which, ctr, in ev67_handle_interrupt() 215 op_add_pm(pmpc, kern, which, ctr, PM_DTB_MISS); in ev67_handle_interrupt() 218 op_add_pm(pmpc, kern, which, ctr, PM_UNALIGNED); in ev67_handle_interrupt() 238 op_add_pm(pmpc, kern, which, ctr, PM_MISPREDICT); in ev67_handle_interrupt() 242 oprofile_add_pc(pmpc, kern, which); in ev67_handle_interrupt() 246 op_add_pm(pmpc, kern, which, ctr, PM_STALLED); in ev67_handle_interrupt() 252 op_add_pm(pmpc, kern, which, ctr, PM_TAKEN); in ev67_handle_interrupt()
|
/linux-2.6.39/include/trace/events/ |
D | timer.h | 269 TP_PROTO(int which, const struct itimerval *const value, 272 TP_ARGS(which, value, expires), 275 __field( int, which ) 284 __entry->which = which; 293 __entry->which, (unsigned long long)__entry->expires, 306 TP_PROTO(int which, struct pid *pid, cputime_t now), 308 TP_ARGS(which, pid, now), 311 __field( int , which ) 317 __entry->which = which; 322 TP_printk("which=%d pid=%d now=%llu", __entry->which,
|
/linux-2.6.39/drivers/media/dvb/ttpci/ |
D | av7110_ipack.c | 17 p->which = 0; in av7110_ipack_reset() 227 p->which = 0; in av7110_ipack_instant_repack() 285 if (p->mpeg == 1 && p->which < 2000) { in av7110_ipack_instant_repack() 292 while (!p->which && c < count && in av7110_ipack_instant_repack() 304 if ((p->check & 0xc0) == 0x40 && !p->which) { in av7110_ipack_instant_repack() 311 p->which = 1; in av7110_ipack_instant_repack() 319 p->which = 2; in av7110_ipack_instant_repack() 324 if (p->which == 1) { in av7110_ipack_instant_repack() 330 p->which = 2; in av7110_ipack_instant_repack() 338 p->which = 3; in av7110_ipack_instant_repack() [all …]
|
/linux-2.6.39/Documentation/timers/ |
D | hpet.txt | 4 by Intel and Microsoft which can be found at 10 each of which can generate oneshot interrupts and at least one of which has 12 also called "timers", which can be misleading since usually timers are 17 role. Many x86 BIOS writers don't route HPET interrupts at all, which 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET 28 The driver provides a userspace API which resembles the API found in the
|
D | timer_stats.txt | 12 wakeups, which should be avoided to optimize power consumption. 17 timer_stats collects information about the timer events which are fired in a 20 - the pid of the task(process) which initialized the timer 21 - the name of the process which initialized the timer 23 - the callback function which is associated to the timer 64 column is the name of the process. The forth column shows the function which 65 initialized the timer and in parenthesis the callback function which was
|
/linux-2.6.39/arch/alpha/kernel/ |
D | sys_marvel.c | 191 io7_redirect_one_lsi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_lsi() argument 198 val = io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 202 io7->csrs->PO7_LSI_CTL[which].csr = val; in io7_redirect_one_lsi() 204 io7->csrs->PO7_LSI_CTL[which].csr; in io7_redirect_one_lsi() 208 io7_redirect_one_msi(struct io7 *io7, unsigned int which, unsigned int where) in io7_redirect_one_msi() argument 215 val = io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 219 io7->csrs->PO7_MSI_CTL[which].csr = val; in io7_redirect_one_msi() 221 io7->csrs->PO7_MSI_CTL[which].csr; in io7_redirect_one_msi() 225 init_one_io7_lsi(struct io7 *io7, unsigned int which, unsigned int where) in init_one_io7_lsi() argument 230 io7->csrs->PO7_LSI_CTL[which].csr = ((unsigned long)where << 14); in init_one_io7_lsi() [all …]
|
D | err_titan.c | 73 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument 115 err_print_prefix, which, serror); in titan_parse_p_serror() 140 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument 232 err_print_prefix, which, in titan_parse_p_perror() 274 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument 325 which, agperror); in titan_parse_p_agperror() 357 titan_parse_p_chip(int which, u64 serror, u64 gperror, in titan_parse_p_chip() argument 361 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip() 362 status |= titan_parse_p_perror(which, 0, gperror, print); in titan_parse_p_chip() 363 status |= titan_parse_p_perror(which, 1, aperror, print); in titan_parse_p_chip() [all …]
|
/linux-2.6.39/drivers/mtd/chips/ |
D | Kconfig | 20 This option enables JEDEC-style probing of flash chips which are not 22 CFI-targeted flash drivers for any chips which are identified which 38 configuration options which allow you to do so. 50 This option defines the way in which the CPU attempts to arrange 52 'NO', which is the default when CONFIG_MTD_CFI_ADV_OPTIONS isn't 58 If you have a LART, on which the data (and address) lines were 59 connected in a fashion which ensured that the nets were as short 60 as possible, resulting in a bit-shuffling which seems utterly 78 some other configuration options which would allow you to reduce 81 which are supported by the current code will be enabled. [all …]
|
/linux-2.6.39/kernel/ |
D | utsname_sysctl.c | 19 char *which = table->data; in get_uts() local 23 which = (which - (char *)&init_uts_ns) + (char *)uts_ns; in get_uts() 29 return which; in get_uts() 32 static void put_uts(ctl_table *table, int write, void *which) in put_uts() argument
|
D | itimer.c | 79 int do_getitimer(int which, struct itimerval *value) in do_getitimer() argument 83 switch (which) { in do_getitimer() 103 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) in SYSCALL_DEFINE2() argument 109 error = do_getitimer(which, &get_buffer); in SYSCALL_DEFINE2() 191 int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue) in do_setitimer() argument 204 switch (which) { in do_setitimer() 279 SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, in SYSCALL_DEFINE3() argument 291 error = do_setitimer(which, &set_buffer, ovalue ? &get_buffer : NULL); in SYSCALL_DEFINE3()
|
/linux-2.6.39/net/bridge/netfilter/ |
D | Kconfig | 59 This option adds the among match, which allows matching the MAC source 68 This option adds the ARP match, which allows ARP and RARP header field 76 This option adds the IP match, which allows basic IP header field 85 This option adds the IP6 match, which allows basic IPV6 header field 93 This option adds the limit match, which allows you to control 94 the rate at which a rule can be matched. This match is the 103 This option adds the mark match, which allows matching frames based on 113 This option adds the packet type match, which allows matching on the 123 This option adds the Spanning Tree Protocol match, which 131 This option adds the 802.1Q vlan match, which allows the filtering of [all …]
|
/linux-2.6.39/Documentation/development-process/ |
D | 4.Coding | 5 code. It is the code which will be examined by other developers and merged 6 (or not) into the mainline tree. So it is the quality of this code which 10 number of ways in which kernel developers can go wrong. Then the focus 11 will shift toward doing things right and the tools which can help in that 22 a substantial amount of code in the kernel which does not meet the coding 41 The other trap is to assume that code which is already in the kernel is 51 The coding style document also should not be read as an absolute law which 53 style (a line which becomes far less readable if split to fit within the 67 At a simple level, consider a function which has an argument which is 70 provides. By that time, though, chances are good that the code which [all …]
|
D | 1.Intro | 5 an attempt to document how this community works in a way which is 9 discussion which does not require a deep knowledge of kernel programming to 33 Section 4 is about the coding process; several pitfalls which have been 36 which can help to ensure that kernel patches are correct. 62 kernel has evolved into a best-of-breed operating system component which 81 offer this kind of openness, which is a characteristic of the free software 90 evolved its own distinct ways of operating which allow it to function 138 - Code which has been merged into the mainline kernel is available to all 139 Linux users. It will automatically be present on all distributions which 154 Code which is in the mainline, instead, does not require this work as the [all …]
|
/linux-2.6.39/Documentation/ |
D | sgi-visws.txt | 4 main system ASIC which interfaces the 1-4 IA32 cpus, the memory 6 also contains the 3D gfx rendering engine which renders to main 7 system memory -- part of which is used as the frame buffer which
|
D | SAK.txt | 4 An operating system's Secure Attention Key is a security tool which is 6 is an undefeatable way of killing all programs which could be 39 systems which implement C2 level security. This author does not 43 2: On the PC keyboard, SAK kills all applications which have 46 Unfortunately this includes a number of things which you don't 51 You can identify processes which will be killed by SAK with the 64 initscript which launches gpm and changing it thusly: 83 These commands cause *all* daemons which are launched by the
|
/linux-2.6.39/net/netrom/ |
D | nr_route.c | 124 if (i < nr_nodet->which) in nr_add_node() 125 nr_nodet->which = i; in nr_add_node() 189 nr_node->which = 0; in nr_add_node() 232 nr_node->which++; in nr_add_node() 259 switch (nr_node->which) { in nr_add_node() 260 case 0: nr_node->which = 1; break; in nr_add_node() 261 case 1: nr_node->which = 0; break; in nr_add_node() 269 switch (nr_node->which) { in nr_add_node() 270 case 1: nr_node->which = 2; in nr_add_node() 273 case 2: nr_node->which = 1; in nr_add_node() [all …]
|
/linux-2.6.39/arch/x86/platform/uv/ |
D | bios_uv.c | 30 s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) in uv_bios_call() argument 41 ret = efi_call6((void *)__va(tab->function), (u64)which, in uv_bios_call() 47 s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave() argument 54 ret = uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call_irqsave() 60 s64 uv_bios_call_reentrant(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_reentrant() argument 66 ret = uv_bios_call(which, a1, a2, a3, a4, a5); in uv_bios_call_reentrant()
|
/linux-2.6.39/ipc/ |
D | mq_sysctl.c | 28 char *which = table->data; in get_mq() local 30 which = (which - (char *)&init_ipc_ns) + (char *)ipc_ns; in get_mq() 31 return which; in get_mq()
|
/linux-2.6.39/firmware/ |
D | README.AddingFirmware | 6 device drivers which predate the common use of request_firmware(). 17 That repository contains all these firmware images which have been 18 extracted from older drivers, as well various new firmware images which 19 we were never permitted to include in a GPL'd work, but which we _have_ 27 identifying the licence under which the firmware is available, and
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 7 completely by the bt8xx chip, which is common on all boards. But 11 bttv-cards.c, which holds the information required for each board. 14 log, telling which card type is used. Like this one: 22 new entries which are not listed yet. If there isn't one for your 46 (BT848_GPIO_OUT_EN), it says which pins are actively driven by the 52 which does the sound routing. But every board is a little different. 57 As mentioned above, there is a array which holds the required 68 gpiomask specifies which pins are used to control the audio mux chip. 74 (i.e. which pins must be high/low for tuner/mute/...). This will be 89 You can have a look at the board to see which of the gpio pins are [all …]
|
/linux-2.6.39/drivers/media/video/ |
D | v4l2-subdev.c | 193 if (format->which != V4L2_SUBDEV_FORMAT_TRY && in subdev_do_ioctl() 194 format->which != V4L2_SUBDEV_FORMAT_ACTIVE) in subdev_do_ioctl() 206 if (format->which != V4L2_SUBDEV_FORMAT_TRY && in subdev_do_ioctl() 207 format->which != V4L2_SUBDEV_FORMAT_ACTIVE) in subdev_do_ioctl() 219 if (crop->which != V4L2_SUBDEV_FORMAT_TRY && in subdev_do_ioctl() 220 crop->which != V4L2_SUBDEV_FORMAT_ACTIVE) in subdev_do_ioctl() 232 if (crop->which != V4L2_SUBDEV_FORMAT_TRY && in subdev_do_ioctl() 233 crop->which != V4L2_SUBDEV_FORMAT_ACTIVE) in subdev_do_ioctl()
|
/linux-2.6.39/net/netfilter/ipset/ |
D | Kconfig | 31 This option adds the bitmap:ip set type support, by which one 40 This option adds the bitmap:ip,mac set type support, by which one 49 This option adds the bitmap:port set type support, by which one 58 This option adds the hash:ip set type support, by which one 68 This option adds the hash:ip,port set type support, by which one 77 This option adds the hash:ip,port,ip set type support, by which 87 This option adds the hash:ip,port,net set type support, by which 97 This option adds the hash:net set type support, by which 106 This option adds the hash:net,port set type support, by which
|
/linux-2.6.39/arch/ia64/kernel/ |
D | smp.c | 108 unsigned long which; in handle_IPI() local 110 which = ffz(~ops); in handle_IPI() 111 ops &= ~(1 << which); in handle_IPI() 113 switch (which) { in handle_IPI() 130 this_cpu, which); in handle_IPI()
|
/linux-2.6.39/Documentation/filesystems/ |
D | ext2.txt | 42 resuid=n The user ID which may use the reserved blocks. 43 resgid=n The group ID which may use the reserved blocks. 80 which is decided when the filesystem is created. Smaller blocks mean 92 bitmap and the inode usage bitmap which show which blocks and inodes 99 in the same block group as the inode which contains them. 121 and which OS created it. 136 structure contains pointers to the filesystem blocks which contain the 143 There are some reserved fields which are currently unused in the inode 144 structure and several which are overloaded. One field is reserved for the 148 by the HURD to reference the inode of a program which will be used to [all …]
|
/linux-2.6.39/Documentation/i2c/ |
D | instantiating-devices | 5 level. Instead, the software must know which devices are connected on each 16 which is known in advance. It is thus possible to pre-declare the I2C 17 devices which live on this bus. This is done with an array of struct 18 i2c_board_info which is registered by calling i2c_register_board_info(). 80 The above code instantiates 1 I2C device on the I2C bus which is on the 84 present or not (for example for an optional feature which is not present 110 The above code instantiates up to 1 I2C device on the I2C bus which is on 115 The driver which instantiated the I2C device is responsible for destroying 126 chips on PC mainboards. There are several dozen models, which can live 138 * The I2C device driver must implement the detect() method, which [all …]
|