Home
last modified time | relevance | path

Searched defs:next (Results 51 – 75 of 1845) sorted by relevance

12345678910>>...74

/linux-6.3-rc2/include/linux/
A Duser-return-notifier.h20 struct task_struct *next) in propagate_user_return_notify()
40 struct task_struct *next) in propagate_user_return_notify()
A Dfreelist.h20 struct freelist_node *next; member
81 struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); in freelist_try_get() local
A Dlist_bl.h39 struct hlist_bl_node *next, **pprev; member
90 struct hlist_bl_node *next) in hlist_bl_add_before()
117 struct hlist_bl_node *next = n->next; in __hlist_bl_del() local
/linux-6.3-rc2/kernel/locking/
A Dmcs_spinlock.h19 struct mcs_spinlock *next; member
104 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
/linux-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_mm_test.c532 struct drm_mm_node *nodes, *node, *next; in __drm_test_mm_insert() local
816 struct drm_mm_node *nodes, *node, *next; in __drm_test_mm_insert_range() local
995 struct drm_mm_node *nodes, *node, *next; in drm_test_mm_frag() local
1058 struct drm_mm_node *nodes, *node, *next; in drm_test_mm_align() local
1103 struct drm_mm_node *node, *next; in drm_test_mm_align_pot() local
1397 struct drm_mm_node *node, *next; in drm_test_mm_evict() local
1491 struct drm_mm_node *node, *next; in drm_test_mm_evict_range() local
1577 struct drm_mm_node *nodes, *node, *next; in drm_test_mm_topdown() local
1684 struct drm_mm_node *nodes, *node, *next; in drm_test_mm_bottomup() local
2053 struct drm_mm_node *node, *next; in drm_test_mm_color_evict() local
[all …]
/linux-6.3-rc2/arch/s390/mm/
A Dpgalloc.c491 unsigned long *pte, next; in base_page_walk() local
507 unsigned long *ste, next, *table; in base_segment_walk() local
536 unsigned long *rtte, next, *table; in base_region3_walk() local
564 unsigned long *rste, next, *table; in base_region2_walk() local
592 unsigned long *rfte, next, *table; in base_region1_walk() local
A Dpageattr.c160 unsigned long next; in walk_pmd_level() local
241 unsigned long next; in walk_pud_level() local
275 unsigned long next; in walk_p4d_level() local
297 unsigned long next; in change_page_attr() local
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dsrq.c80 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_create_srq() local
295 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_free_srq_wqe() local
311 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_post_srq_recv() local
/linux-6.3-rc2/arch/x86/include/asm/
A Dmmu_context.h21 struct mm_struct *next) in paravirt_activate_mm()
89 static inline void switch_ldt(struct mm_struct *prev, struct mm_struct *next) in switch_ldt()
136 #define activate_mm(prev, next) \ argument
/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
A Dtypes.h109 struct list_head *next, *prev; member
117 struct hlist_node *next, **pprev; member
140 struct callback_head *next; member
/linux-6.3-rc2/scripts/mod/
A Dlist.h39 struct list_head *next, *prev; member
68 struct list_head *next) in __list_add()
109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/linux-6.3-rc2/arch/x86/mm/
A Dtlb.c214 static void choose_new_asid(struct mm_struct *next, u64 next_tlb_gen, in choose_new_asid()
318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
340 struct task_struct *next) in l1d_flush_evaluate()
363 static unsigned long mm_mangle_tif_spec_bits(struct task_struct *next) in mm_mangle_tif_spec_bits()
377 static void cond_mitigation(struct task_struct *next) in cond_mitigation()
489 void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off()
/linux-6.3-rc2/include/drm/
A Dspsc_queue.h35 struct spsc_node *next; member
91 struct spsc_node *next, *node; in spsc_queue_pop() local
/linux-6.3-rc2/block/
A Dblk-merge.c53 struct request *prev_rq, struct bio *prev, struct bio *next) in bio_will_gap()
674 struct request *next) in req_attempt_discard_merge()
692 struct request *next) in ll_merge_requests_fn()
791 struct request *next) in blk_try_req_merge()
806 struct request *req, struct request *next) in attempt_merge()
888 struct request *next = elv_latter_request(q, rq); in attempt_back_merge() local
913 struct request *next) in blk_attempt_req_merge()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_res_cursor.h59 struct list_head *head, *next; in amdgpu_res_first() local
129 struct list_head *next; in amdgpu_res_next() local
/linux-6.3-rc2/arch/nios2/mm/
A 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-6.3-rc2/drivers/acpi/acpica/
A Ddbinput.c396 const struct acpi_db_command_help *next; in acpi_db_display_command_info() local
426 const struct acpi_db_command_help *next = acpi_gbl_db_command_help; in acpi_db_display_help() local
462 char **next, acpi_object_type *return_type) in acpi_db_get_next_token()
608 char *next; in acpi_db_get_line() local
/linux-6.3-rc2/arch/openrisc/kernel/
A Ddma.c25 unsigned long next, struct mm_walk *walk) in page_set_nocache()
51 unsigned long next, struct mm_walk *walk) in page_clear_nocache()
/linux-6.3-rc2/arch/alpha/include/asm/
A Dmmu_context.h124 unsigned long next = asn + 1; in __get_new_mm_context() local
137 struct task_struct *next) in ev5_switch_mm()
167 struct task_struct *next) in ev4_switch_mm()
/linux-6.3-rc2/fs/jfs/
A Djfs_txnmgr.h35 lid_t next; /* index of first tlock of tid */ member
83 lid_t next; /* 2: index next lockword on tid locklist member
158 lid_t next; /* 2: next linelock */ member
174 lid_t next; /* 2: */ member
205 lid_t next; /* 2: */ member
233 lid_t next; /* 2: */ member
/linux-6.3-rc2/arch/arm/include/asm/
A 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-6.3-rc2/drivers/gpu/drm/i915/gt/
A 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-6.3-rc2/net/dccp/
A Dackvec.c30 struct dccp_ackvec_record *cur, *next; in dccp_ackvec_purge_records() local
289 struct dccp_ackvec_record *avr, *next; in dccp_ackvec_clear_state() local
369 struct dccp_ackvec_parsed *cur, *next; in dccp_ackvec_parsed_cleanup() local
/linux-6.3-rc2/fs/orangefs/
A Ddir.c11 struct orangefs_dir_part *next; member
293 struct orangefs_dir_part *next = part->next; in orangefs_dir_llseek() local
390 struct orangefs_dir_part *next = part->next; in orangefs_dir_release() local
/linux-6.3-rc2/drivers/dma/
A Dste_dma40_ll.c223 dma_addr_t next = lli_phys; in d40_phy_buf_to_lli() local
312 int next, unsigned int flags) in d40_log_lli_link()
338 int next, unsigned int flags) in d40_log_lli_lcpa_write()
351 int next, unsigned int flags) in d40_log_lli_lcla_write()

Completed in 62 milliseconds

12345678910>>...74