Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 1635) sorted by relevance

12345678910>>...66

/Linux-v4.19/mm/kasan/
Dkasan_init.c110 unsigned long next; in zero_pmd_populate() local
142 unsigned long next; in zero_pud_populate() local
177 unsigned long next; in zero_p4d_populate() local
224 unsigned long next; in kasan_populate_zero_shadow() local
344 unsigned long next; in kasan_remove_pte_table() local
363 unsigned long next; in kasan_remove_pmd_table() local
388 unsigned long next; in kasan_remove_pud_table() local
414 unsigned long next; in kasan_remove_p4d_table() local
438 unsigned long addr, end, next; in kasan_remove_zero_shadow() local
/Linux-v4.19/arch/sparc/include/asm/
Dswitch_to_32.h28 #define SWITCH_DO_LAZY_FPU(next) /* */ argument
38 #define prepare_arch_switch(next) do { \ argument
58 #define switch_to(prev, next, last) do { \ argument
Dswitch_to_64.h7 #define prepare_arch_switch(next) \ argument
21 #define switch_to(prev, next, last) \ argument
/Linux-v4.19/drivers/acpi/
Dwakeup.c33 struct list_head *node, *next; in acpi_enable_wakeup_devices() local
60 struct list_head *node, *next; in acpi_disable_wakeup_devices() local
82 struct list_head *node, *next; in acpi_wakeup_device_init() local
/Linux-v4.19/arch/ia64/include/asm/
Dswitch_to.h45 #define __switch_to(prev,next,last) do { \ argument
61 # define switch_to(prev,next,last) do { \ argument
77 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
/Linux-v4.19/mm/
Dpagewalk.c32 unsigned long next; in walk_pmd_range() local
77 unsigned long next; in walk_pud_range() local
121 unsigned long next; in walk_p4d_range() local
147 unsigned long next; in walk_pgd_range() local
182 unsigned long next; in walk_hugetlb_range() local
297 unsigned long next; in walk_page_range() local
Dmprotect.c171 unsigned long next; in change_pmd_range() local
230 unsigned long next; in change_pud_range() local
250 unsigned long next; in change_p4d_range() local
271 unsigned long next; in change_protection_range() local
310 unsigned long next, struct mm_walk *walk) in prot_none_pte_entry()
317 unsigned long addr, unsigned long next, in prot_none_hugetlb_entry()
324 static int prot_none_test(unsigned long addr, unsigned long next, in prot_none_test()
/Linux-v4.19/tools/power/cpupower/lib/
Dcpufreq.h27 struct cpufreq_available_governors *next; member
33 struct cpufreq_available_frequencies *next; member
40 struct cpufreq_affected_cpus *next; member
47 struct cpufreq_stats *next; member
/Linux-v4.19/arch/x86/mm/
Dkasan_init_64.c78 unsigned long next; in kasan_populate_pud() local
109 unsigned long next; in kasan_populate_p4d() local
130 unsigned long next; in kasan_populate_pgd() local
148 unsigned long next; in kasan_populate_shadow() local
212 unsigned long next; in kasan_early_p4d_populate() local
236 unsigned long next; in kasan_map_early_shadow() local
Dident_map.c24 unsigned long next; in ident_pud_init() local
64 unsigned long next; in ident_p4d_init() local
94 unsigned long next; in kernel_ident_mapping_init() local
/Linux-v4.19/kernel/locking/
Dosq_lock.c46 struct optimistic_spin_node *next = NULL; in osq_wait_next() local
93 struct optimistic_spin_node *prev, *next; in osq_lock() local
208 struct optimistic_spin_node *node, *next; in osq_unlock() local
/Linux-v4.19/drivers/usb/host/
Dohci-dbg.c23 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument
34 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument
46 char **next, in ohci_dump_intr_mask()
68 char **next, in maybe_print_eds()
101 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status()
168 #define dbg_port_sw(hc,num,value,next,size) \ argument
194 char **next, in ohci_dump_roothub()
492 char *next; in fill_periodic_buffer() local
588 char *next; in fill_registers_buffer() local
/Linux-v4.19/arch/parisc/include/asm/
Dmmu_context.h54 struct mm_struct *next, struct task_struct *tsk) in switch_mm_irqs_off()
63 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
78 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/Linux-v4.19/fs/jffs2/
Dnodelist.c73 struct jffs2_node_frag *next = frag_next(frag); in jffs2_truncate_fragtree() local
395 struct jffs2_node_frag *next = frag_next(newfrag); in jffs2_add_full_dnode_to_inode() local
490 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local
507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local
528 struct rb_node *next; in jffs2_lookup_node_frag() local
567 struct jffs2_node_frag *frag, *next; in jffs2_kill_fragtree() local
/Linux-v4.19/arch/arm64/include/asm/
Dmmu_context.h38 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
206 static inline void __switch_mm(struct mm_struct *next) in __switch_mm()
223 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
239 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
/Linux-v4.19/security/selinux/ss/
Dconditional.h35 struct cond_expr *next; member
45 struct cond_av_list *next; member
60 struct cond_node *next; member
/Linux-v4.19/security/apparmor/
Dmatch.c374 #define match_char(state, def, base, next, check, C) \ argument
409 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
449 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
488 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
520 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
581 u16 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
657 u16 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
/Linux-v4.19/tools/usb/usbip/libsrc/
Dnames.c44 struct vendor *next; member
50 struct product *next; member
56 struct class *next; member
62 struct subclass *next; member
68 struct protocol *next; member
74 struct genericstrtable *next; member
161 struct pool *next; member
/Linux-v4.19/arch/sh/mm/
Dgup.c123 unsigned long next; in gup_pmd_range() local
143 unsigned long next; in gup_pud_range() local
171 unsigned long next; in __get_user_pages_fast() local
225 unsigned long next; in get_user_pages_fast() local
/Linux-v4.19/lib/
Dioremap.c83 unsigned long next; in ioremap_pmd_range() local
110 unsigned long next; in ioremap_pud_range() local
137 unsigned long next; in ioremap_p4d_range() local
164 unsigned long next; in ioremap_page_range() local
Dlist_debug.c21 struct list_head *next) in __list_add_valid()
40 struct list_head *prev, *next; in __list_del_entry_valid() local
/Linux-v4.19/arch/arm/mm/
Didmap.c27 unsigned long next; in idmap_add_pmd() local
71 unsigned long next; in idmap_add_pud() local
83 unsigned long next; in identity_mapping_add() local
/Linux-v4.19/arch/m68k/include/asm/
Dmmu_context.h75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
95 #define prepare_arch_switch(next) load_ksp_mmu(next) argument
197 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
283 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
316 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
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
/Linux-v4.19/arch/mips/include/asm/
Dswitch_to.h87 #define __sanitize_fcr31(next) \ argument
105 #define switch_to(prev, next, last) \ argument

12345678910>>...66