/linux-3.3/drivers/media/video/omap3isp/ |
D | isppreview.c | 164 preview_enable_invalaw(struct isp_prev_device *prev, u8 enable) in preview_enable_invalaw() 185 preview_enable_drkframe_capture(struct isp_prev_device *prev, u8 enable) in preview_enable_drkframe_capture() 205 preview_enable_drkframe(struct isp_prev_device *prev, u8 enable) in preview_enable_drkframe() 222 preview_config_drkf_shadcomp(struct isp_prev_device *prev, in preview_config_drkf_shadcomp() 238 preview_enable_hmed(struct isp_prev_device *prev, u8 enable) in preview_enable_hmed() 256 preview_config_hmed(struct isp_prev_device *prev, const void *prev_hmed) in preview_config_hmed() 273 preview_config_noisefilter(struct isp_prev_device *prev, const void *prev_nf) in preview_config_noisefilter() 293 preview_config_dcor(struct isp_prev_device *prev, const void *prev_dcor) in preview_config_dcor() 317 preview_config_cfa(struct isp_prev_device *prev, const void *prev_cfa) in preview_config_cfa() 346 preview_config_gammacorrn(struct isp_prev_device *prev, const void *gtable) in preview_config_gammacorrn() [all …]
|
/linux-3.3/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
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_lock.c | 187 unsigned int old, new, prev; in drm_lock_take() local 236 unsigned int old, new, prev; in drm_lock_transfer() local 261 unsigned int old, new, prev; in drm_lock_free() local 302 unsigned int old, new, prev; in drm_notifier() local 353 unsigned int old, prev; in drm_idlelock_release() local
|
/linux-3.3/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-3.3/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-3.3/arch/powerpc/include/asm/ |
D | system.h | 210 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) argument 243 unsigned long prev; in __xchg_u32() local 268 unsigned long prev; in __xchg_u32_local() local 286 unsigned long prev; in __xchg_u64() local 305 unsigned long prev; in __xchg_u64_local() local 377 unsigned int prev; in __cmpxchg_u32() local 401 unsigned int prev; in __cmpxchg_u32_local() local 423 unsigned long prev; in __cmpxchg_u64() local 446 unsigned long prev; in __cmpxchg_u64_local() local
|
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/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
|
D | cmpxchg_32.h | 27 u64 prev = *ptr; in set_64bit() local 52 u64 prev; in __cmpxchg64() local 65 u64 prev; in __cmpxchg64_local() local
|
/linux-3.3/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-3.3/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-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/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-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 | 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-3.3/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-3.3/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-3.3/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-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/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ argument 41 #define activate_mm(prev, next) \ argument
|
/linux-3.3/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-3.3/drivers/infiniband/hw/mthca/ |
D | mthca_mcg.c | 65 u16 *hash, int *prev, int *index) in find_mgm() 126 int index, prev; in mthca_multicast_attach() local 220 int prev, index; in mthca_multicast_detach() local
|
/linux-3.3/arch/s390/include/asm/ |
D | mmu_context.h | 73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 89 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
/linux-3.3/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-3.3/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
|