Home
last modified time | relevance | path

Searched defs:prev (Results 51 – 75 of 674) sorted by relevance

12345678910>>...27

/Linux-v5.10/include/linux/
Dvtime.h46 static inline void vtime_task_switch(struct task_struct *prev) in vtime_task_switch()
56 static inline void vtime_task_switch(struct task_struct *prev) { } in vtime_task_switch()
Dagpgart.h91 struct agp_client *prev; member
99 struct agp_controller *prev; member
114 struct agp_file_private *prev; member
/Linux-v5.10/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.c117 static void *fdt_wrapper_find_node_by_prop_value(const void *prev, in fdt_wrapper_find_node_by_prop_value()
127 static void *fdt_wrapper_find_node_by_compatible(const void *prev, in fdt_wrapper_find_node_by_compatible()
/Linux-v5.10/kernel/sched/
Dstats.h137 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch()
159 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch()
247 __sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in __sched_info_switch()
262 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch()
Dstop_task.c20 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop()
63 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) in put_prev_task_stop()
/Linux-v5.10/samples/bpf/
Dxdp_monitor_user.c346 struct record_u64 *rec, *prev; in stats_print() local
371 struct record_u64 *rec, *prev; in stats_print() local
398 struct record *rec, *prev; in stats_print() local
437 struct record *rec, *prev; in stats_print() local
469 struct record *rec, *prev; in stats_print() local
618 struct stats_record *rec, *prev; in stats_poll() local
/Linux-v5.10/arch/riscv/kernel/
Dcacheinfo.c111 struct device_node *prev = NULL; in __init_cache_level() local
154 struct device_node *prev = NULL; in __populate_cache_leaves() local
/Linux-v5.10/drivers/staging/media/zoran/
Dvideocodec.c135 struct attached_list *a, *prev; in videocodec_detach() local
223 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
/Linux-v5.10/arch/mips/include/asm/
Dmmu_context.h158 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
188 #define activate_mm(prev, next) switch_mm(prev, next, current) argument
/Linux-v5.10/arch/arm64/include/asm/
Dmmu_context.h236 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
252 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
/Linux-v5.10/arch/x86/kernel/
Dprocess.h13 static inline void switch_to_extra(struct task_struct *prev, in switch_to_extra()
/Linux-v5.10/arch/xtensa/include/asm/
Dswitch_to.h17 #define switch_to(prev,next,last) \ argument
/Linux-v5.10/include/asm-generic/
Dswitch_to.h21 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/m68k/include/asm/
Dswitch_to.h31 #define switch_to(prev,next,last) do { \ argument
/Linux-v5.10/arch/microblaze/include/asm/
Dswitch_to.h15 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/parisc/include/asm/
Dswitch_to.h9 #define switch_to(prev, next, last) do { \ argument
/Linux-v5.10/arch/h8300/include/asm/
Dswitch_to.h35 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/nios2/include/asm/
Dswitch_to.h17 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/arc/include/asm/
Dswitch_to.h17 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/powerpc/include/asm/
Dmembarrier.h4 static inline void membarrier_arch_switch_mm(struct mm_struct *prev, in membarrier_arch_switch_mm()
/Linux-v5.10/arch/c6x/include/asm/
Dswitch_to.h21 #define switch_to(prev, next, last) \ argument
/Linux-v5.10/arch/sh/include/asm/
Dmmu_context.h108 static inline void switch_mm(struct mm_struct *prev, in switch_mm()
123 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) argument
/Linux-v5.10/arch/arm/include/asm/
Dswitch_to.h26 #define switch_to(prev,next,last) \ argument
/Linux-v5.10/arch/arc/kernel/
Dctx_sw.c24 unsigned int prev = (unsigned int)prev_task; in __switch_to() local

12345678910>>...27