Home
last modified time | relevance | path

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

12345678910>>...68

/Linux-v5.4/mm/kasan/
Dinit.c117 unsigned long next; in zero_pmd_populate() local
150 unsigned long next; in zero_pud_populate() local
187 unsigned long next; in zero_p4d_populate() local
236 unsigned long next; in kasan_populate_early_shadow() local
360 unsigned long next; in kasan_remove_pte_table() local
379 unsigned long next; in kasan_remove_pmd_table() local
404 unsigned long next; in kasan_remove_pud_table() local
430 unsigned long next; in kasan_remove_p4d_table() local
454 unsigned long addr, end, next; in kasan_remove_zero_shadow() local
/Linux-v5.4/arch/csky/include/asm/
Dswitch_to.h11 struct task_struct *next) in __switch_to_fpu()
18 struct task_struct *next) in __switch_to_fpu()
28 #define switch_to(prev, next, last) \ argument
/Linux-v5.4/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-v5.4/arch/mips/include/asm/
Dswitch_to.h88 # define __sanitize_fcr31(next) \ argument
100 # define __sanitize_fcr31(next) argument
109 #define switch_to(prev, next, last) \ argument
/Linux-v5.4/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-v5.4/arch/ia64/include/asm/
Dswitch_to.h45 #define __switch_to(prev,next,last) do { \ argument
61 # define switch_to(prev,next,last) do { \ argument
76 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
/Linux-v5.4/tools/power/cpupower/lib/
Dcpufreq.h19 struct cpufreq_available_governors *next; member
25 struct cpufreq_frequencies *next; member
32 struct cpufreq_affected_cpus *next; member
39 struct cpufreq_stats *next; member
/Linux-v5.4/arch/x86/mm/
Dkasan_init_64.c79 unsigned long next; in kasan_populate_pud() local
110 unsigned long next; in kasan_populate_p4d() local
131 unsigned long next; in kasan_populate_pgd() local
149 unsigned long next; in kasan_populate_shadow() local
213 unsigned long next; in kasan_early_p4d_populate() local
239 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-v5.4/mm/
Dpagewalk.c33 unsigned long next; in walk_pmd_range() local
79 unsigned long next; in walk_pud_range() local
124 unsigned long next; in walk_p4d_range() local
151 unsigned long next; in walk_pgd_range() local
187 unsigned long next; in walk_hugetlb_range() local
306 unsigned long next; in walk_page_range() local
Dmprotect.c169 unsigned long next; in change_pmd_range() local
232 unsigned long next; in change_pud_range() local
252 unsigned long next; in change_p4d_range() local
273 unsigned long next; in change_protection_range() local
312 unsigned long next, struct mm_walk *walk) in prot_none_pte_entry()
319 unsigned long addr, unsigned long next, in prot_none_hugetlb_entry()
326 static int prot_none_test(unsigned long addr, unsigned long next, in prot_none_test()
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/arm64/include/asm/
Dmmu_context.h29 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
213 static inline void __switch_mm(struct mm_struct *next) in __switch_mm()
230 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
246 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
/Linux-v5.4/security/selinux/ss/
Dconditional.h33 struct cond_expr *next; member
43 struct cond_av_list *next; member
58 struct cond_node *next; member
/Linux-v5.4/security/apparmor/
Dmatch.c370 #define match_char(state, def, base, next, check, C) \ argument
405 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
445 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
484 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
516 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_until() local
577 u16 *next = NEXT_TABLE(dfa); in aa_dfa_matchn_until() local
653 u16 *next = NEXT_TABLE(dfa); in leftmatch_fb() local
/Linux-v5.4/tools/usb/usbip/libsrc/
Dnames.c26 struct vendor *next; member
32 struct product *next; member
38 struct class *next; member
44 struct subclass *next; member
50 struct protocol *next; member
56 struct genericstrtable *next; member
143 struct pool *next; member
/Linux-v5.4/arch/arm/mm/
Didmap.c28 unsigned long next; in idmap_add_pmd() local
72 unsigned long next; in idmap_add_pud() local
84 unsigned long next; in identity_mapping_add() local
/Linux-v5.4/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-v5.4/arch/arm64/kernel/
Dprocess.c431 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
444 void uao_thread_switch(struct task_struct *next) in uao_thread_switch()
458 static void ssbs_thread_switch(struct task_struct *next) in ssbs_thread_switch()
489 static void entry_task_switch(struct task_struct *next) in entry_task_switch()
498 struct task_struct *next) in __switch_to()
/Linux-v5.4/lib/
Dlist_debug.c21 struct list_head *next) in __list_add_valid()
40 struct list_head *prev, *next; in __list_del_entry_valid() local
/Linux-v5.4/net/unix/
Dgarbage.c95 struct sk_buff *next; in scan_inflight() local
140 struct sk_buff *next; in scan_children() local
205 struct unix_sock *next; in unix_gc() local

12345678910>>...68