/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 126 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_commit() local 162 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_revert() local 309 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_man_destroy() local
|
/Linux-v6.6/include/linux/ |
D | list.h | 67 struct list_head *next) in __list_add_valid() 112 struct list_head *next = entry->next; in __list_del_entry_valid() local 130 struct list_head *next) in __list_add_valid() 148 struct list_head *next) in __list_add() 193 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 409 struct list_head *next = smp_load_acquire(&head->next); in list_empty_careful() local 525 struct list_head *next) in __list_splice() 977 struct hlist_node *next = n->next; in __hlist_del() local 1037 struct hlist_node *next) in hlist_add_before()
|
D | user-return-notifier.h | 20 struct task_struct *next) in propagate_user_return_notify() 40 struct task_struct *next) in propagate_user_return_notify()
|
D | freelist.h | 20 struct freelist_node *next; member 81 struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); in freelist_try_get() local
|
D | list_bl.h | 39 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-v6.6/kernel/locking/ |
D | mcs_spinlock.h | 19 struct mcs_spinlock *next; member 104 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
|
/Linux-v6.6/arch/riscv/kernel/ |
D | hibernate.c | 198 unsigned long next; in temp_pgtable_map_pmd() local 237 unsigned long next; in temp_pgtable_map_pud() local 276 unsigned long next; in temp_pgtable_map_p4d() local 316 unsigned long next; in temp_pgtable_mapping() local
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
D | drm_mm_test.c | 348 struct drm_mm_node tmp, *nodes, *node, *next; in __drm_test_mm_reserve() local 532 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 1159 struct drm_mm_node *next = list_next_entry(hole, node_list); in show_holes() 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 [all …]
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | mmu_context.h | 30 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch() 246 static inline void __switch_mm(struct mm_struct *next) in __switch_mm() 261 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/Linux-v6.6/drivers/infiniband/hw/mlx4/ |
D | srq.c | 80 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-v6.6/scripts/mod/ |
D | list.h | 39 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-v6.6/arch/s390/mm/ |
D | pgalloc.c | 533 unsigned long *pte, next; in base_page_walk() local 549 unsigned long *ste, next, *table; in base_segment_walk() local 578 unsigned long *rtte, next, *table; in base_region3_walk() local 606 unsigned long *rste, next, *table; in base_region2_walk() local 634 unsigned long *rfte, next, *table; in base_region1_walk() local
|
/Linux-v6.6/arch/x86/mm/ |
D | tlb.c | 219 static void choose_new_asid(struct mm_struct *next, u64 next_tlb_gen, in choose_new_asid() 324 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 346 struct task_struct *next) in l1d_flush_evaluate() 369 static unsigned long mm_mangle_tif_spec_bits(struct task_struct *next) in mm_mangle_tif_spec_bits() 383 static void cond_mitigation(struct task_struct *next) in cond_mitigation() 495 void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off()
|
/Linux-v6.6/include/drm/ |
D | spsc_queue.h | 35 struct spsc_node *next; member 91 struct spsc_node *next, *node; in spsc_queue_pop() local
|
/Linux-v6.6/block/ |
D | blk-merge.c | 53 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() 890 struct request *next = elv_latter_request(q, rq); in attempt_back_merge() local 915 struct request *next) in blk_attempt_req_merge()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_res_cursor.h | 59 struct list_head *head, *next; in amdgpu_res_first() local 130 struct list_head *next; in amdgpu_res_next() local
|
/Linux-v6.6/arch/nios2/mm/ |
D | mmu_context.c | 80 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/drivers/acpi/acpica/ |
D | dbinput.c | 399 const struct acpi_db_command_help *next; in acpi_db_display_command_info() local 429 const struct acpi_db_command_help *next = acpi_gbl_db_command_help; in acpi_db_display_help() local 465 char **next, acpi_object_type *return_type) in acpi_db_get_next_token() 611 char *next; in acpi_db_get_line() local
|
/Linux-v6.6/arch/openrisc/kernel/ |
D | dma.c | 25 unsigned long next, struct mm_walk *walk) in page_set_nocache() 51 unsigned long next, struct mm_walk *walk) in page_clear_nocache()
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | mmu_context.h | 124 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-v6.6/fs/jfs/ |
D | jfs_txnmgr.h | 35 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-v6.6/arch/arm/include/asm/ |
D | mmu_context.h | 108 #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/gpu/drm/i915/gt/ |
D | selftest_ring.c | 32 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/net/dccp/ |
D | ackvec.c | 30 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-v6.6/fs/orangefs/ |
D | dir.c | 11 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
|