/linux-3.3/drivers/acpi/ |
D | wakeup.c | 33 struct list_head *node, *next; in acpi_enable_wakeup_devices() local 60 struct list_head *node, *next; in acpi_disable_wakeup_devices() local 82 struct list_head *node, *next; in acpi_wakeup_device_init() local
|
/linux-3.3/arch/x86/include/asm/ |
D | mmu_context.h | 13 struct mm_struct *next) in paravirt_activate_mm() 33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 74 #define activate_mm(prev, next) \ argument
|
/linux-3.3/tools/power/cpupower/lib/ |
D | cpufreq.h | 31 struct cpufreq_available_governors *next; member 37 struct cpufreq_available_frequencies *next; member 44 struct cpufreq_affected_cpus *next; member 51 struct cpufreq_stats *next; member
|
D | cpufreq.c | 80 struct cpufreq_available_governors *tmp, *next; in cpufreq_put_available_governors() local 104 struct cpufreq_available_frequencies *tmp, *next; in cpufreq_put_available_frequencies() local 125 struct cpufreq_affected_cpus *tmp, *next; in cpufreq_put_affected_cpus() local 192 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats() local
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | icp_multi.h | 19 struct pcilst_struct *next; member 113 struct pcilst_struct *inova, *next; in pci_card_list_cleanup() local 131 struct pcilst_struct *inova, *next; in find_free_pci_card_by_device() local 152 struct pcilst_struct *inova, *next; in find_free_pci_card_by_position() local 215 struct pcilst_struct *inova, *next; in pci_card_list_display() local
|
/linux-3.3/security/selinux/ss/ |
D | conditional.h | 35 struct cond_expr *next; member 45 struct cond_av_list *next; member 60 struct cond_node *next; member
|
/linux-3.3/drivers/usb/host/ |
D | ohci-dbg.c | 75 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument 86 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument 98 char **next, in ohci_dump_intr_mask() 120 char **next, in maybe_print_eds() 153 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status() 220 #define dbg_port_sw(hc,num,value,next,size) \ argument 246 char **next, in ohci_dump_roothub() 557 char *next; in fill_periodic_buffer() local 651 char *next; in fill_registers_buffer() local
|
/linux-3.3/lib/ |
D | list_debug.c | 21 struct list_head *next) in __list_add() 40 struct list_head *prev, *next; in __list_del_entry() local
|
D | ioremap.c | 38 unsigned long next; in ioremap_pmd_range() local 56 unsigned long next; in ioremap_pud_range() local 75 unsigned long next; in ioremap_page_range() local
|
/linux-3.3/arch/arm/mm/ |
D | idmap.c | 16 unsigned long next; in idmap_add_pmd() local 53 unsigned long next; in idmap_add_pud() local 63 unsigned long prot, next; in identity_mapping_add() local
|
/linux-3.3/mm/ |
D | pagewalk.c | 31 unsigned long next; in walk_pmd_range() local 76 unsigned long next; in walk_pud_range() local 113 unsigned long next; in walk_hugetlb_range() local 193 unsigned long next; in walk_page_range() local
|
D | mincore.c | 112 unsigned long next; in mincore_pte_range() local 154 unsigned long next; in mincore_pmd_range() local 179 unsigned long next; in mincore_pud_range() local 197 unsigned long next; in mincore_page_range() local
|
/linux-3.3/arch/mn10300/include/asm/ |
D | system.h | 27 #define switch_fpu(prev, next) \ argument 36 #define switch_fpu(prev, next) do {} while (0) argument 48 #define switch_to(prev, next, last) \ argument
|
/linux-3.3/arch/sh/mm/ |
D | gup.c | 120 unsigned long next; in gup_pmd_range() local 140 unsigned long next; in gup_pud_range() local 166 unsigned long next; in __get_user_pages_fast() local 220 unsigned long next; in get_user_pages_fast() local
|
/linux-3.3/arch/m68k/include/asm/ |
D | mmu_context.h | 73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 94 #define prepare_arch_switch(next) load_ksp_mmu(next) argument 196 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 282 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() 315 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
|
/linux-3.3/tools/perf/util/include/linux/ |
D | types.h | 10 struct list_head *next, *prev; member 18 struct hlist_node *next, **pprev; member
|
/linux-3.3/arch/powerpc/include/asm/ |
D | mmu_context.h | 43 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 97 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-3.3/arch/xtensa/include/asm/ |
D | nommu_context.h | 14 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() 18 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-3.3/arch/m32r/include/asm/ |
D | mmu_context.h | 122 struct mm_struct *next, struct task_struct *tsk) in switch_mm() 145 #define activate_mm(prev, next) \ argument 155 #define switch_mm(prev,next,tsk) do { } while (0) argument 157 #define activate_mm(prev,next) do { } while (0) argument
|
/linux-3.3/arch/sparc/mm/ |
D | gup.c | 72 unsigned long next; in gup_pmd_range() local 92 unsigned long next; in gup_pud_range() local 114 unsigned long next; in get_user_pages_fast() local
|
/linux-3.3/arch/powerpc/mm/ |
D | gup.c | 61 unsigned long next; in gup_pmd_range() local 85 unsigned long next; in gup_pud_range() local 111 unsigned long next; in get_user_pages_fast() local
|
/linux-3.3/include/linux/ |
D | user-return-notifier.h | 19 struct task_struct *next) in propagate_user_return_notify() 39 struct task_struct *next) in propagate_user_return_notify()
|
/linux-3.3/fs/jffs2/ |
D | nodelist.c | 71 struct jffs2_node_frag *next = frag_next(frag); in jffs2_truncate_fragtree() local 393 struct jffs2_node_frag *next = frag_next(newfrag); in jffs2_add_full_dnode_to_inode() local 488 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local 505 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local 526 struct rb_node *next; in jffs2_lookup_node_frag() local
|
/linux-3.3/arch/hexagon/include/asm/ |
D | mmu_context.h | 66 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 88 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-3.3/drivers/scsi/ |
D | scsi_error.c | 887 struct scsi_cmnd *scmd, *next; in scsi_eh_get_sense() local 976 struct scsi_cmnd *scmd, *next; in scsi_eh_test_devices() local 1016 struct scsi_cmnd *scmd, *next; in scsi_eh_abort_cmds() local 1082 struct scsi_cmnd *scmd, *stu_scmd, *next; in scsi_eh_stu() local 1136 struct scsi_cmnd *scmd, *bdr_scmd, *next; in scsi_eh_bus_device_reset() local 1197 struct scsi_cmnd *next, *scmd; in scsi_eh_target_reset() local 1240 struct scsi_cmnd *scmd, *chan_scmd, *next; in scsi_eh_bus_reset() local 1300 struct scsi_cmnd *scmd, *next; in scsi_eh_host_reset() local 1335 struct scsi_cmnd *scmd, *next; in scsi_eh_offline_sdevs() local 1704 struct scsi_cmnd *scmd, *next; in scsi_eh_flush_done_q() local
|