/linux/drivers/media/platform/omap3isp/ |
A D | isppreview.c | 342 preview_config_blkadj(struct isp_prev_device *prev, in preview_config_blkadj() 396 preview_config_csc(struct isp_prev_device *prev, in preview_config_csc() 428 preview_config_yc_range(struct isp_prev_device *prev, in preview_config_yc_range() 446 preview_config_dcor(struct isp_prev_device *prev, in preview_config_dcor() 602 preview_config_contrast(struct isp_prev_device *prev, in preview_config_contrast() 1228 struct isp_prev_device *prev = &isp->isp_prev; in omap3isp_preview_restore_context() local 1583 struct isp_prev_device *prev = in preview_s_ctrl() local 1682 __preview_get_format(struct isp_prev_device *prev, in __preview_get_format() 1694 __preview_get_crop(struct isp_prev_device *prev, in __preview_get_crop() 2346 struct isp_prev_device *prev = &isp->isp_prev; in omap3isp_preview_init() local [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | cmpxchg.h | 88 unsigned long prev; in __xchg_u32_local() local 104 unsigned long prev; in __xchg_u32_relaxed() local 121 unsigned long prev; in __xchg_u64_local() local 137 unsigned long prev; in __xchg_u64_relaxed() local 218 unsigned int prev; in __cmpxchg_u32() local 241 unsigned int prev; in __cmpxchg_u32_local() local 261 unsigned long prev; in __cmpxchg_u32_relaxed() local 288 unsigned long prev; in __cmpxchg_u32_acquire() local 310 unsigned long prev; in __cmpxchg_u64() local 333 unsigned long prev; in __cmpxchg_u64_local() local [all …]
|
/linux/arch/csky/include/asm/ |
A D | switch_to.h | 9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 27 #define switch_to(prev, next, last) \ argument
|
/linux/arch/mips/include/asm/ |
A D | switch_to.h | 52 #define __mips_mt_fpaff_switch_to(prev) \ argument 66 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument 109 #define switch_to(prev, next, last) \ argument
|
/linux/arch/ia64/include/asm/ |
A D | switch_to.h | 37 #define __switch_to(prev,next,last) do { \ argument 53 # define switch_to(prev,next,last) do { \ argument 68 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
|
/linux/drivers/dma-buf/ |
A D | dma-fence-chain.c | 23 struct dma_fence *prev; in dma_fence_chain_get_prev() local 42 struct dma_fence *prev, *replacement, *tmp; in dma_fence_chain_walk() local 183 struct dma_fence *prev; in dma_fence_chain_release() local 232 struct dma_fence *prev, in dma_fence_chain_init()
|
/linux/drivers/gpu/drm/ |
A D | drm_lock.c | 62 unsigned int old, new, prev; in drm_lock_take() local 111 unsigned int old, new, prev; in drm_lock_transfer() local 126 unsigned int old, new, prev; in drm_legacy_lock_free() local 311 unsigned int old, prev; in drm_legacy_idlelock_release() local
|
/linux/arch/parisc/include/asm/ |
A D | mmu_context.h | 50 static inline void switch_mm_irqs_off(struct mm_struct *prev, in switch_mm_irqs_off() 65 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 80 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux/arch/s390/include/asm/ |
A D | mmu_context.h | 73 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off() 90 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 118 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
/linux/arch/alpha/include/asm/ |
A D | xchg.h | 131 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 157 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 183 unsigned long prev, cmp; in ____cmpxchg() local 205 unsigned long prev, cmp; in ____cmpxchg() local
|
/linux/mm/ |
A D | madvise.c | 70 struct vm_area_struct **prev, in madvise_behavior() 261 struct vm_area_struct **prev, in madvise_willneed() 500 struct vm_area_struct **prev, in madvise_cold() 550 struct vm_area_struct **prev, in madvise_pageout() 770 struct vm_area_struct **prev, in madvise_dontneed_free() 828 struct vm_area_struct **prev, in madvise_populate() 889 struct vm_area_struct **prev, in madvise_remove() 982 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma() 1131 struct vm_area_struct *vma, *prev; in do_madvise() local
|
/linux/arch/x86/include/asm/ |
A D | cmpxchg_32.h | 28 u64 prev = *ptr; in set_64bit() local 49 u64 prev; in __cmpxchg64() local 62 u64 prev; in __cmpxchg64_local() local
|
/linux/arch/parisc/lib/ |
A D | bitops.c | 62 u64 prev; in __cmpxchg_u64() local 74 unsigned int prev; in __cmpxchg_u32() local 86 u8 prev; in __cmpxchg_u8() local
|
/linux/net/bridge/ |
A D | br_forward.c | 120 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone() 175 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver() 202 struct net_bridge_port *prev = NULL; in br_flood() local 282 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
|
/linux/lib/ |
A D | list_debug.c | 20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() 40 struct list_head *prev, *next; in __list_del_entry_valid() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
A D | mm.c | 53 struct nvkm_mm_node *prev = node(this, prev); in nvkm_mm_free() local 114 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_head() local 189 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local 242 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local
|
/linux/arch/hexagon/include/asm/ |
A D | mmu_context.h | 29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 52 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux/fs/jffs2/ |
A D | nodelist.c | 28 struct jffs2_full_dirent **prev = list; in jffs2_add_fd_to_list() local 386 struct jffs2_node_frag *prev = frag_prev(newfrag); in jffs2_add_full_dnode_to_inode() local 438 struct jffs2_inode_cache **prev; in jffs2_add_ino_cache() local 459 struct jffs2_inode_cache **prev; in jffs2_del_ino_cache() local 529 struct jffs2_node_frag *prev = NULL; in jffs2_lookup_node_frag() local
|
/linux/include/asm-generic/ |
A D | cmpxchg-local.h | 18 unsigned long flags, prev; in __generic_cmpxchg_local() local 57 u64 prev; in __generic_cmpxchg64_local() local
|
/linux/scripts/kconfig/ |
A D | list.h | 25 struct list_head *next, *prev; member 83 struct list_head *prev, in __list_add() 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
/linux/tools/usb/usbip/libsrc/ |
A D | list.h | 20 struct list_head *next, *prev; member 41 struct list_head *prev, in __list_add() 70 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
|
/linux/arch/arc/kernel/ |
A D | fpu.c | 32 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore() 69 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
|
/linux/include/linux/ |
A D | user-return-notifier.h | 19 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify() 39 static inline void propagate_user_return_notify(struct task_struct *prev, in propagate_user_return_notify()
|
/linux/drivers/infiniband/hw/mthca/ |
A 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/fs/btrfs/ |
A D | extent_map.c | 150 struct rb_node *prev = NULL; in __tree_search() local 190 static int mergable_maps(struct extent_map *prev, struct extent_map *next) in mergable_maps() 426 struct rb_node *prev = NULL; in __lookup_extent_mapping() local 529 struct rb_node *prev; in prev_extent_map() local 548 struct extent_map *prev; in merge_extent_mapping() local
|