/linux-3.3/arch/ia64/kernel/ |
D | mca.c | 361 #define IA64_LOG_ALLOCATE(it, size) \ argument 366 #define IA64_LOG_LOCK_INIT(it) spin_lock_init(&ia64_state_log[it].isl_lock) argument 367 #define IA64_LOG_LOCK(it) spin_lock_irqsave(&ia64_state_log[it].isl_lock, s) argument 368 #define IA64_LOG_UNLOCK(it) spin_unlock_irqrestore(&ia64_state_log[it].isl_lock,s) argument 369 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index argument 370 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index argument 371 #define IA64_LOG_INDEX_INC(it) \ argument 374 #define IA64_LOG_INDEX_DEC(it) \ argument 376 #define IA64_LOG_NEXT_BUFFER(it) (void *)((ia64_state_log[it].isl_log[IA64_LOG_NEXT_INDEX(it)])) argument 377 #define IA64_LOG_CURR_BUFFER(it) (void *)((ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)])) argument [all …]
|
/linux-3.3/kernel/ |
D | cgroup_freezer.c | 225 struct cgroup_iter it; in update_if_frozen() local 277 struct cgroup_iter it; in try_to_freeze_cgroup() local 297 struct cgroup_iter it; in unfreeze_cgroup() local
|
D | itimer.c | 49 struct cpu_itimer *it = &tsk->signal->it[clock_id]; in get_cpu_itimer() local 150 struct cpu_itimer *it = &tsk->signal->it[clock_id]; in set_cpu_itimer() local
|
D | posix-cpu-timers.c | 990 static void check_cpu_itimer(struct task_struct *tsk, struct cpu_itimer *it, in check_cpu_itimer() 1395 struct timespec *rqtp, struct itimerspec *it) in do_cpu_nanosleep() 1467 struct itimerspec it; in posix_cpu_nsleep() local 1502 struct itimerspec it; in posix_cpu_nsleep_restart() local
|
/linux-3.3/arch/mips/fw/arc/ |
D | promlib.c | 26 CHAR it = c; in prom_putchar() local
|
/linux-3.3/drivers/s390/cio/ |
D | blacklist.c | 276 cio_ignore_proc_seq_stop(struct seq_file *s, void *it) in cio_ignore_proc_seq_stop() 281 cio_ignore_proc_seq_next(struct seq_file *s, void *it, loff_t *offset) in cio_ignore_proc_seq_next() 300 cio_ignore_proc_seq_show(struct seq_file *s, void *it) in cio_ignore_proc_seq_show()
|
/linux-3.3/sound/usb/ |
D | pcm.c | 472 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_check_valid_format() local 518 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_rule_rate() local 572 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in hw_rule_channels() local 658 struct snd_interval *it; in hw_rule_period_time() local
|
/linux-3.3/arch/tile/include/asm/ |
D | stack.h | 26 BacktraceIterator it; member
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | das6402.c | 244 struct comedi_subdevice *s, comedi_trig * it) in das6402_ai_mode2() 314 struct comedi_devconfig *it) in das6402_attach()
|
D | cb_pcimdda.c | 281 static int attach(struct comedi_device *dev, struct comedi_devconfig *it) in attach() 473 static int probe(struct comedi_device *dev, const struct comedi_devconfig *it) in probe()
|
D | pcl725.c | 74 static int pcl725_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pcl725_attach()
|
D | pcm3730.c | 81 struct comedi_devconfig *it) in pcm3730_attach()
|
D | dt2817.c | 148 static int dt2817_attach(struct comedi_device *dev, struct comedi_devconfig *it) in dt2817_attach()
|
D | comedi_bond.c | 195 struct comedi_devconfig *it) in bonding_attach() 367 static int doDevConfig(struct comedi_device *dev, struct comedi_devconfig *it) in doDevConfig()
|
D | adl_pci7296.c | 76 struct comedi_devconfig *it) in adl_pci7296_attach()
|
D | mpc8260cpm.c | 80 struct comedi_devconfig *it) in mpc8260cpm_attach()
|
D | acl7225b.c | 101 struct comedi_devconfig *it) in acl7225b_attach()
|
D | pcl730.c | 105 static int pcl730_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pcl730_attach()
|
D | adl_pci7230.c | 83 struct comedi_devconfig *it) in adl_pci7230_attach()
|
D | adl_pci7432.c | 85 struct comedi_devconfig *it) in adl_pci7432_attach()
|
D | pcmad.c | 141 static int pcmad_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pcmad_attach()
|
D | rti802.c | 113 static int rti802_attach(struct comedi_device *dev, struct comedi_devconfig *it) in rti802_attach()
|
/linux-3.3/drivers/staging/comedi/ |
D | range.c | 57 struct comedi_rangeinfo it; in do_rangeinfo_ioctl() local
|
/linux-3.3/scripts/kconfig/ |
D | qconf.cc | 78 QStringList::Iterator it; in readSizes() local 92 Q3ValueList<int>::ConstIterator it; in writeSizes() local 448 Q3ListViewItemIterator it(this); in updateList() local 577 Q3ListViewItemIterator it(this); in setParentMenu() local 928 Q3ListViewItemIterator it(this); in setAllOpen() local
|
/linux-3.3/ipc/ |
D | util.c | 869 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos) in sysvipc_proc_next() 912 static void sysvipc_proc_stop(struct seq_file *s, void *it) in sysvipc_proc_stop() 928 static int sysvipc_proc_show(struct seq_file *s, void *it) in sysvipc_proc_show()
|