Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 200 of 535) sorted by relevance

123

/linux-4.1.27/drivers/media/platform/omap3isp/
Disppreview.c152 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.1.27/arch/mips/include/asm/
Dswitch_to.h60 #define __mips_mt_fpaff_switch_to(prev) \ argument
74 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument
86 #define switch_to(prev, next, last) \ argument
109 #define finish_arch_switch(prev) \ argument
Dmmu_context.h139 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.1.27/arch/powerpc/include/asm/
Dcmpxchg.h18 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
152 unsigned int prev; in __cmpxchg_u32() local
176 unsigned int prev; in __cmpxchg_u32_local() local
198 unsigned long prev; in __cmpxchg_u64() local
221 unsigned long prev; in __cmpxchg_u64_local() local
Dswitch_to.h13 #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()
Dmmu_context.h42 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, struct mm_struct *next) in activate_mm()
Dfutex.h90 u32 prev; in futex_atomic_cmpxchg_inatomic() local
/linux-4.1.27/arch/mn10300/include/asm/
Dswitch_to.h22 #define switch_fpu(prev, next) \ argument
31 #define switch_fpu(prev, next) do {} while (0) argument
40 #define switch_to(prev, next, last) \ argument
Dmmu_context.h143 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.1.27/lib/
Dlist_debug.c23 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()
Dplist.c47 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.1.27/drivers/gpu/drm/
Ddrm_lock.c189 unsigned int old, new, prev; in drm_lock_take() local
238 unsigned int old, new, prev; in drm_lock_transfer() local
263 unsigned int old, new, prev; in drm_legacy_lock_free() local
305 unsigned int old, new, prev; in drm_notifier() local
356 unsigned int old, prev; in drm_legacy_idlelock_release() local
/linux-4.1.27/arch/ia64/include/asm/
Dswitch_to.h44 #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
Dfutex.h110 unsigned long prev; in futex_atomic_cmpxchg_inatomic() local
/linux-4.1.27/drivers/fmc/
Dfmc-dump.c25 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.1.27/mm/
Dmadvise.c46 struct vm_area_struct **prev, in madvise_behavior()
219 struct vm_area_struct **prev, in madvise_willneed()
277 struct vm_area_struct **prev, in madvise_dontneed()
293 struct vm_area_struct **prev, in madvise_remove()
372 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, in madvise_vma()
461 struct vm_area_struct *vma, *prev; in SYSCALL_DEFINE3() local
Dmmap.c381 unsigned long prev = 0, pend = 0; in browse_rb() local
660 struct vm_area_struct *prev, struct rb_node **rb_link, in __vma_link()
668 struct vm_area_struct *prev, struct rb_node **rb_link, in vma_link()
694 struct vm_area_struct *prev; in __insert_vm_struct() local
706 struct vm_area_struct *prev) in __vma_unlink()
1033 struct vm_area_struct *prev, unsigned long addr, in vma_merge()
1534 struct vm_area_struct *vma, *prev; in mmap_region() local
1766 struct rb_node *prev = &vma->vm_rb; in unmapped_area() local
1869 struct rb_node *prev = &vma->vm_rb; in unmapped_area_topdown() local
2305 struct vm_area_struct *vma, *prev; in find_extend_vma() local
[all …]
Dmlock.c498 static int mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev, in mlock_fixup()
559 struct vm_area_struct * vma, * prev; in do_mlock() local
659 struct vm_area_struct * vma, * prev = NULL; in do_mlockall() local
Dslob.c219 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
Dinterval_tree.c30 struct vm_area_struct *prev, in vma_interval_tree_insert_after()
/linux-4.1.27/arch/avr32/include/asm/
Dswitch_to.h18 #define finish_arch_switch(prev) \ argument
39 #define switch_to(prev, next, last) \ argument
Dmmu_context.h108 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.1.27/arch/arm/include/asm/
Dswitch_to.h13 #define finish_arch_switch(prev) dsb(ish) argument
23 #define switch_to(prev,next,last) \ argument
Dmmu_context.h93 #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()
/linux-4.1.27/arch/score/include/asm/
Dswitch_to.h6 #define switch_to(prev, next, last) \ argument
11 #define finish_arch_switch(prev) do {} while (0) argument
Dmmu_context.h72 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()
/linux-4.1.27/arch/alpha/include/asm/
Dxchg.h139 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
Dfutex.h88 u32 prev; in futex_atomic_cmpxchg_inatomic() local
/linux-4.1.27/arch/blackfin/include/asm/
Dswitch_to.h24 #define switch_to(prev,next,last) \ argument
33 #define switch_to(prev, next, last) \ argument
Dmmu_context.h71 #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.1.27/arch/x86/include/asm/
Dcmpxchg_32.h27 u64 prev = *ptr; in set_64bit() local
48 u64 prev; in __cmpxchg64() local
61 u64 prev; in __cmpxchg64_local() local
Dmmu_context.h15 static inline void paravirt_activate_mm(struct mm_struct *prev, in paravirt_activate_mm()
95 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
191 #define activate_mm(prev, next) \ argument
Dswitch_to.h31 #define switch_to(prev, next, last) \ argument
108 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/tile/include/asm/
Dswitch_to.h40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) argument
57 #define finish_arch_switch(prev) do { \ argument
Dmmu_context.h91 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c53 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.1.27/include/asm-generic/
Dcmpxchg-local.h17 unsigned long flags, prev; in __cmpxchg_local_generic() local
56 u64 prev; in __cmpxchg64_local_generic() local
Dswitch_to.h25 #define switch_to(prev, next, last) \ argument
Dmutex-xchg.h94 int prev = atomic_xchg(count, 0); in __mutex_fastpath_trylock() local
Dmmu_context.h34 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
/linux-4.1.27/net/bridge/
Dbr_forward.c134 static int deliver_clone(const struct net_bridge_port *prev, in deliver_clone()
152 struct net_bridge_port *prev, struct net_bridge_port *p, in maybe_deliver()
181 struct net_bridge_port *prev; in br_flood() local
240 struct net_bridge_port *prev = NULL; in br_multicast_flood() local
/linux-4.1.27/arch/m32r/include/asm/
Dmmu_context.h121 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
Dswitch_to.h28 #define switch_to(prev, next, last) do { \ argument
/linux-4.1.27/tools/usb/usbip/libsrc/
Dlist.h19 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.1.27/scripts/kconfig/
Dlist.h24 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.1.27/include/linux/
Duser-return-notifier.h18 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()
Dcontext_tracking.h54 static inline void context_tracking_task_switch(struct task_struct *prev, in context_tracking_task_switch()
65 static inline void context_tracking_task_switch(struct task_struct *prev, in context_tracking_task_switch()
Dvtime.h45 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()
Dagpgart.h93 struct agp_client *prev; member
101 struct agp_controller *prev; member
116 struct agp_file_private *prev; member
Dosq_lock.h9 struct optimistic_spin_node *next, *prev; member
Drculist.h50 struct list_head *prev, struct list_head *next) in __list_add_rcu()
453 struct hlist_node *prev) in hlist_add_behind_rcu()
Dlist.h39 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()
659 struct hlist_node *prev) in hlist_add_behind()
/linux-4.1.27/arch/sh/include/asm/
Dswitch_to_32.h69 #define switch_to(prev, next, last) \ argument
128 #define finish_arch_switch(prev) \ argument
Dswitch_to_64.h24 #define switch_to(prev,next,last) \ argument
Dmmu_context.h118 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) argument
Dfutex-irq.h96 u32 prev = 0; in atomic_futex_op_cmpxchg_inatomic() local
/linux-4.1.27/fs/jffs2/
Dnodelist.c28 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.1.27/arch/xtensa/include/asm/
Dnommu_context.h18 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()
Dmmu_context.h123 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
Dswitch_to.h17 #define switch_to(prev,next,last) \ argument
Dfutex.h112 u32 prev; in futex_atomic_cmpxchg_inatomic() local
/linux-4.1.27/arch/hexagon/include/asm/
Dmmu_context.h66 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()
Dfutex.h106 int prev; in futex_atomic_cmpxchg_inatomic() local
/linux-4.1.27/arch/parisc/include/asm/
Dmmu_context.h52 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()
Dswitch_to.h8 #define switch_to(prev, next, last) do { \ argument
/linux-4.1.27/arch/frv/include/asm/
Dmmu_context.h35 #define switch_mm(prev, next, tsk) \ argument
41 #define activate_mm(prev, next) \ argument
Dswitch_to.h27 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mcg.c65 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.1.27/kernel/locking/
Dosq_lock.c38 struct optimistic_spin_node *prev) in osq_wait_next()
87 struct optimistic_spin_node *prev, *next; in osq_lock() local
Dmcs_spinlock.h63 struct mcs_spinlock *prev; in mcs_spin_lock() local
Dlockdep.c1497 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.1.27/sound/core/seq/
Dseq_prioq.c149 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.1.27/arch/m68k/include/asm/
Dmmu_context.h73 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()
Dswitch_to.h30 #define switch_to(prev,next,last) do { \ argument
Datomic.h128 int prev; in atomic_cmpxchg() local
141 int prev; in atomic_xchg() local
/linux-4.1.27/arch/nios2/mm/
Dmmu_context.c80 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.1.27/drivers/net/fddi/skfp/
Dsmttimer.c41 struct smt_timer **prev ; in smt_timer_stop() local
65 struct smt_timer **prev ; in smt_timer_start() local
/linux-4.1.27/arch/parisc/lib/
Dbitops.c62 unsigned long prev; in __cmpxchg_u64() local
75 unsigned int prev; in __cmpxchg_u32() local
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddss-of.c27 struct device_node *prev) in omapdss_of_get_next_port()
71 struct device_node *prev) in omapdss_of_get_next_endpoint()
/linux-4.1.27/arch/metag/include/asm/
Dmmu_context.h72 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.1.27/arch/unicore32/include/asm/
Dmmu_context.h49 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
Dswitch_to.h24 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/drivers/usb/host/whci/
Dasl.c29 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.1.27/crypto/
Dxcbc.c87 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
Dcmac.c113 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.1.27/arch/arc/include/asm/
Dcmpxchg.h22 unsigned long prev; in __cmpxchg() local
53 int prev; in __cmpxchg() local
Dmmu_context.h131 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
Dswitch_to.h31 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/kernel/sched/
Didle_task.c27 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()
Dstop_task.c27 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()
Dstats.h132 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()
Dcputime.c392 void vtime_common_task_switch(struct task_struct *prev) in vtime_common_task_switch()
579 struct cputime *prev, in cputime_adjust()
743 void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h111 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.1.27/drivers/crypto/qat/qat_common/
Dadf_cfg_user.h61 struct adf_user_cfg_key_val *prev; member
78 struct adf_user_cfg_section *prev; member
/linux-4.1.27/arch/s390/include/asm/
Dmmu_context.h69 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
111 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
Dswitch_to.h158 #define switch_to(prev,next,last) do { \ argument
/linux-4.1.27/fs/btrfs/
Dextent_map.c145 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
Dordered-data.c81 struct rb_node *prev = NULL; in __tree_search() local
155 struct rb_node *prev = NULL; in tree_search() local
442 struct rb_node *prev; in btrfs_get_logged_extents() local
883 struct rb_node *prev = NULL; in btrfs_ordered_update_i_size() local
/linux-4.1.27/arch/nios2/include/asm/
Dswitch_to.h17 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/cris/include/asm/
Dswitch_to.h9 #define switch_to(prev,next,last) last = resume(prev,next, \ argument
Dmmu_context.h14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL) argument
Dfasttimer.h21 struct fast_timer *prev; member
/linux-4.1.27/arch/microblaze/include/asm/
Dswitch_to.h18 #define switch_to(prev, next, last) \ argument
Dfutex.h101 u32 prev; in futex_atomic_cmpxchg_inatomic() local
Dmmu_context_mm.h117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/arch/arm64/include/asm/
Dmmu_context.h192 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
211 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
/linux-4.1.27/arch/c6x/include/asm/
Dswitch_to.h24 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/arc/kernel/
Dfpu.c33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
Dctx_sw.c26 unsigned int prev = (unsigned int)prev_task; in __switch_to() local
/linux-4.1.27/arch/powerpc/boot/
Dops.h146 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()
Dlibfdt-wrapper.c131 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.1.27/arch/s390/lib/
Dspinlock.c186 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.1.27/arch/sparc/include/asm/
Dswitch_to_64.h20 #define switch_to(prev, next, last) \ argument
Dswitch_to_32.h57 #define switch_to(prev, next, last) do { \ argument
/linux-4.1.27/arch/sparc/lib/
Datomic32.c143 u32 prev; in __cmpxchg_u32() local
157 u32 prev; in __xchg_u32() local
Dmemcpy.S100 #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.1.27/drivers/media/pci/zoran/
Dvideocodec.c172 struct attached_list *a, *prev; in videocodec_detach() local
271 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
/linux-4.1.27/arch/openrisc/include/asm/
Dmmu_context.h31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
/linux-4.1.27/fs/gfs2/
Dxattr.c82 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()
836 struct gfs2_ea_header *prev = el->el_prev; in ea_set_remove_stuffed() local
922 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, in ea_set_simple()
1089 struct gfs2_ea_header *prev = el->el_prev; in ea_remove_stuffed() local
/linux-4.1.27/arch/tile/kernel/
Dprocess.c241 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.1.27/net/netfilter/
Dxt_limit.c21 unsigned long prev; member
144 compat_ulong_t prev; member
/linux-4.1.27/drivers/char/agp/
Dfrontend.c68 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.1.27/fs/notify/dnotify/
Ddnotify.c93 struct dnotify_struct **prev; in dnotify_handle_event() local
155 struct dnotify_struct **prev; in dnotify_flush() local
/linux-4.1.27/include/uapi/linux/netfilter_bridge/
Debt_limit.h19 unsigned long prev; member
/linux-4.1.27/fs/nfs/
Dpagelist.c273 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()
931 static bool nfs_can_coalesce_requests(struct nfs_page *prev, in nfs_can_coalesce_requests()
979 struct nfs_page *prev = NULL; in nfs_pageio_do_add_request() local
1273 struct nfs_page *prev; in nfs_pageio_cond_complete() local
/linux-4.1.27/drivers/acpi/acpica/
Dnseval.c343 union acpi_operand_object *prev; in acpi_ns_exec_module_code_list() local
Dpsloop.c322 union acpi_operand_object *prev; in acpi_ps_link_module_code() local
Dpsparse.c136 union acpi_parse_object *prev; in acpi_ps_complete_this_op() local
Dutaddress.c141 struct acpi_address_range *prev; in acpi_ut_remove_address_range() local
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_limit.h18 unsigned long prev; /* moved to xt_limit_priv */ member
/linux-4.1.27/net/core/
Ddst.c301 unsigned long prev, new; in dst_cow_metrics_generic() local
322 unsigned long prev, new; in __dst_destroy_metrics_generic() local
/linux-4.1.27/security/selinux/ss/
Davtab.c69 struct avtab_node *prev, struct avtab_node *cur, in avtab_insert_node()
97 struct avtab_node *prev, *cur, *newnode; in avtab_insert() local
138 struct avtab_node *prev, *cur; in avtab_insert_nonunique() local
Debitmap.c51 struct ebitmap_node *n, *new, *prev; in ebitmap_cpy() local
258 struct ebitmap_node *n, *prev, *new; in ebitmap_set_bit() local
Dmls.c37 int i, l, len, head, prev; in mls_compute_context_len() local
92 int i, l, head, prev; in mls_sid_to_context() local
Dhashtab.c42 struct hashtab_node *prev, *cur, *newnode; in hashtab_insert() local
/linux-4.1.27/kernel/
Dcontext_tracking.c180 void __context_tracking_task_switch(struct task_struct *prev, in __context_tracking_task_switch()
/linux-4.1.27/arch/x86/kernel/
Dtsc_sync.c46 cycles_t start, now, prev, end; in check_tsc_warp() local
Dprocess_32.c244 struct thread_struct *prev = &prev_p->thread, in __switch_to() local
/linux-4.1.27/drivers/scsi/
Dinitio.c797 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
2847 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */; in initio_probe_one() local
DNCR5380.c982 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
Datari_NCR5380.c943 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.1.27/drivers/net/wireless/hostap/
Dhostap_info.c259 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.1.27/kernel/trace/
Dtrace_sched_switch.c19 probe_sched_switch(void *ignore, struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c42 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.1.27/drivers/gpu/drm/nouveau/
Dnv10_fence.c45 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv10_fence_sync()
Dnv17_fence.c34 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv17_fence_sync()
Dnv04_fence.c52 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv04_fence_sync()
Dnouveau_fence.c411 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() local
433 struct nouveau_channel *prev = NULL; in nouveau_fence_sync() local
Dnouveau_bo.h53 struct nouveau_bo *prev; in nouveau_bo_ref() local
/linux-4.1.27/drivers/pci/
Dpci-driver.c542 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend() local
569 pci_power_t prev = pci_dev->current_state; in pci_legacy_suspend_late() local
706 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend() local
742 pci_power_t prev = pci_dev->current_state; in pci_pm_suspend_noirq() local
1114 pci_power_t prev = pci_dev->current_state; in pci_pm_runtime_suspend() local
/linux-4.1.27/drivers/usb/host/
Dohci-q.c151 struct ed **prev = &ohci->periodic [i]; in periodic_link() local
274 struct ed **prev = &ohci->periodic [i]; in periodic_unlink() local
981 __hc32 *prev; in finish_unlinks() local
Dohci-mem.c105 struct td **prev = &hc->td_hash [TD_HASH_FUNC (td->td_dma)]; in td_free() local
/linux-4.1.27/drivers/input/joystick/
Djoydump.c52 struct joydump *dump, *prev; /* one entry each */ in joydump_connect() local
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_cache.c387 struct list_head *prev = NULL; in fld_cache_insert_nolock() local
521 struct fld_cache_entry *prev = NULL; in fld_cache_lookup() local
/linux-4.1.27/arch/arm/mach-omap2/
Dsdrc2xxx.c85 u32 prev = curr_perf_level; in omap2xxx_sdrc_reprogram() local
Dpm.h64 #define pm_dbg_update_time(pwrdm, prev) do {} while (0); argument
/linux-4.1.27/arch/um/include/asm/
Dmmu_context.h50 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/arch/cris/arch-v10/mm/
Dtlb.c151 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/drivers/dma/
Dtxx9dmac.c435 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
Dat_hdmac.c201 static void atc_desc_chain(struct at_desc **first, struct at_desc **prev, in atc_desc_chain()
652 struct at_desc *prev = NULL; in atc_prep_dma_memcpy() local
740 struct at_desc *prev = NULL; in atc_prep_slave_sg() local
891 struct at_desc *prev = NULL; in atc_prep_dma_sg() local
1102 struct at_desc *prev = NULL; in atc_prep_dma_cyclic() local
/linux-4.1.27/scripts/dtc/
Dsrcpos.h30 struct srcfile_state *prev; member
/linux-4.1.27/arch/um/os-Linux/
Dirq.c82 struct irq_fd **prev; in os_free_irq_by_cb() local
/linux-4.1.27/net/sched/
Dsch_hhf.c207 u32 prev = flow->hit_timestamp + q->hhf_evict_timeout; in seek_list() local
237 u32 prev = flow->hit_timestamp + q->hhf_evict_timeout; in alloc_new_hh() local
271 u32 prev; in hhf_classify() local
/linux-4.1.27/fs/autofs4/
Dexpire.c76 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.1.27/block/
Dblk-integrity.c50 int prev = 0; in blk_rq_count_integrity_sg() local
96 int prev = 0; in blk_rq_map_integrity_sg() local
Dblk-merge.c361 struct bio *prev = req->biotail; in req_gap_to_prev() local
551 struct request *prev = elv_former_request(q, rq); in attempt_front_merge() local
/linux-4.1.27/arch/powerpc/perf/
Dcore-fsl-emb.c181 s64 val, delta, prev; in fsl_emb_pmu_read() local
610 s64 prev, delta, left; in record_and_restart() local
Dcore-book3s.c986 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
1932 s64 prev, delta, left; in record_and_restart() local
Dhv-gpci.c189 s64 prev; in h_gpci_event_update() local
/linux-4.1.27/net/atm/
Dmpoa_caches.h16 struct in_cache_entry *prev; member
53 struct eg_cache_entry *prev; member
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c181 __switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to()
/linux-4.1.27/arch/cris/arch-v32/mm/
Dtlb.c179 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
Dintmem.c107 struct intmem_allocation *prev = in crisv32_intmem_free() local
/linux-4.1.27/drivers/of/
Dbase.c247 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()
641 struct device_node *prev) in __of_get_next_child()
669 struct device_node *prev) in of_get_next_child()
690 struct device_node *prev) in of_get_next_available_child()
2174 struct device_node *prev) in of_graph_get_next_endpoint()
Dpdt.c90 static struct property * __init of_pdt_build_one_prop(phandle node, char *prev, in of_pdt_build_one_prop()
/linux-4.1.27/net/rds/
Diw_send.c503 struct rds_iw_send_work *prev; in rds_iw_xmit() local
793 struct rds_iw_send_work *prev; in rds_iw_xmit_rdma() local
Dib_send.c532 struct rds_ib_send_work *prev; in rds_ib_xmit() local
880 struct rds_ib_send_work *prev; in rds_ib_xmit_rdma() local
/linux-4.1.27/drivers/isdn/divert/
Disdn_divert.c30 struct call_struc *prev; member
38 struct deflect_struc *next, *prev; member
/linux-4.1.27/sound/synth/
Dutil_mem.c111 struct list_head *prev) in __snd_util_memblk_new()
/linux-4.1.27/arch/sparc/kernel/
Dprom_common.c136 static int __init prom_common_nextprop(phandle node, char *prev, char *buf) in prom_common_nextprop()
/linux-4.1.27/tools/firewire/
Dlist.h2 struct list *next, *prev; member
/linux-4.1.27/kernel/gcov/
Dbase.c131 struct gcov_info *prev = NULL; in gcov_module_notifier() local
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c143 struct sk_buff *prev, *next; in lowpan_frag_queue() local
237 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *prev, in lowpan_frag_reasm()
/linux-4.1.27/net/ipv6/
Dreassembly.c212 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.1.27/drivers/iommu/
Diova.c142 struct rb_node *prev, *curr = NULL; in __alloc_and_insert_iova_range() local
498 struct iova *prev = NULL, *next = NULL; in split_and_remove_iova() local
/linux-4.1.27/tools/include/linux/
Dtypes.h64 struct list_head *next, *prev; member
/linux-4.1.27/drivers/usb/image/
Dmicrotek.h31 struct mts_desc *prev; member
/linux-4.1.27/arch/openrisc/mm/
Dtlb.c143 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/net/bridge/netfilter/
Debt_limit.c96 compat_ulong_t prev; member
/linux-4.1.27/drivers/ata/
Dpata_cs5530.c147 struct ata_device *prev = ap->private_data; in cs5530_qc_issue() local
Dpata_sc1200.c169 struct ata_device *prev = ap->private_data; in sc1200_qc_issue() local
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_cf.c428 u64 prev, new; in hw_perf_event_reset() local
451 u64 prev, new, delta; in hw_perf_event_update() local
/linux-4.1.27/drivers/firmware/efi/libstub/
Dfdt.c27 int node, prev, num_rsv; in update_fdt() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dbase.c90 int prev = nvkm_volt_get(volt); in nvkm_volt_set_id() local
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c714 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.1.27/arch/powerpc/platforms/cell/spufs/
Dswitch.c1791 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.1.27/fs/hfs/
Dbtree.h48 u32 prev; member
126 __be32 prev; /* (V) Number of the prev node at this level */ member
Dbtree.c187 static struct hfs_bnode *hfs_bmap_new_bmap(struct hfs_bnode *prev, u32 idx) in hfs_bmap_new_bmap()
/linux-4.1.27/drivers/rapidio/
Drio-scan.c565 u8 hopcount, struct rio_dev *prev, int prev_port) in rio_enum_peer()
773 u8 hopcount, struct rio_dev *prev, int prev_port) in rio_disc_peer()
/linux-4.1.27/drivers/mtd/
Dredboot.c180 struct fis_list *new_fl, **prev; in parse_redboot_partitions() local

123