/Linux-v5.10/include/linux/ |
D | vtime.h | 46 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()
|
D | agpgart.h | 91 struct agp_client *prev; member 99 struct agp_controller *prev; member 114 struct agp_file_private *prev; member
|
/Linux-v5.10/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 | 117 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/ |
D | stats.h | 137 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()
|
D | stop_task.c | 20 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/ |
D | xdp_monitor_user.c | 346 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/ |
D | cacheinfo.c | 111 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/ |
D | videocodec.c | 135 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/ |
D | mmu_context.h | 158 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/ |
D | mmu_context.h | 236 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/ |
D | process.h | 13 static inline void switch_to_extra(struct task_struct *prev, in switch_to_extra()
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
/Linux-v5.10/include/asm-generic/ |
D | switch_to.h | 21 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ argument
|
/Linux-v5.10/arch/microblaze/include/asm/ |
D | switch_to.h | 15 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | switch_to.h | 9 #define switch_to(prev, next, last) do { \ argument
|
/Linux-v5.10/arch/h8300/include/asm/ |
D | switch_to.h | 35 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/nios2/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/arc/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | membarrier.h | 4 static inline void membarrier_arch_switch_mm(struct mm_struct *prev, in membarrier_arch_switch_mm()
|
/Linux-v5.10/arch/c6x/include/asm/ |
D | switch_to.h | 21 #define switch_to(prev, next, last) \ argument
|
/Linux-v5.10/arch/sh/include/asm/ |
D | mmu_context.h | 108 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/ |
D | switch_to.h | 26 #define switch_to(prev,next,last) \ argument
|
/Linux-v5.10/arch/arc/kernel/ |
D | ctx_sw.c | 24 unsigned int prev = (unsigned int)prev_task; in __switch_to() local
|