/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
D | isppreview.c | 149 preview_config_luma_enhancement(struct isp_prev_device *prev, in preview_config_luma_enhancement() 168 preview_enable_luma_enhancement(struct isp_prev_device *prev, bool enable) in preview_enable_luma_enhancement() 183 static void preview_enable_invalaw(struct isp_prev_device *prev, bool enable) in preview_enable_invalaw() 198 static void preview_config_hmed(struct isp_prev_device *prev, in preview_config_hmed() 213 static void preview_enable_hmed(struct isp_prev_device *prev, bool enable) in preview_enable_hmed() 233 static void preview_config_cfa(struct isp_prev_device *prev, in preview_config_cfa() 269 preview_config_chroma_suppression(struct isp_prev_device *prev, in preview_config_chroma_suppression() 285 preview_enable_chroma_suppression(struct isp_prev_device *prev, bool enable) in preview_enable_chroma_suppression() 303 preview_config_whitebalance(struct isp_prev_device *prev, in preview_config_whitebalance() 342 preview_config_blkadj(struct isp_prev_device *prev, in preview_config_blkadj() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
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 …]
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
D | zlist.c | 37 struct zlist_node *prev, struct zlist_node *node, in zlist_before_add_check() 47 struct zlist_node *prev, struct zlist_node *node, in zlist_after_add_check() 57 struct zlist_node *prev, struct zlist_node *node, in zlist_before_del_check() 67 struct zlist_node *prev, struct zlist_node *node, in zlist_after_del_check() 77 struct zlist_node *prev, struct zlist_node *node, in zlist_before_add_check() 80 struct zlist_node *prev, struct zlist_node *node, in zlist_after_add_check() 83 struct zlist_node *prev, struct zlist_node *node, in zlist_before_del_check() 86 struct zlist_node *prev, struct zlist_node *node, in zlist_after_del_check() 164 struct zlist_node *prev = idx2node(pid, tab); in zlist_del_nolock() local
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | switch_to.h | 10 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 17 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 28 #define switch_to(prev, next, last) \ argument
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
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
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
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
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
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 182 struct dma_fence *prev; in dma_fence_chain_release() local 231 struct dma_fence *prev, in dma_fence_chain_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
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
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | mmu_context.h | 51 static inline void switch_mm_irqs_off(struct mm_struct *prev, in switch_mm_irqs_off() 60 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 76 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
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
|
/kernel/linux/linux-5.10/lib/ |
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
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
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
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
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
|
/kernel/linux/linux-5.10/mm/ |
D | madvise.c | 136 struct vm_area_struct **prev, unsigned long start, in madvise_update_vma() 265 struct vm_area_struct **prev, in madvise_willneed() 504 struct vm_area_struct **prev, in madvise_cold() 553 struct vm_area_struct **prev, in madvise_pageout() 773 struct vm_area_struct **prev, in madvise_dontneed_free() 835 struct vm_area_struct **prev, in madvise_remove() 885 struct vm_area_struct **prev, in madvise_vma_behavior() 1084 struct vm_area_struct **prev, unsigned long start, in madvise_walk_vmas() 1088 struct vm_area_struct *prev; in madvise_walk_vmas() local 1141 struct vm_area_struct **prev, in madvise_vma_anon_name()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
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
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_forward.c | 114 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone() 169 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver() 194 struct net_bridge_port *prev = NULL; in br_flood() local 275 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | cmpxchg-local.h | 18 unsigned long flags, prev; in __cmpxchg_local_generic() local 57 u64 prev; in __cmpxchg64_local_generic() local
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
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()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
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
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
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()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
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()
|
/kernel/linux/linux-5.10/include/linux/ |
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()
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | mmu_context.h | 55 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 77 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | nommu_context.h | 23 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() 27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|