Home
last modified time | relevance | path

Searched defs:prev (Results 76 – 100 of 637) sorted by relevance

12345678910>>...26

/Linux-v5.4/arch/powerpc/boot/
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.4/arch/arm/include/asm/
Dswitch_to.h26 #define switch_to(prev,next,last) \ argument
/Linux-v5.4/arch/arc/kernel/
Dctx_sw.c27 unsigned int prev = (unsigned int)prev_task; in __switch_to() local
/Linux-v5.4/arch/sparc/include/asm/
Dswitch_to_64.h21 #define switch_to(prev, next, last) \ argument
Dswitch_to_32.h58 #define switch_to(prev, next, last) do { \ argument
/Linux-v5.4/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-v5.4/arch/sh/include/asm/
Dfutex-irq.h11 u32 prev = 0; in atomic_futex_op_cmpxchg_inatomic() local
Dfutex.h34 u32 oldval, newval, prev; in arch_futex_atomic_op_inuser() local
/Linux-v5.4/arch/riscv/mm/
Dcontext.c43 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/Linux-v5.4/arch/openrisc/include/asm/
Dmmu_context.h27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
/Linux-v5.4/net/netfilter/
Dxt_limit.c19 unsigned long prev; member
142 compat_ulong_t prev; member
/Linux-v5.4/kernel/locking/
Dqspinlock.c273 struct mcs_spinlock *prev) { } in __pv_wait_node()
316 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
/Linux-v5.4/fs/notify/dnotify/
Ddnotify.c82 struct dnotify_struct **prev; in dnotify_handle_event() local
146 struct dnotify_struct **prev; in dnotify_flush() local
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Dintel_uncore.c32 s32 prev; in intel_fw_table_check() local
73 s32 prev; in intel_shadow_table_check() local
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_engine_cs.c15 u8 prev = U8_MAX; in intel_mmio_bases_check() local
/Linux-v5.4/kernel/sched/
Dcputime.c410 void vtime_common_task_switch(struct task_struct *prev) in vtime_common_task_switch()
444 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
591 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
807 void arch_vtime_task_switch(struct task_struct *prev) in arch_vtime_task_switch()
/Linux-v5.4/security/selinux/ss/
Davtab.c70 struct avtab_node *prev, struct avtab_node *cur, in avtab_insert_node()
109 struct avtab_node *prev, *cur, *newnode; in avtab_insert() local
154 struct avtab_node *prev, *cur; in avtab_insert_nonunique() local
/Linux-v5.4/include/linux/
Drculist.h68 struct list_head *prev, struct list_head *next) in __list_add_rcu()
218 struct list_head *prev, in __list_splice_init_rcu()
620 struct hlist_node *prev) in hlist_add_behind_rcu()
Dlist.h39 struct list_head *prev, in __list_add_valid()
57 struct list_head *prev, in __list_add()
103 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
402 struct list_head *prev, in __list_splice()
803 struct hlist_node *prev) in hlist_add_behind()
/Linux-v5.4/tools/testing/selftests/kvm/lib/
Dsparsebit.c335 struct node *nodep, *parentp, *prev; in node_add() local
605 struct node *prev, *next, *tmp; in node_reduce() local
1156 sparsebit_idx_t prev) in sparsebit_next_set()
1249 sparsebit_idx_t prev) in sparsebit_next_clear()
1688 struct node *nodep, *prev = NULL; in sparsebit_validate_internal() local
Dkvm_util_internal.h27 struct userspace_mem_region *next, *prev; member
38 struct vcpu *next, *prev; member
/Linux-v5.4/fs/nfs/
Dpagelist.c234 nfs_page_group_init(struct nfs_page *req, struct nfs_page *prev) in nfs_page_group_init()
493 struct nfs_page *prev, struct nfs_page *req) in nfs_generic_pg_test()
925 static bool nfs_can_coalesce_requests(struct nfs_page *prev, in nfs_can_coalesce_requests()
973 struct nfs_page *prev = NULL; in nfs_pageio_do_add_request() local
1308 struct nfs_page *prev; in nfs_pageio_cond_complete() local
/Linux-v5.4/drivers/scsi/
Dinitio.c767 struct scsi_ctrl_blk *tmp, *prev; in initio_unlink_pend_scb() local
837 struct scsi_ctrl_blk *tmp, *prev; in initio_unlink_busy_scb() local
869 struct scsi_ctrl_blk *tmp, *prev; in initio_find_busy_scb() local
923 struct scsi_ctrl_blk *tmp, *prev; in initio_abort_srb() local
2358 struct scsi_ctrl_blk *tmp, *prev; in initio_bus_device_reset() local
2815 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */; in initio_probe_one() local
/Linux-v5.4/mm/
Dmlock.c519 static int mlock_fixup(struct vm_area_struct *vma, struct vm_area_struct **prev, in mlock_fixup()
587 struct vm_area_struct * vma, * prev; in apply_vma_lock_flags() local
765 struct vm_area_struct * vma, * prev = NULL; in apply_mlockall_flags() local
/Linux-v5.4/net/core/
Ddst.c205 unsigned long prev, new; in dst_cow_metrics_generic() local
231 unsigned long prev, new; in __dst_destroy_metrics_generic() local

12345678910>>...26