/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isppreview.c | 152 preview_config_luma_enhancement(struct isp_prev_device *prev, in preview_config_luma_enhancement() 171 preview_enable_luma_enhancement(struct isp_prev_device *prev, bool enable) in preview_enable_luma_enhancement() 186 static void preview_enable_invalaw(struct isp_prev_device *prev, bool enable) in preview_enable_invalaw() 201 static void preview_config_hmed(struct isp_prev_device *prev, in preview_config_hmed() 216 static void preview_enable_hmed(struct isp_prev_device *prev, bool enable) in preview_enable_hmed() 236 static void preview_config_cfa(struct isp_prev_device *prev, in preview_config_cfa() 272 preview_config_chroma_suppression(struct isp_prev_device *prev, in preview_config_chroma_suppression() 288 preview_enable_chroma_suppression(struct isp_prev_device *prev, bool enable) in preview_enable_chroma_suppression() 306 preview_config_whitebalance(struct isp_prev_device *prev, in preview_config_whitebalance() 345 preview_config_blkadj(struct isp_prev_device *prev, in preview_config_blkadj() [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cmpxchg.h | 18 unsigned long prev; in __xchg_u32() local 43 unsigned long prev; in __xchg_u32_local() local 61 unsigned long prev; in __xchg_u64() local 80 unsigned long prev; in __xchg_u64_local() local 151 unsigned int prev; in __cmpxchg_u32() local 175 unsigned int prev; in __cmpxchg_u32_local() local 197 unsigned long prev; in __cmpxchg_u64() local 220 unsigned long prev; in __cmpxchg_u64_local() local
|
D | switch_to.h | 13 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) argument 19 static inline void save_early_sprs(struct thread_struct *prev) in save_early_sprs() 27 static inline void save_early_sprs(struct thread_struct *prev) {} in save_early_sprs()
|
D | mmu_context.h | 59 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 110 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
D | futex.h | 90 u32 prev; in futex_atomic_cmpxchg_inatomic() local
|
/linux-4.4.14/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 84 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 139 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 179 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | switch_to.h | 22 #define switch_fpu(prev, next) \ argument 31 #define switch_fpu(prev, next) do {} while (0) argument 40 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 143 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 159 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | switch_to.h | 18 #define ocd_switch(prev, next) \ argument 24 #define ocd_switch(prev, next) argument 41 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 108 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
/linux-4.4.14/lib/ |
D | list_debug.c | 23 struct list_head *prev, in __list_add() 46 struct list_head *prev, *next; in __list_del_entry() local 87 struct list_head *prev, struct list_head *next) in __list_add_rcu()
|
D | plist.c | 47 struct list_head *prev = top, *next = top->next; in plist_check_list() local 76 struct plist_node *first, *iter, *prev = NULL; in plist_add() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | switch_to.h | 44 #define __switch_to(prev,next,last) do { \ argument 60 # define switch_to(prev,next,last) do { \ argument 76 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
|
D | futex.h | 110 unsigned long prev; in futex_atomic_cmpxchg_inatomic() local
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-dump.c | 25 const uint8_t *prev) in dump_line() 46 const uint8_t *line, *prev; in fmc_dump_eeprom() local 65 const uint8_t *line, *prev; in fmc_dump_sdb() local
|
/linux-4.4.14/mm/ |
D | madvise.c | 47 struct vm_area_struct **prev, in madvise_behavior() 221 struct vm_area_struct **prev, in madvise_willneed() 279 struct vm_area_struct **prev, in madvise_dontneed() 295 struct vm_area_struct **prev, in madvise_remove() 374 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma() 463 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3() local
|
D | mmap.c | 382 unsigned long prev = 0, pend = 0; in browse_rb() local 661 struct vm_area_struct *prev, struct rb_node **rb_link, in __vma_link() 669 struct vm_area_struct *prev, struct rb_node **rb_link, in vma_link() 695 struct vm_area_struct *prev; in __insert_vm_struct() local 707 struct vm_area_struct *prev) in __vma_unlink() 1041 struct vm_area_struct *prev, unsigned long addr, in vma_merge() 1545 struct vm_area_struct *vma, *prev; in mmap_region() local 1776 struct rb_node *prev = &vma->vm_rb; in unmapped_area() local 1879 struct rb_node *prev = &vma->vm_rb; in unmapped_area_topdown() local 2320 struct vm_area_struct *vma, *prev; in find_extend_vma() local [all …]
|
D | mlock.c | 498 static int mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev, in mlock_fixup() 562 struct vm_area_struct * vma, * prev; in apply_vma_lock_flags() local 687 struct vm_area_struct * vma, * prev = NULL; in apply_mlockall_flags() local
|
D | slob.c | 219 slob_t *prev, *cur, *aligned = NULL; in slob_page_alloc() local 271 struct list_head *prev; in slob_alloc() local 343 slob_t *prev, *next, *b = (slob_t *)block; in slob_free() local
|
D | interval_tree.c | 30 struct vm_area_struct *prev, in vma_interval_tree_insert_after()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_lock.c | 180 unsigned int old, new, prev; in drm_lock_take() local 229 unsigned int old, new, prev; in drm_lock_transfer() local 254 unsigned int old, new, prev; in drm_legacy_lock_free() local 315 unsigned int old, prev; in drm_legacy_idlelock_release() local
|
/linux-4.4.14/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
|
D | futex.h | 88 u32 prev; in futex_atomic_cmpxchg_inatomic() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | cmpxchg_32.h | 27 u64 prev = *ptr; in set_64bit() local 48 u64 prev; in __cmpxchg64() local 61 u64 prev; in __cmpxchg64_local() local
|
D | mmu_context.h | 15 static inline void paravirt_activate_mm(struct mm_struct *prev, in paravirt_activate_mm() 107 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 205 #define activate_mm(prev, next) \ argument
|
D | switch_to.h | 31 #define switch_to(prev, next, last) \ argument 108 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev,next,last) \ argument 33 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 71 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument 111 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 160 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/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 188 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local 240 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local
|
/linux-4.4.14/include/asm-generic/ |
D | cmpxchg-local.h | 17 unsigned long flags, prev; in __cmpxchg_local_generic() local 56 u64 prev; in __cmpxchg64_local_generic() local
|
D | switch_to.h | 25 #define switch_to(prev, next, last) \ argument
|
D | mutex-xchg.h | 94 int prev = atomic_xchg_acquire(count, 0); in __mutex_fastpath_trylock() local
|
D | mmu_context.h | 34 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
|
/linux-4.4.14/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
|
D | switch_to.h | 28 #define switch_to(prev, next, last) do { \ argument
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
D | list.h | 19 struct list_head *next, *prev; member 40 struct list_head *prev, in __list_add() 69 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
|
/linux-4.4.14/scripts/kconfig/ |
D | list.h | 24 struct list_head *next, *prev; member 82 struct list_head *prev, in __list_add() 111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
/linux-4.4.14/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
|
/linux-4.4.14/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()
|
D | vtime.h | 45 static inline void vtime_task_switch(struct task_struct *prev) in vtime_task_switch() 69 static inline void vtime_task_switch(struct task_struct *prev) { } in vtime_task_switch()
|
D | agpgart.h | 93 struct agp_client *prev; member 101 struct agp_controller *prev; member 116 struct agp_file_private *prev; member
|
D | osq_lock.h | 9 struct optimistic_spin_node *next, *prev; member
|
D | rculist.h | 50 struct list_head *prev, struct list_head *next) in __list_add_rcu() 450 struct hlist_node *prev) in hlist_add_behind_rcu()
|
D | list.h | 39 struct list_head *prev, in __list_add() 87 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 275 struct list_head *prev, in __list_splice() 660 struct hlist_node *prev) in hlist_add_behind()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | nommu_context.h | 18 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() 22 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
D | mmu_context.h | 123 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 137 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
D | futex.h | 112 u32 prev; in futex_atomic_cmpxchg_inatomic() local
|
/linux-4.4.14/net/bridge/ |
D | br_forward.c | 156 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone() 174 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver() 203 struct net_bridge_port *prev; in br_flood() local 262 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
|
/linux-4.4.14/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()
|
D | futex.h | 106 int prev; in futex_atomic_cmpxchg_inatomic() local
|
/linux-4.4.14/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-4.4.14/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()
|
D | switch_to.h | 8 #define switch_to(prev, next, last) do { \ argument
|
/linux-4.4.14/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ argument 41 #define activate_mm(prev, next) \ argument
|
D | switch_to.h | 27 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/kernel/locking/ |
D | osq_lock.c | 38 struct optimistic_spin_node *prev) in osq_wait_next() 87 struct optimistic_spin_node *prev, *next; in osq_lock() local
|
D | mcs_spinlock.h | 64 struct mcs_spinlock *prev; in mcs_spin_lock() local
|
D | lockdep.c | 1497 struct held_lock *prev, in print_bad_irq_dependency() 1567 check_usage(struct task_struct *curr, struct held_lock *prev, in check_usage() 1640 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage() 1669 check_prev_add_irq(struct task_struct *curr, struct held_lock *prev, in check_prev_add_irq() 1696 check_prev_add_irq(struct task_struct *curr, struct held_lock *prev, in check_prev_add_irq() 1714 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario() local 1730 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug() 1769 struct held_lock *prev; in check_deadlock() local 1824 check_prev_add(struct task_struct *curr, struct held_lock *prev, in check_prev_add()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_prioq.c | 149 struct snd_seq_event_cell *cur, *prev; in snd_seq_prioq_cell_in() local 294 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_leave() local 404 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_remove_events() local
|
/linux-4.4.14/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() 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()
|
D | switch_to.h | 30 #define switch_to(prev,next,last) do { \ argument
|
D | atomic.h | 132 int prev; in atomic_cmpxchg() local 145 int prev; in atomic_xchg() local
|
/linux-4.4.14/arch/nios2/mm/ |
D | mmu_context.c | 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | smttimer.c | 41 struct smt_timer **prev ; in smt_timer_stop() local 65 struct smt_timer **prev ; in smt_timer_start() local
|
/linux-4.4.14/arch/parisc/lib/ |
D | bitops.c | 62 unsigned long prev; in __cmpxchg_u64() local 75 unsigned int prev; in __cmpxchg_u32() local
|
/linux-4.4.14/arch/metag/include/asm/ |
D | mmu_context.h | 72 static inline void switch_mmu(struct mm_struct *prev, struct mm_struct *next) in switch_mmu() 98 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss-of.c | 27 struct device_node *prev) in omapdss_of_get_next_port() 73 struct device_node *prev) in omapdss_of_get_next_endpoint()
|
/linux-4.4.14/arch/score/include/asm/ |
D | mmu_context.h | 72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 102 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
D | switch_to.h | 6 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | mmu_context.h | 127 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 148 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | asl.c | 29 struct whc_qset **next, struct whc_qset **prev) in qset_get_next_prev() 55 struct whc_qset *next, *prev; in asl_qset_insert() local 68 struct whc_qset *prev, *next; in asl_qset_remove() local
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | mmu_context.h | 49 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 59 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
|
D | switch_to.h | 24 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/arm/include/asm/ |
D | mmu_context.h | 93 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument 116 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
D | switch_to.h | 25 #define switch_to(prev,next,last) \ argument
|
/linux-4.4.14/crypto/ |
D | xcbc.c | 87 u8 *prev = PTR_ALIGN(&ctx->ctx[0], alignmask + 1) + bs; in crypto_xcbc_digest_init() local 105 u8 *prev = odds + bs; in crypto_xcbc_digest_update() local 152 u8 *prev = odds + bs; in crypto_xcbc_digest_final() local
|
D | cmac.c | 113 u8 *prev = PTR_ALIGN((void *)ctx->ctx, alignmask + 1) + bs; in crypto_cmac_digest_init() local 131 u8 *prev = odds + bs; in crypto_cmac_digest_update() local 178 u8 *prev = odds + bs; in crypto_cmac_digest_final() local
|
/linux-4.4.14/arch/arc/include/asm/ |
D | cmpxchg.h | 22 unsigned long prev; in __cmpxchg() local 53 int prev; in __cmpxchg() local
|
D | mmu_context.h | 131 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 164 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
|
D | switch_to.h | 31 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 111 struct list_head *next, *prev; member 135 struct list_head *prev, struct list_head *next) in __list_add() 186 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
|
/linux-4.4.14/kernel/sched/ |
D | idle_task.c | 27 pick_next_task_idle(struct rq *rq, struct task_struct *prev) in pick_next_task_idle() 48 static void put_prev_task_idle(struct rq *rq, struct task_struct *prev) in put_prev_task_idle()
|
D | stop_task.c | 27 pick_next_task_stop(struct rq *rq, struct task_struct *prev) in pick_next_task_stop() 58 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) in put_prev_task_stop()
|
D | stats.h | 132 struct task_struct *prev, struct task_struct *next) in __sched_info_switch() 147 struct task_struct *prev, struct task_struct *next) in sched_info_switch()
|
D | cputime.c | 392 void vtime_common_task_switch(struct task_struct *prev) in vtime_common_task_switch() 579 struct prev_cputime *prev, in cputime_adjust() 764 void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | mmu_context.h | 85 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 127 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ argument
|
/linux-4.4.14/fs/btrfs/ |
D | extent_map.c | 145 struct rb_node *prev = NULL; in __tree_search() local 185 static int mergable_maps(struct extent_map *prev, struct extent_map *next) in mergable_maps() 365 struct rb_node *prev = NULL; in __lookup_extent_mapping() local
|
D | ordered-data.c | 81 struct rb_node *prev = NULL; in __tree_search() local 155 struct rb_node *prev = NULL; in tree_search() local 441 struct rb_node *prev; in btrfs_get_logged_extents() local 951 struct rb_node *prev = NULL; in btrfs_ordered_update_i_size() local
|
/linux-4.4.14/arch/powerpc/boot/ |
D | ops.h | 146 static inline void *find_node_by_prop_value(const void *prev, in find_node_by_prop_value() 157 static inline void *find_node_by_prop_value_str(const void *prev, in find_node_by_prop_value_str() 165 static inline void *find_node_by_devtype(const void *prev, in find_node_by_devtype() 184 static inline void *find_node_by_compatible(const void *prev, in find_node_by_compatible()
|
D | libfdt-wrapper.c | 131 static void *fdt_wrapper_find_node_by_prop_value(const void *prev, in fdt_wrapper_find_node_by_prop_value() 141 static void *fdt_wrapper_find_node_by_compatible(const void *prev, in fdt_wrapper_find_node_by_compatible()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | switch_to_64.h | 24 #define switch_to(prev,next,last) \ argument
|
D | mmu_context.h | 118 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) argument
|
D | switch_to_32.h | 69 #define switch_to(prev, next, last) \ argument
|
D | futex-irq.h | 96 u32 prev = 0; in atomic_futex_op_cmpxchg_inatomic() local
|
/linux-4.4.14/arch/cris/include/asm/ |
D | switch_to.h | 9 #define switch_to(prev,next,last) last = resume(prev,next, \ argument
|
D | mmu_context.h | 14 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
D | fasttimer.h | 21 struct fast_timer *prev; member
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | switch_to.h | 18 #define switch_to(prev, next, last) \ argument
|
D | futex.h | 101 u32 prev; in futex_atomic_cmpxchg_inatomic() local
|
D | mmu_context_mm.h | 117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | switch_to.h | 34 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/s390/lib/ |
D | spinlock.c | 186 void _raw_write_lock_wait(arch_rwlock_t *rw, unsigned int prev) in _raw_write_lock_wait() 217 unsigned int owner, old, prev; in _raw_write_lock_wait() local
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev, next, last) \ argument
|
/linux-4.4.14/arch/arc/kernel/ |
D | fpu.c | 33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
|
D | ctx_sw.c | 26 unsigned int prev = (unsigned int)prev_task; in __switch_to() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | switch_to_64.h | 20 #define switch_to(prev, next, last) \ argument
|
D | switch_to_32.h | 57 #define switch_to(prev, next, last) do { \ argument
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | videocodec.c | 172 struct attached_list *a, *prev; in videocodec_detach() local 271 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_rma_list.c | 31 struct scif_window *prev = list_entry(head, struct scif_window, list); in scif_insert_tcw() local 60 struct scif_window *curr = NULL, *prev = NULL; in scif_insert_window() local
|
/linux-4.4.14/fs/gfs2/ |
D | xattr.c | 82 struct gfs2_ea_header *ea, *prev = NULL; in ea_foreach_i() local 167 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_find_i() 227 struct gfs2_ea_header *prev, void *private) in ea_dealloc_unstuffed() 327 struct gfs2_ea_header *prev, int leave) in ea_remove_unstuffed() 366 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_list_i() 838 struct gfs2_ea_header *prev = el->el_prev; in ea_set_remove_stuffed() local 924 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_set_simple() 1091 struct gfs2_ea_header *prev = el->el_prev; in ea_remove_stuffed() local
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | mmu_context.h | 31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
/linux-4.4.14/arch/tile/include/asm/ |
D | switch_to.h | 40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) argument
|
D | mmu_context.h | 91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/arch/sparc/lib/ |
D | atomic32.c | 159 u32 prev; in __cmpxchg_u32() local 173 u32 prev; in __xchg_u32() local
|
D | memcpy.S | 100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument 118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
|
/linux-4.4.14/net/netfilter/ |
D | xt_limit.c | 21 unsigned long prev; member 144 compat_ulong_t prev; member
|
/linux-4.4.14/drivers/char/agp/ |
D | frontend.c | 68 struct agp_memory *prev; in agp_remove_from_pool() local 201 struct agp_memory *prev; in agp_insert_into_pool() local 232 struct agp_file_private *prev; in agp_insert_file_private() local 245 struct agp_file_private *prev; in agp_remove_file_private() local
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 93 struct dnotify_struct **prev; in dnotify_handle_event() local 155 struct dnotify_struct **prev; in dnotify_flush() local
|
/linux-4.4.14/fs/nfs/ |
D | pagelist.c | 273 nfs_page_group_init(struct nfs_page *req, struct nfs_page *prev) in nfs_page_group_init() 495 struct nfs_page *prev, struct nfs_page *req) in nfs_generic_pg_test() 930 static bool nfs_can_coalesce_requests(struct nfs_page *prev, in nfs_can_coalesce_requests() 978 struct nfs_page *prev = NULL; in nfs_pageio_do_add_request() local 1271 struct nfs_page *prev; in nfs_pageio_cond_complete() local
|
/linux-4.4.14/arch/mips/kernel/ |
D | csrc-r4k.c | 47 unsigned int prev, curr, i; in rdhwr_count_usable() local
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebt_limit.h | 19 unsigned long prev; member
|
/linux-4.4.14/security/selinux/ss/ |
D | avtab.c | 70 struct avtab_node *prev, struct avtab_node *cur, in avtab_insert_node() 111 struct avtab_node *prev, *cur, *newnode; in avtab_insert() local 156 struct avtab_node *prev, *cur; in avtab_insert_nonunique() local
|
D | ebitmap.c | 51 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local 258 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
|
D | mls.c | 37 int i, l, len, head, prev; in mls_compute_context_len() local 92 int i, l, head, prev; in mls_sid_to_context() local
|
D | hashtab.c | 42 struct hashtab_node *prev, *cur, *newnode; in hashtab_insert() local
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_limit.h | 18 unsigned long prev; /* moved to xt_limit_priv */ member
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | nseval.c | 343 union acpi_operand_object *prev; in acpi_ns_exec_module_code_list() local
|
D | psloop.c | 319 union acpi_operand_object *prev; in acpi_ps_link_module_code() local
|
D | psparse.c | 136 union acpi_parse_object *prev; in acpi_ps_complete_this_op() local
|
D | utaddress.c | 141 struct acpi_address_range *prev; in acpi_ut_remove_address_range() local
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 233 struct nfit_table_prev *prev, in add_spa() 260 struct nfit_table_prev *prev, in add_memdev() 286 struct nfit_table_prev *prev, in add_dcr() 311 struct nfit_table_prev *prev, in add_bdw() 336 struct nfit_table_prev *prev, in add_idt() 361 struct nfit_table_prev *prev, in add_flush() 386 struct nfit_table_prev *prev, void *table, const void *end) in add_table() 1612 struct nfit_table_prev *prev) in acpi_nfit_check_deletions() 1631 struct nfit_table_prev prev; in acpi_nfit_init() local
|
/linux-4.4.14/drivers/scsi/ |
D | initio.c | 797 struct scsi_ctrl_blk *tmp, *prev; in initio_unlink_pend_scb() local 867 struct scsi_ctrl_blk *tmp, *prev; in initio_unlink_busy_scb() local 899 struct scsi_ctrl_blk *tmp, *prev; in initio_find_busy_scb() local 953 struct scsi_ctrl_blk *tmp, *prev; in initio_abort_srb() local 2388 struct scsi_ctrl_blk *tmp, *prev; in initio_bus_device_reset() local 2846 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */; in initio_probe_one() local
|
D | NCR5380.c | 982 struct scsi_cmnd *tmp, *prev; in DEF_SCSI_QCMD() local 2417 struct scsi_cmnd *tmp = NULL, *prev; local 2587 struct scsi_cmnd *tmp, **prev; local
|
D | atari_NCR5380.c | 943 struct scsi_cmnd *tmp, *prev; in NCR5380_main() local 2483 struct scsi_cmnd *tmp = NULL, *prev; in NCR5380_reselect() local 2675 struct scsi_cmnd *tmp, **prev; in NCR5380_abort() local
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_info.c | 259 struct hfa384x_hostscan_result *results, *prev; in prism2_info_scanresults() local 307 struct hfa384x_hostscan_result *results, *prev; in prism2_info_hostscanresults() local
|
/linux-4.4.14/arch/tile/kernel/ |
D | process.c | 241 struct task_struct *sim_notify_fork(struct task_struct *prev) in sim_notify_fork() 420 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 42 struct list_head *next, *prev; member 64 struct list_head *prev, struct list_head *next) in __list_add() 109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 277 struct list_head *prev, struct list_head *next) in __list_splice()
|
/linux-4.4.14/arch/x86/kernel/ |
D | tsc_sync.c | 47 cycles_t start, now, prev, end; in check_tsc_warp() local
|
D | process_32.c | 244 struct thread_struct *prev = &prev_p->thread, in __switch_to() local
|
/linux-4.4.14/drivers/pci/ |
D | pci-driver.c | 555 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend() local 582 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend_late() local 725 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend() local 761 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend_noirq() local 1133 pci_power_t prev = pci_dev->current_state; in pci_pm_runtime_suspend() local
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-q.c | 151 struct ed **prev = &ohci->periodic [i]; in periodic_link() local 274 struct ed **prev = &ohci->periodic [i]; in periodic_unlink() local 982 __hc32 *prev; in finish_unlinks() local
|
D | ohci-mem.c | 105 struct td **prev = &hc->td_hash [TD_HASH_FUNC (td->td_dma)]; in td_free() local
|
/linux-4.4.14/kernel/trace/ |
D | trace_sched_switch.c | 20 struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nv10_fence.c | 45 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv10_fence_sync()
|
D | nv17_fence.c | 34 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync()
|
D | nv04_fence.c | 52 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv04_fence_sync()
|
D | nouveau_fence.c | 410 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() local 432 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() local
|
D | nouveau_bo.h | 53 struct nouveau_bo *prev; in nouveau_bo_ref() local
|
/linux-4.4.14/drivers/input/joystick/ |
D | joydump.c | 52 struct joydump *dump, *prev; /* one entry each */ in joydump_connect() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
D | fld_cache.c | 386 struct list_head *prev = NULL; in fld_cache_insert_nolock() local 520 struct fld_cache_entry *prev = NULL; in fld_cache_lookup() local
|
/linux-4.4.14/drivers/dma/ |
D | txx9dmac.c | 435 struct txx9dmac_desc *prev = NULL; in txx9dmac_dequeue() local 723 struct txx9dmac_desc *prev; in txx9dmac_prep_dma_memcpy() local 817 struct txx9dmac_desc *prev; in txx9dmac_prep_slave_sg() local 947 struct txx9dmac_desc *prev) in txx9dmac_chain_dynamic() 981 struct txx9dmac_desc *prev = txx9dmac_last_active(dc); in txx9dmac_issue_pending() local
|
D | at_hdmac.c | 203 static void atc_desc_chain(struct at_desc **first, struct at_desc **prev, in atc_desc_chain() 819 struct at_desc *prev = NULL; in atc_prep_dma_memcpy() local 997 struct at_desc *desc = NULL, *first = NULL, *prev = NULL; in atc_prep_dma_memset_sg() local 1084 struct at_desc *prev = NULL; in atc_prep_slave_sg() local 1231 struct at_desc *prev = NULL; in atc_prep_dma_sg() local 1436 struct at_desc *prev = NULL; in atc_prep_dma_cyclic() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sdrc2xxx.c | 85 u32 prev = curr_perf_level; in omap2xxx_sdrc_reprogram() local
|
D | pm.h | 64 #define pm_dbg_update_time(pwrdm, prev) do {} while (0); argument
|
/linux-4.4.14/arch/um/include/asm/ |
D | mmu_context.h | 50 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/arch/cris/arch-v10/mm/ |
D | tlb.c | 151 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/net/core/ |
D | dst.c | 322 unsigned long prev, new; in dst_cow_metrics_generic() local 343 unsigned long prev, new; in __dst_destroy_metrics_generic() local
|
/linux-4.4.14/net/sched/ |
D | sch_hhf.c | 190 u32 prev = flow->hit_timestamp + q->hhf_evict_timeout; in seek_list() local 220 u32 prev = flow->hit_timestamp + q->hhf_evict_timeout; in alloc_new_hh() local 254 u32 prev; in hhf_classify() local
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 31 struct srcfile_state *prev; member
|
/linux-4.4.14/arch/um/os-Linux/ |
D | irq.c | 82 struct irq_fd **prev; in os_free_irq_by_cb() local
|
/linux-4.4.14/arch/powerpc/perf/ |
D | core-fsl-emb.c | 181 s64 val, delta, prev; in fsl_emb_pmu_read() local 610 s64 prev, delta, left; in record_and_restart() local
|
D | core-book3s.c | 986 static u64 check_and_compute_delta(u64 prev, u64 val) in check_and_compute_delta() 1007 s64 val, delta, prev; in power_pmu_read() local 1069 u64 val, prev, delta; in freeze_limited_counters() local 1089 u64 val, prev; in thaw_limited_counters() local 1956 s64 prev, delta, left; in record_and_restart() local
|
/linux-4.4.14/net/atm/ |
D | mpoa_caches.h | 16 struct in_cache_entry *prev; member 53 struct eg_cache_entry *prev; member
|
/linux-4.4.14/fs/autofs4/ |
D | expire.c | 76 static struct dentry *get_next_positive_subdir(struct dentry *prev, in get_next_positive_subdir() 123 static struct dentry *get_next_positive_dentry(struct dentry *prev, in get_next_positive_dentry()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | base.c | 73 u8 *prev = bios->data; in nvbios_extend() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | process_32.c | 181 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to()
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_list_set.c | 197 struct set_elem *e, *next, *prev = NULL; in list_set_utest() local 244 struct set_elem *e, *n, *prev, *next; in list_set_uadd() local 324 struct set_elem *e, *next, *prev = NULL; in list_set_udel() local
|
/linux-4.4.14/drivers/of/ |
D | base.c | 247 struct device_node *__of_find_all_nodes(struct device_node *prev) in __of_find_all_nodes() 272 struct device_node *of_find_all_nodes(struct device_node *prev) in of_find_all_nodes() 638 struct device_node *prev) in __of_get_next_child() 666 struct device_node *prev) in of_get_next_child() 687 struct device_node *prev) in of_get_next_available_child() 2171 struct device_node *prev) in of_graph_get_next_endpoint()
|
/linux-4.4.14/drivers/isdn/divert/ |
D | isdn_divert.c | 30 struct call_struc *prev; member 38 struct deflect_struc *next, *prev; member
|
/linux-4.4.14/block/ |
D | blk-integrity.c | 47 int prev = 0; in blk_rq_count_integrity_sg() local 93 int prev = 0; in blk_rq_map_integrity_sg() local
|
D | blk-merge.c | 201 int cluster, prev = 0; in __blk_recalc_rq_segments() local 736 struct request *prev = elv_former_request(q, rq); in attempt_front_merge() local
|
/linux-4.4.14/net/rds/ |
D | iw_send.c | 495 struct rds_iw_send_work *prev; in rds_iw_xmit() local 791 struct rds_iw_send_work *prev; in rds_iw_xmit_rdma() local
|
D | ib_send.c | 490 struct rds_ib_send_work *prev; in rds_ib_xmit() local 848 struct rds_ib_send_work *prev; in rds_ib_xmit_rdma() local
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | tlb.c | 179 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
D | intmem.c | 107 struct intmem_allocation *prev = in crisv32_intmem_free() local
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 103 struct f2fs_crypt_info *prev; in f2fs_free_encryption_info() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | prom_common.c | 136 static int __init prom_common_nextprop(phandle node, char *prev, char *buf) in prom_common_nextprop()
|
/linux-4.4.14/sound/synth/ |
D | util_mem.c | 111 struct list_head *prev) in __snd_util_memblk_new()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_key.c | 101 struct ext4_crypt_info *prev; in ext4_free_encryption_info() local
|
/linux-4.4.14/tools/firewire/ |
D | list.h | 2 struct list *next, *prev; member
|
/linux-4.4.14/drivers/iommu/ |
D | iova.c | 105 struct rb_node *prev, *curr = NULL; in __alloc_and_insert_iova_range() local 517 struct iova *prev = NULL, *next = NULL; in split_and_remove_iova() local
|
/linux-4.4.14/net/ipv6/ |
D | reassembly.c | 212 struct sk_buff *prev, *next; in ip6_frag_queue() local 379 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *prev, in ip6_frag_reasm()
|
/linux-4.4.14/kernel/gcov/ |
D | base.c | 137 struct gcov_info *prev = NULL; in gcov_module_notifier() local
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_limit.c | 96 compat_ulong_t prev; member
|
/linux-4.4.14/drivers/usb/image/ |
D | microtek.h | 31 struct mts_desc *prev; member
|
/linux-4.4.14/arch/openrisc/mm/ |
D | tlb.c | 143 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.4.14/net/ieee802154/6lowpan/ |
D | reassembly.c | 132 struct sk_buff *prev, *next; in lowpan_frag_queue() local 226 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *prev, in lowpan_frag_reasm()
|
/linux-4.4.14/fs/ |
D | userfaultfd.c | 430 struct vm_area_struct *vma, *prev; in userfaultfd_release() local 721 struct vm_area_struct *vma, *prev, *cur; in userfaultfd_register() local 885 struct vm_area_struct *vma, *prev, *cur; in userfaultfd_unregister() local
|
/linux-4.4.14/drivers/ata/ |
D | pata_cs5530.c | 147 struct ata_device *prev = ap->private_data; in cs5530_qc_issue() local
|
D | pata_sc1200.c | 169 struct ata_device *prev = ap->private_data; in sc1200_qc_issue() local
|
/linux-4.4.14/tools/include/linux/ |
D | types.h | 72 struct list_head *next, *prev; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_cf.c | 434 u64 prev, new; in hw_perf_event_reset() local 457 u64 prev, new, delta; in hw_perf_event_update() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 714 static inline void __switch_to_tm(struct task_struct *prev) in __switch_to_tm() 760 #define __switch_to_tm(prev) argument 763 struct task_struct *__switch_to(struct task_struct *prev, in __switch_to()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 1791 static int quiece_spu(struct spu_state *prev, struct spu *spu) in quiece_spu() 1828 static void save_csa(struct spu_state *prev, struct spu *spu) in save_csa() 1864 static void save_lscsa(struct spu_state *prev, struct spu *spu) in save_lscsa() 1932 static void harvest(struct spu_state *prev, struct spu *spu) in harvest() 2038 static int __do_spu_save(struct spu_state *prev, struct spu *spu) in __do_spu_save() 2108 int spu_save(struct spu_state *prev, struct spu *spu) in spu_save()
|
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-smq.c | 39 unsigned prev:28; member 180 struct entry *prev = l_prev(es, old); in l_add_before() local 197 struct entry *prev = l_prev(es, e); in l_del() local 609 struct entry **prev) in __h_lookup() 625 struct entry *e, struct entry *prev) in __h_unlink() 638 struct entry *e, *prev; in h_lookup() local 657 struct entry *prev; in h_remove() local
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | fdt.c | 27 int node, prev, num_rsv; in update_fdt() local
|