Home
last modified time | relevance | path

Searched defs:next (Results 26 – 50 of 2202) sorted by relevance

12345678910>>...89

/openbmc/linux/net/unix/
H A Dgarbage.c95 struct sk_buff *next; in scan_inflight() local
140 struct sk_buff *next; in scan_children() local
210 struct unix_sock *next; in unix_gc() local
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c202 unsigned long next; in alloc_init_cont_pte() local
239 unsigned long next; in init_pmd() local
277 unsigned long next; in alloc_init_cont_pmd() local
318 unsigned long next; in alloc_init_pud() local
375 unsigned long addr, end, next; in __create_pgd_mapping_locked() local
874 unsigned long next; in unmap_hotplug_pmd_range() local
907 unsigned long next; in unmap_hotplug_pud_range() local
940 unsigned long next; in unmap_hotplug_p4d_range() local
958 unsigned long next; in unmap_hotplug_range() local
1023 unsigned long i, next, start = addr; in free_empty_pmd_table() local
[all …]
H A Dkasan_init.c105 unsigned long next; in kasan_pte_populate() local
122 unsigned long next; in kasan_pmd_populate() local
134 unsigned long next; in kasan_pud_populate() local
146 unsigned long next; in kasan_p4d_populate() local
158 unsigned long next; in kasan_pgd_populate() local
H A Dtrans_pgd.c88 unsigned long next; in copy_pmd() local
124 unsigned long next; in copy_pud() local
160 unsigned long next; in copy_p4d() local
179 unsigned long next; in copy_page_tables() local
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c426 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
444 static void ssbs_thread_switch(struct task_struct *next) in ssbs_thread_switch()
472 static void entry_task_switch(struct task_struct *next) in entry_task_switch()
482 static void erratum_1418040_thread_switch(struct task_struct *next) in erratum_1418040_thread_switch()
524 struct task_struct *next) in __switch_to()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c54 struct nvkm_mm_node *next = node(this, next); in nvkm_mm_free() local
114 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_head() local
189 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local
243 u32 next; in nvkm_mm_init() local
/openbmc/linux/arch/s390/mm/
H A Dpage-states.c96 unsigned long next; in mark_kernel_pmd() local
112 unsigned long next; in mark_kernel_pud() local
133 unsigned long next; in mark_kernel_p4d() local
154 unsigned long addr, next; in mark_kernel_pgd() local
/openbmc/linux/arch/hexagon/include/asm/
H A Dmmu_context.h29 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
52 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/openbmc/linux/mm/
H A Dhugetlb_vmemmap.c123 unsigned long next; in vmemmap_pmd_range() local
145 unsigned long next; in vmemmap_pud_range() local
165 unsigned long next; in vmemmap_p4d_range() local
184 unsigned long next; in vmemmap_remap_range() local
222 struct page *page, *next; in free_vmemmap_page_list() local
386 struct page *page, *next; in alloc_vmemmap_page_list() local
H A Dmprotect.c358 unsigned long next; in change_pmd_range() local
442 unsigned long next; in change_pud_range() local
465 unsigned long next; in change_p4d_range() local
489 unsigned long next; in change_protection_range() local
545 unsigned long next, struct mm_walk *walk) in prot_none_pte_entry()
553 unsigned long addr, unsigned long next, in prot_none_hugetlb_entry()
561 static int prot_none_test(unsigned long addr, unsigned long next, in prot_none_test()
/openbmc/u-boot/include/linux/
H A Dlist.h23 struct list_head *next, *prev; member
45 struct list_head *next) in __list_add()
86 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
196 struct list_head *next = head->next; in list_empty_careful() local
251 struct list_head *next) in __list_splice()
548 struct hlist_node *next, **pprev; member
572 struct hlist_node *next = n->next; in __hlist_del() local
606 struct hlist_node *next) in hlist_add_before()
615 struct hlist_node *next) in hlist_add_after()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c31 struct list_head *next) in __list_add_valid_or_report()
44 struct list_head *prev, *next; in __list_del_entry_valid_or_report() local
/openbmc/linux/arch/m68k/include/asm/
H A Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
91 #define prepare_arch_switch(next) load_ksp_mmu(next) argument
207 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
291 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
/openbmc/linux/arch/arc/kernel/
H A Dfpu.c32 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
69 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
/openbmc/u-boot/scripts/kconfig/
H A Dlist.h25 struct list_head *next, *prev; member
84 struct list_head *next) in __list_add()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/openbmc/linux/scripts/kconfig/
H A Dlist.h25 struct list_head *next, *prev; member
84 struct list_head *next) in __list_add()
112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dlist.h20 struct list_head *next, *prev; member
42 struct list_head *next) in __list_add()
70 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c32 struct list_head *next; member
37 struct hlist_node *next; member
46 struct callback_head *next; member
/openbmc/linux/arch/arm/mm/
H A Dkasan_init.c40 unsigned long next; in kasan_pte_populate() local
90 unsigned long next; in kasan_pmd_populate() local
120 unsigned long next; in kasan_pgd_populate() local
/openbmc/libpldm/src/
H A Dresponder.c21 struct pldm_responder_cookie *next; in pldm_responder_cookie_track() local
52 struct pldm_responder_cookie *next; in pldm_responder_cookie_untrack() local
/openbmc/linux/arch/riscv/mm/
H A Dcontext.c209 struct mm_struct *next, unsigned int cpu) in set_mm()
280 struct mm_struct *next, unsigned int cpu) in set_mm()
318 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/openbmc/linux/arch/loongarch/include/asm/
H A Dmmu_context.h77 static inline void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off()
102 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
120 #define activate_mm(prev, next) switch_mm(prev, next, current) argument
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_read_macros.c7 struct callback_head *next; member
17 struct callback_head___shuffled *next; member
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h52 struct vidtv_psi_desc *next; member
63 struct vidtv_psi_desc *next; member
79 struct vidtv_psi_desc *next; member
101 struct vidtv_psi_desc *next; member
110 struct vidtv_psi_desc_service_list_entry *next; member
118 struct vidtv_psi_desc *next; member
129 struct vidtv_psi_desc *next; member
168 struct vidtv_psi_table_pat_program *next; member
193 struct vidtv_psi_table_sdt_service *next; member
235 struct vidtv_psi_table_pmt_stream *next; member
[all …]
/openbmc/linux/include/linux/
H A Duser-return-notifier.h20 struct task_struct *next) in propagate_user_return_notify()
40 struct task_struct *next) in propagate_user_return_notify()

12345678910>>...89