/linux-2.6.39/drivers/media/video/omap3isp/ |
D | isppreview.c | 122 preview_enable_invalaw(struct isp_prev_device *prev, u8 enable) in preview_enable_invalaw() 143 preview_enable_drkframe_capture(struct isp_prev_device *prev, u8 enable) in preview_enable_drkframe_capture() 163 preview_enable_drkframe(struct isp_prev_device *prev, u8 enable) in preview_enable_drkframe() 180 preview_config_drkf_shadcomp(struct isp_prev_device *prev, in preview_config_drkf_shadcomp() 196 preview_enable_hmed(struct isp_prev_device *prev, u8 enable) in preview_enable_hmed() 214 preview_config_hmed(struct isp_prev_device *prev, const void *prev_hmed) in preview_config_hmed() 231 preview_config_noisefilter(struct isp_prev_device *prev, const void *prev_nf) in preview_config_noisefilter() 251 preview_config_dcor(struct isp_prev_device *prev, const void *prev_dcor) in preview_config_dcor() 275 preview_config_cfa(struct isp_prev_device *prev, const void *prev_cfa) in preview_config_cfa() 304 preview_config_gammacorrn(struct isp_prev_device *prev, const void *gtable) in preview_config_gammacorrn() [all …]
|
/linux-2.6.39/mm/ |
D | madvise.c | 40 struct vm_area_struct **prev, in madvise_behavior() 125 struct vm_area_struct ** prev, in madvise_willneed() 168 struct vm_area_struct ** prev, in madvise_dontneed() 194 struct vm_area_struct **prev, in madvise_remove() 261 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma() 348 struct vm_area_struct * vma, *prev; in SYSCALL_DEFINE3() local
|
D | mmap.c | 315 unsigned long prev = 0, pend = 0; in browse_rb() local 399 struct vm_area_struct *prev, struct rb_node *rb_parent) in __vma_link_list() 451 struct vm_area_struct *prev, struct rb_node **rb_link, in __vma_link() 459 struct vm_area_struct *prev, struct rb_node **rb_link, in vma_link() 489 struct vm_area_struct *__vma, *prev; in __insert_vm_struct() local 500 struct vm_area_struct *prev) in __vma_unlink() 781 struct vm_area_struct *prev, unsigned long addr, in vma_merge() 1235 struct vm_area_struct *vma, *prev; in mmap_region() local 1648 struct vm_area_struct *vma = NULL, *prev = NULL; in find_vma_prev() local 1849 struct vm_area_struct *vma, *prev; in find_extend_vma() local [all …]
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | system.h | 211 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) argument 237 unsigned long prev; in __xchg_u32() local 262 unsigned long prev; in __xchg_u32_local() local 280 unsigned long prev; in __xchg_u64() local 299 unsigned long prev; in __xchg_u64_local() local 371 unsigned int prev; in __cmpxchg_u32() local 395 unsigned int prev; in __cmpxchg_u32_local() local 417 unsigned long prev; in __cmpxchg_u64() local 440 unsigned long prev; in __cmpxchg_u64_local() local
|
D | mmu_context.h | 39 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 87 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_lock.c | 186 unsigned int old, new, prev; in drm_lock_take() local 235 unsigned int old, new, prev; in drm_lock_transfer() local 260 unsigned int old, new, prev; in drm_lock_free() local 301 unsigned int old, new, prev; in drm_notifier() local 351 unsigned int old, prev; in drm_idlelock_release() local
|
/linux-2.6.39/arch/x86/lib/ |
D | cmpxchg.c | 12 u8 prev; in cmpxchg_386_u8() local 27 u16 prev; in cmpxchg_386_u16() local 42 u32 prev; in cmpxchg_386_u32() local
|
/linux-2.6.39/arch/mips/include/asm/ |
D | system.h | 53 #define __mips_mt_fpaff_switch_to(prev) \ argument 67 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument 76 #define switch_to(prev, next, last) \ argument 85 #define finish_arch_switch(prev) \ argument
|
/linux-2.6.39/arch/x86/include/asm/ |
D | mmu_context.h | 12 static inline void paravirt_activate_mm(struct mm_struct *prev, 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-2.6.39/lib/ |
D | list_debug.c | 20 struct list_head *prev, in __list_add() 40 struct list_head *prev, *next; in __list_del_entry() local
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | xchg.h | 139 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 166 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 193 unsigned long prev, cmp; in ____cmpxchg() local 216 unsigned long prev, cmp; in ____cmpxchg() local
|
/linux-2.6.39/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-2.6.39/include/asm-generic/ |
D | cmpxchg-local.h | 16 unsigned long flags, prev; in __cmpxchg_local_generic() local 55 u64 prev; in __cmpxchg64_local_generic() local
|
/linux-2.6.39/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-2.6.39/net/bridge/ |
D | br_forward.c | 124 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone() 142 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver() 170 struct net_bridge_port *prev; in br_flood() local 218 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | mmu_context.h | 121 static inline void switch_mm(struct mm_struct *prev, 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-2.6.39/fs/btrfs/ |
D | extent_map.c | 118 struct rb_node *prev = NULL; in __tree_search() local 160 static int mergable_maps(struct extent_map *prev, struct extent_map *next) in mergable_maps() 320 struct rb_node *prev = NULL; in lookup_extent_mapping() local 372 struct rb_node *prev = NULL; in search_extent_mapping() local
|
/linux-2.6.39/include/linux/ |
D | user-return-notifier.h | 18 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify() 38 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify()
|
/linux-2.6.39/fs/jffs2/ |
D | nodelist.c | 26 struct jffs2_full_dirent **prev = list; in jffs2_add_fd_to_list() local 384 struct jffs2_node_frag *prev = frag_prev(newfrag); in jffs2_add_full_dnode_to_inode() local 436 struct jffs2_inode_cache **prev; in jffs2_add_ino_cache() local 457 struct jffs2_inode_cache **prev; in jffs2_del_ino_cache() local 527 struct jffs2_node_frag *prev = NULL; in jffs2_lookup_node_frag() local
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | mmu_context.h | 52 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() 63 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-2.6.39/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ argument 41 #define activate_mm(prev, next) \ argument
|
/linux-2.6.39/arch/s390/include/asm/ |
D | mmu_context.h | 77 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 93 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | mmu_context.h | 47 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 57 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
|
/linux-2.6.39/drivers/infiniband/hw/mthca/ |
D | mthca_mcg.c | 65 u16 *hash, int *prev, int *index) in find_mgm() 133 int index, prev; in mthca_multicast_attach() local 240 int prev, index; in mthca_multicast_detach() local
|
/linux-2.6.39/sound/core/seq/ |
D | seq_prioq.c | 151 struct snd_seq_event_cell *cur, *prev; in snd_seq_prioq_cell_in() local 296 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_leave() local 406 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_remove_events() local
|