Home
last modified time | relevance | path

Searched defs:prev (Results 26 – 50 of 726) sorted by relevance

12345678910>>...30

/Linux-v6.6/arch/riscv/mm/
Dcontext.c208 static inline void set_mm(struct mm_struct *prev, in set_mm()
279 static inline void set_mm(struct mm_struct *prev, in set_mm()
318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/Linux-v6.6/arch/arc/kernel/
Dfpu.c32 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-v6.6/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-v6.6/arch/s390/include/asm/
Duaccess.h405 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
453 unsigned int prev, shift, mask, _old, _new; in __cmpxchg_user_key() local
501 unsigned int prev = old; in __cmpxchg_user_key() local
522 unsigned long prev = old; in __cmpxchg_user_key() local
543 __uint128_t prev = old; in __cmpxchg_user_key() local
/Linux-v6.6/include/linux/
Duser-return-notifier.h19 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-v6.6/sound/core/seq/
Dseq_prioq.c134 struct snd_seq_event_cell *cur, *prev; in snd_seq_prioq_cell_in() local
279 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_leave() local
389 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_remove_events() local
/Linux-v6.6/arch/sparc/lib/
Datomic32.c165 u32 prev; in __cmpxchg_u32() local
179 u64 prev; in __cmpxchg_u64() local
193 u32 prev; in __xchg_u32() local
/Linux-v6.6/scripts/mod/
Dlist.h39 struct list_head *next, *prev; member
67 struct list_head *prev, in __list_add()
109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/Linux-v6.6/fs/iomap/
Dfiemap.c43 struct fiemap_extent_info *fi, struct iomap *prev) in iomap_fiemap_iter()
71 struct iomap prev = { in iomap_fiemap() local
/Linux-v6.6/kernel/locking/
Dosq_lock.c44 struct optimistic_spin_node *prev) in osq_wait_next()
93 struct optimistic_spin_node *prev, *next; in osq_lock() local
/Linux-v6.6/drivers/net/fddi/skfp/
Dsmttimer.c33 struct smt_timer **prev ; in smt_timer_stop() local
57 struct smt_timer **prev ; in smt_timer_start() local
/Linux-v6.6/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-v6.6/lib/
Dcpumask.c173 unsigned int next, prev; in cpumask_any_and_distribute() local
189 unsigned int next, prev; in cpumask_any_distribute() local
/Linux-v6.6/arch/m68k/include/asm/
Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
291 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
/Linux-v6.6/arch/arm/include/asm/
Dmmu_context.h108 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
117 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
Ddss-of.c20 struct device_node *prev) in omapdss_of_get_next_port()
66 struct device_node *prev) in omapdss_of_get_next_endpoint()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dselftest_ring.c32 u32 next, u32 prev, in check_ring_direction()
54 u32 prev = x, next = intel_ring_wrap(ring, x + step); in check_ring_step() local
/Linux-v6.6/crypto/
Dxcbc.c77 u8 *prev = PTR_ALIGN(&ctx->ctx[0], alignmask + 1) + bs; in crypto_xcbc_digest_init() local
95 u8 *prev = odds + bs; in crypto_xcbc_digest_update() local
142 u8 *prev = odds + bs; in crypto_xcbc_digest_final() local
Dcmac.c110 u8 *prev = PTR_ALIGN((void *)ctx->ctx, alignmask + 1) + bs; in crypto_cmac_digest_init() local
128 u8 *prev = odds + bs; in crypto_cmac_digest_update() local
176 u8 *prev = odds + bs; in crypto_cmac_digest_final() local
/Linux-v6.6/arch/riscv/include/asm/
Dswitch_to.h50 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu()
76 #define switch_to(prev, next, last) \ argument
/Linux-v6.6/arch/x86/include/asm/
Dcmpxchg_32.h24 u64 prev; in __cmpxchg64() local
37 u64 prev; in __cmpxchg64_local() local
/Linux-v6.6/tools/testing/selftests/powerpc/dscr/
Ddscr_explicit_test.c30 sem_t *prev = (sem_t *)args; in dscr_explicit_lockstep_thread() local
56 sem_t *prev = &semaphores[1]; /* reversed prev/next than for the other thread */ in dscr_explicit_lockstep_test() local
/Linux-v6.6/arch/powerpc/include/asm/
Dmmu_context.h57 static inline void switch_mmu_context(struct mm_struct *prev, in switch_mmu_context()
229 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
245 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/Linux-v6.6/arch/powerpc/boot/
Dops.h144 static inline void *find_node_by_prop_value(const void *prev, in find_node_by_prop_value()
155 static inline void *find_node_by_prop_value_str(const void *prev, in find_node_by_prop_value_str()
163 static inline void *find_node_by_devtype(const void *prev, in find_node_by_devtype()
182 static inline void *find_node_by_compatible(const void *prev, in find_node_by_compatible()
/Linux-v6.6/arch/powerpc/lib/
Dqspinlock.c124 u32 prev, tmp; in trylock_clean_tail() local
162 u32 prev, tmp; in publish_tail_cpu() local
182 u32 prev; in set_mustq() local
198 u32 prev; in clear_mustq() local
214 u32 prev; in try_set_sleepy() local
590 struct qnode *prev = get_tail_qnode(lock, old); in queued_spin_lock_mcs_queue() local

12345678910>>...30