Home
last modified time | relevance | path

Searched defs:next (Results 1 – 200 of 1477) sorted by relevance

12345678

/linux-4.1.27/arch/mn10300/include/asm/
Dswitch_to.h22 #define switch_fpu(prev, next) \ argument
31 #define switch_fpu(prev, next) do {} while (0) argument
40 #define switch_to(prev, next, last) \ argument
Dmmu_context.h143 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
159 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
/linux-4.1.27/lib/
Dlist_debug.c24 struct list_head *next) in __list_add()
46 struct list_head *prev, *next; in __list_del_entry() local
87 struct list_head *prev, struct list_head *next) in __list_add_rcu()
Dioremap.c75 unsigned long next; in ioremap_pmd_range() local
101 unsigned long next; in ioremap_pud_range() local
128 unsigned long next; in ioremap_page_range() local
Dplist.c47 struct list_head *prev = top, *next = top->next; in plist_check_list() local
119 struct plist_node *next; in plist_del() local
Dtimerqueue.c99 struct rb_node *next; in timerqueue_iterate_next() local
Dllist.c67 struct llist_node *entry, *old_entry, *next; in llist_del_first() local
/linux-4.1.27/arch/sparc/include/asm/
Dswitch_to_32.h27 #define SWITCH_DO_LAZY_FPU(next) /* */ argument
37 #define prepare_arch_switch(next) do { \ argument
57 #define switch_to(prev, next, last) do { \ argument
Dswitch_to_64.h6 #define prepare_arch_switch(next) \ argument
20 #define switch_to(prev, next, last) \ argument
Dcpudata_32.h24 int next; member
Dmdesc.h69 struct mdesc_notifier_client *next; member
/linux-4.1.27/drivers/acpi/
Dwakeup.c32 struct list_head *node, *next; in acpi_enable_wakeup_devices() local
59 struct list_head *node, *next; in acpi_disable_wakeup_devices() local
81 struct list_head *node, *next; in acpi_wakeup_device_init() local
Dproc.c24 struct list_head *node, *next; in acpi_system_wakeup_device_seq_show() local
98 struct list_head *node, *next; in acpi_system_write_wakeup_device() local
/linux-4.1.27/arch/ia64/include/asm/
Dswitch_to.h44 #define __switch_to(prev,next,last) do { \ argument
60 # define switch_to(prev,next,last) do { \ argument
76 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
Dmmu_context.h36 unsigned int next; /* next context number to use */ member
185 activate_mm (struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/linux-4.1.27/tools/power/cpupower/lib/
Dcpufreq.h31 struct cpufreq_available_governors *next; member
37 struct cpufreq_available_frequencies *next; member
44 struct cpufreq_affected_cpus *next; member
51 struct cpufreq_stats *next; member
Dcpufreq.c80 struct cpufreq_available_governors *tmp, *next; in cpufreq_put_available_governors() local
104 struct cpufreq_available_frequencies *tmp, *next; in cpufreq_put_available_frequencies() local
125 struct cpufreq_affected_cpus *tmp, *next; in cpufreq_put_affected_cpus() local
192 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats() local
/linux-4.1.27/kernel/locking/
Dosq_lock.c40 struct optimistic_spin_node *next = NULL; in osq_wait_next() local
87 struct optimistic_spin_node *prev, *next; in osq_lock() local
181 struct optimistic_spin_node *node, *next; in osq_unlock() local
Dmcs_spinlock.h18 struct mcs_spinlock *next; member
94 struct mcs_spinlock *next = READ_ONCE(node->next); in mcs_spin_unlock() local
/linux-4.1.27/drivers/usb/host/
Dohci-dbg.c22 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument
33 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument
45 char **next, in ohci_dump_intr_mask()
67 char **next, in maybe_print_eds()
100 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) in ohci_dump_status()
167 #define dbg_port_sw(hc,num,value,next,size) \ argument
193 char **next, in ohci_dump_roothub()
491 char *next; in fill_periodic_buffer() local
585 char *next; in fill_registers_buffer() local
Dehci-dbg.c419 char *next = *nextp; in qh_lines() local
503 char *next; in fill_async_buffer() local
542 char *next; in fill_bandwidth_buffer() local
627 char *next; in fill_periodic_buffer() local
784 char *next, scratch [80]; in fill_registers_buffer() local
/linux-4.1.27/arch/arm64/include/asm/
Dmmu_context.h39 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
48 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
192 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
211 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
Dspinlock_types.h27 u16 next; member
/linux-4.1.27/mm/
Dpagewalk.c31 unsigned long next; in walk_pmd_range() local
76 unsigned long next; in walk_pud_range() local
102 unsigned long next; in walk_pgd_range() local
137 unsigned long next; in walk_hugetlb_range() local
243 unsigned long next; in walk_page_range() local
Dslob.c145 static void set_slob(slob_t *s, slobidx_t size, slob_t *next) in set_slob()
173 slobidx_t next; in slob_next() local
230 slob_t *next; in slob_page_alloc() local
343 slob_t *prev, *next, *b = (slob_t *)block; in slob_free() local
Dmemory.c272 struct mmu_gather_batch *batch, *next; in tlb_finish_mmu() local
405 unsigned long next; in free_pmd_range() local
439 unsigned long next; in free_pud_range() local
475 unsigned long next; in free_pgd_range() local
532 struct vm_area_struct *next = vma->vm_next; in free_pgtables() local
955 unsigned long next; in copy_pmd_range() local
988 unsigned long next; in copy_pud_range() local
1009 unsigned long next; in copy_page_range() local
1190 unsigned long next; in zap_pmd_range() local
1234 unsigned long next; in zap_pud_range() local
[all …]
Dmprotect.c140 unsigned long next; in change_pmd_range() local
196 unsigned long next; in change_pud_range() local
217 unsigned long next; in change_protection_range() local
/linux-4.1.27/security/selinux/ss/
Dconditional.h35 struct cond_expr *next; member
45 struct cond_av_list *next; member
60 struct cond_node *next; member
Dconstraint.h53 struct constraint_expr *next; /* next expression */ member
59 struct constraint_node *next; /* next constraint */ member
Dhashtab.h18 struct hashtab_node *next; member
/linux-4.1.27/arch/blackfin/include/asm/
Dswitch_to.h24 #define switch_to(prev,next,last) \ argument
33 #define switch_to(prev, next, last) \ argument
Dmmu_context.h71 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
111 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
160 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
Dmmu.h12 struct sram_list_struct *next; member
/linux-4.1.27/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
Dreadinode.c177 struct rb_node *next; in jffs2_lookup_tn() local
303 struct jffs2_tmp_dnode_info *next = tn_next(this); in jffs2_add_tn_to_tree() local
546 struct jffs2_tmp_dnode_info *tn, *next; in jffs2_free_tmp_dnode_info_list() local
558 struct jffs2_full_dirent *next; in jffs2_free_full_dirent_list() local
Dsummary.h95 union jffs2_sum_mem *next; member
101 union jffs2_sum_mem *next; member
111 union jffs2_sum_mem *next; member
125 union jffs2_sum_mem *next; member
135 union jffs2_sum_mem *next; member
Dwbuf.c43 struct jffs2_inodirty *next; member
77 struct jffs2_inodirty *next = this->next; in jffs2_clear_wbuf_ino_list() local
110 struct list_head *this, *next; in jffs2_refile_wbuf_blocks() local
278 struct jffs2_raw_node_ref *raw, *next, *first_raw = NULL; in jffs2_wbuf_recover() local
/linux-4.1.27/arch/arm/mm/
Didmap.c25 unsigned long next; in idmap_add_pmd() local
69 unsigned long next; in idmap_add_pud() local
81 unsigned long next; in identity_mapping_add() local
/linux-4.1.27/arch/tile/include/asm/
Dswitch_to.h36 #define prepare_arch_switch(next) _prepare_arch_switch(next) argument
40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) argument
Dcacheflush.h81 char *next = (char *)((long)buffer & -L2_CACHE_BYTES); in __flush_buffer() local
92 char *next = (char *)((long)buffer & -L2_CACHE_BYTES); in __finv_buffer() local
125 char *next = (char *)((long)buffer & -L2_CACHE_BYTES); in __inv_buffer() local
/linux-4.1.27/arch/sh/mm/
Dgup.c122 unsigned long next; in gup_pmd_range() local
142 unsigned long next; in gup_pud_range() local
168 unsigned long next; in __get_user_pages_fast() local
222 unsigned long next; in get_user_pages_fast() local
/linux-4.1.27/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
Dlist.h19 struct list_head *next, *prev; member
41 struct list_head *next) in __list_add()
69 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/linux-4.1.27/arch/m68k/include/asm/
Dmmu_context.h73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
94 #define prepare_arch_switch(next) load_ksp_mmu(next) argument
196 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
282 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
315 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
Dswitch_to.h30 #define switch_to(prev,next,last) do { \ argument
/linux-4.1.27/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
188 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local
241 u32 next; in nvkm_mm_init() local
/linux-4.1.27/block/
Dcmdline-parser.c42 char *next = strchr(++partdef, ')'); in parse_subpart() local
92 char *next; in parse_parts() local
168 char *next; in cmdline_parts_parse() local
Dblk-merge.c359 static int req_gap_to_prev(struct request *req, struct request *next) in req_gap_to_prev()
368 struct request *next) in ll_merge_requests_fn()
463 struct request *next) in attempt_merge()
541 struct request *next = elv_latter_request(q, rq); in attempt_back_merge() local
560 struct request *next) in blk_attempt_req_merge()
/linux-4.1.27/arch/x86/mm/
Dinit_64.c73 unsigned long next; in ident_pud_init() local
101 unsigned long next; in kernel_ident_mapping_init() local
405 unsigned long pages = 0, next; in phys_pte_init() local
450 unsigned long pages = 0, next; in phys_pmd_init() local
525 unsigned long pages = 0, next; in phys_pud_init() local
604 unsigned long next, last_map_addr = end; in kernel_physical_mapping_init() local
794 unsigned long next, pages = 0; in remove_pte_table() local
866 unsigned long next, pages = 0; in remove_pmd_table() local
922 unsigned long next, pages = 0; in remove_pud_table() local
977 unsigned long next; in remove_pagetable() local
[all …]
Dgup.c154 unsigned long next; in gup_pmd_range() local
231 unsigned long next; in gup_pud_range() local
262 unsigned long next; in __get_user_pages_fast() local
330 unsigned long next; in get_user_pages_fast() local
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu_context.h42 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
93 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
Dbootx.h28 u32 next; member
44 u32 next; member
/linux-4.1.27/arch/sparc/mm/
Dgup.c121 unsigned long next; in gup_pmd_range() local
146 unsigned long next; in gup_pud_range() local
168 unsigned long next, flags; in __get_user_pages_fast() local
198 unsigned long next; in get_user_pages_fast() local
/linux-4.1.27/arch/m32r/include/asm/
Dmmu_context.h122 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
145 #define activate_mm(prev, next) \ argument
155 #define switch_mm(prev,next,tsk) do { } while (0) argument
157 #define activate_mm(prev,next) do { } while (0) argument
Dswitch_to.h28 #define switch_to(prev, next, last) do { \ argument
/linux-4.1.27/scripts/kconfig/
Dlist.h24 struct list_head *next, *prev; member
83 struct list_head *next) in __list_add()
111 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
Dkxgettext.c64 struct file_line *next; member
86 struct message *next; member
Dexpr.h21 struct file *next; member
76 struct symbol *next; member
143 struct property *next; /* next property - null if last */ member
166 struct menu *next; member
/linux-4.1.27/arch/x86/include/asm/
Dmmu_context.h16 struct mm_struct *next) in paravirt_activate_mm()
95 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
191 #define activate_mm(prev, next) \ argument
Dswitch_to.h31 #define switch_to(prev, next, last) \ argument
108 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/include/linux/
Duser-return-notifier.h19 struct task_struct *next) in propagate_user_return_notify()
39 struct task_struct *next) in propagate_user_return_notify()
Dcontext_tracking.h55 struct task_struct *next) in context_tracking_task_switch()
66 struct task_struct *next) { } in context_tracking_task_switch()
Dlist_nulls.h25 struct hlist_nulls_node *next, **pprev; member
77 struct hlist_nulls_node *next = n->next; in __hlist_nulls_del() local
Drculist.h50 struct list_head *prev, struct list_head *next) in __list_add_rcu()
359 struct hlist_node *next = old->next; in hlist_replace_rcu() local
426 struct hlist_node *next) in hlist_add_before_rcu()
Dlist.h40 struct list_head *next) in __list_add()
87 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
207 struct list_head *next = head->next; in list_empty_careful() local
276 struct list_head *next) in __list_splice()
616 struct hlist_node *next = n->next; in __hlist_del() local
650 struct hlist_node *next) in hlist_add_before()
Dlist_bl.h38 struct hlist_bl_node *next, **pprev; member
90 struct hlist_bl_node *next = n->next; in __hlist_bl_del() local
Dnubus.h18 struct nubus_board* next; member
47 struct nubus_dev* next; member
Dtypes.h186 struct list_head *next, *prev; member
194 struct hlist_node *next, **pprev; member
210 struct callback_head *next; member
Dn_r3964.h92 struct r3964_client_info *next; member
110 struct r3964_message *next; member
124 struct r3964_block_header *next; member
Dagpgart.h92 struct agp_client *next; member
100 struct agp_controller *next; member
115 struct agp_file_private *next; member
Dosq_lock.h9 struct optimistic_spin_node *next, *prev; member
Dtimerqueue.h15 struct timerqueue_node *next; member
Dihex.h27 int next = ((be16_to_cpu(rec->len) + 5) & ~3) - 2; in ihex_next_binrec() local
/linux-4.1.27/arch/xtensa/include/asm/
Dnommu_context.h18 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
22 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
Dmmu_context.h123 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
137 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
Dswitch_to.h17 #define switch_to(prev,next,last) \ argument
/linux-4.1.27/arch/hexagon/include/asm/
Dmmu_context.h66 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
88 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlovsub_dev.c94 const char *name, struct lu_device *next) in lovsub_device_init()
118 struct lu_device *next; in lovsub_device_fini() local
132 struct lu_device *next = cl2lu_dev(lsd->acid_next); in lovsub_device_free() local
/linux-4.1.27/net/unix/
Dgarbage.c163 struct sk_buff *next; in scan_inflight() local
208 struct sk_buff *next; in scan_children() local
273 struct unix_sock *next; in unix_gc() local
/linux-4.1.27/drivers/staging/fwserial/
Ddma_fifo.c107 struct dma_pending *pending, *next; in dma_fifo_free() local
124 struct dma_pending *pending, *next; in dma_fifo_reset() local
253 struct dma_pending *pending, *next, *tmp; in dma_fifo_out_complete() local
/linux-4.1.27/arch/parisc/include/asm/
Dmmu_context.h52 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
63 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
Dswitch_to.h8 #define switch_to(prev, next, last) do { \ argument
/linux-4.1.27/arch/frv/include/asm/
Dmmu_context.h35 #define switch_mm(prev, next, tsk) \ argument
41 #define activate_mm(prev, next) \ argument
Dswitch_to.h27 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/mips/mm/
Dgup.c104 unsigned long next; in gup_pmd_range() local
170 unsigned long next; in gup_pud_range() local
201 unsigned long next; in __get_user_pages_fast() local
268 unsigned long next; in get_user_pages_fast() local
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dsrq.c77 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_create_srq() local
297 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_free_srq_wqe() local
313 struct mlx4_wqe_srq_next_seg *next; in mlx4_ib_post_srq_recv() local
/linux-4.1.27/drivers/scsi/
Dscsi_error.c1154 struct scsi_cmnd *scmd, *next; in scsi_eh_get_sense() local
1261 struct scsi_cmnd *scmd, *next; in scsi_eh_test_devices() local
1315 struct scsi_cmnd *scmd, *next; in scsi_eh_abort_cmds() local
1392 struct scsi_cmnd *scmd, *stu_scmd, *next; in scsi_eh_stu() local
1457 struct scsi_cmnd *scmd, *bdr_scmd, *next; in scsi_eh_bus_device_reset() local
1524 struct scsi_cmnd *next, *scmd; in scsi_eh_target_reset() local
1580 struct scsi_cmnd *scmd, *chan_scmd, *next; in scsi_eh_bus_reset() local
1652 struct scsi_cmnd *scmd, *next; in scsi_eh_host_reset() local
1690 struct scsi_cmnd *scmd, *next; in scsi_eh_offline_sdevs() local
2078 struct scsi_cmnd *scmd, *next; in scsi_eh_flush_done_q() local
/linux-4.1.27/arch/nios2/mm/
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-4.1.27/kernel/sched/
Dstats.h132 struct task_struct *prev, struct task_struct *next) in __sched_info_switch()
147 struct task_struct *prev, struct task_struct *next) in sched_info_switch()
157 #define sched_info_arrive(rq, next) do { } while (0) argument
158 #define sched_info_switch(rq, t, next) do { } while (0) argument
/linux-4.1.27/arch/mips/kernel/
Dmodule.c38 struct mips_hi16 *next; member
111 struct mips_hi16 *next; in free_relocation_chain() local
132 struct mips_hi16 *next; in apply_r_mips_lo16_rel() local
/linux-4.1.27/security/apparmor/
Dmatch.c305 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match_len() local
355 u16 *next = NEXT_TABLE(dfa); in aa_dfa_match() local
403 u16 *next = NEXT_TABLE(dfa); in aa_dfa_next() local
/linux-4.1.27/arch/score/include/asm/
Dmmu_context.h72 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
102 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
Dswitch_to.h6 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/metag/include/asm/
Dmmu_context.h72 static inline void switch_mmu(struct mm_struct *prev, struct mm_struct *next) in switch_mmu()
98 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/arch/unicore32/include/asm/
Dmmu_context.h49 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
59 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
Dswitch_to.h24 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/drivers/usb/host/whci/
Dasl.c29 struct whc_qset **next, struct whc_qset **prev) in qset_get_next_prev()
55 struct whc_qset *next, *prev; in asl_qset_insert() local
68 struct whc_qset *prev, *next; in asl_qset_remove() local
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c131 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_commit() local
165 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_revert() local
315 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_man_destroy() local
Dvmwgfx_marker.c47 struct vmw_marker *marker, *next; in vmw_marker_queue_takedown() local
76 struct vmw_marker *marker, *next; in vmw_marker_pull() local
/linux-4.1.27/arch/s390/mm/
Dgup.c105 unsigned long next; in gup_pmd_range() local
142 unsigned long next; in gup_pud_range() local
171 unsigned long next, flags; in __get_user_pages_fast() local
/linux-4.1.27/arch/alpha/kernel/
Derr_impl.h17 struct el_subpacket_annotation *next; member
27 struct el_subpacket_handler *next; member
Derr_common.c158 struct el_subpacket *next = NULL; in el_process_subpacket_reg() local
196 struct el_subpacket *next = NULL; in el_process_subpacket() local
/linux-4.1.27/arch/arm/include/asm/
Dmmu_context.h93 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
116 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
Dswitch_to.h23 #define switch_to(prev,next,last) \ argument
Dfiq.h22 struct fiq_handler *next; member
Dspinlock_types.h15 u16 next; member
/linux-4.1.27/arch/arc/include/asm/
Dmmu_context.h131 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
164 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
Dswitch_to.h31 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/include/net/
Datmclip.h33 struct clip_vcc *next; /* next VCC */ member
49 struct net_device *next; /* next CLIP interface */ member
/linux-4.1.27/arch/alpha/include/asm/
Dmmu_context.h120 unsigned long next = asn + 1; in __get_new_mm_context() local
133 struct task_struct *next) in ev5_switch_mm()
163 struct task_struct *next) in ev4_switch_mm()
/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c209 struct mipi_dsim_ddi *dsim_ddi, *next; in exynos_mipi_dsi_find_lcd_device() local
271 struct mipi_dsim_ddi *dsim_ddi, *next; in exynos_mipi_dsi_bind_lcd_ddi() local
471 struct mipi_dsim_ddi *dsim_ddi, *next; in exynos_mipi_dsi_remove() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h111 struct list_head *next, *prev; member
135 struct list_head *prev, struct list_head *next) in __list_add()
186 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/linux-4.1.27/net/dccp/
Dackvec.c33 struct dccp_ackvec_record *cur, *next; in dccp_ackvec_purge_records() local
287 struct dccp_ackvec_record *avr, *next; in dccp_ackvec_clear_state() local
367 struct dccp_ackvec_parsed *cur, *next; in dccp_ackvec_parsed_cleanup() local
/linux-4.1.27/arch/arm64/mm/
Dmmu.c130 unsigned long next; in alloc_init_pmd() local
177 static inline bool use_1G_block(unsigned long addr, unsigned long next, in use_1G_block()
195 unsigned long next; in alloc_init_pud() local
246 unsigned long addr, length, end, next; in __create_mapping() local
523 unsigned long next; in vmemmap_populate() local
/linux-4.1.27/arch/avr32/include/asm/
Dmmu_context.h109 struct mm_struct *next, in switch_mm()
122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
Dswitch_to.h39 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dcryptocop.h43 struct cryptocop_transform_init *next; member
63 struct cryptocop_desc_cfg *next; member
69 struct cryptocop_desc *next; member
93 struct cryptocop_tfrm_cfg *next; member
/linux-4.1.27/drivers/dma/
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()
/linux-4.1.27/scripts/dtc/
Ddtc.h81 struct marker *next; member
132 struct label *next; member
140 struct property *next; member
226 struct reserve_info *next; member
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_cfg_user.h65 struct adf_user_cfg_key_val *next; member
82 struct adf_user_cfg_section *next; member
/linux-4.1.27/tools/include/linux/
Dtypes.h64 struct list_head *next, *prev; member
72 struct hlist_node *next, **pprev; member
/linux-4.1.27/fs/jfs/
Djfs_txnmgr.h48 lid_t next; /* index of first tlock of tid */ member
96 lid_t next; /* 2: index next lockword on tid locklist member
171 lid_t next; /* 2: next linelock */ member
187 lid_t next; /* 2: */ member
218 lid_t next; /* 2: */ member
246 lid_t next; /* 2: */ member
Djfs_dtree.h48 s8 next; /* 1: */ member
68 s8 next; /* 1: */ member
87 s8 next; /* 1: */ member
195 __le64 next; /* 8: next sibling */ member
/linux-4.1.27/arch/s390/include/asm/
Dmmu_context.h69 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
112 struct mm_struct *next) in activate_mm()
/linux-4.1.27/net/atm/
Dmpc.h15 struct mpoa_client *next; member
41 struct atm_mpoa_qos *next; member
/linux-4.1.27/include/sound/
Dsoundfont.h33 struct snd_sf_zone *next; /* Link to next */ member
51 struct snd_sf_sample *next; member
58 struct snd_soundfont *next; /* Link to next */ member
/linux-4.1.27/drivers/gpu/host1x/
Dintr.c71 struct host1x_waitlist *waiter, *next, *prev; in remove_completed_waiters() local
149 struct host1x_waitlist *waiter, *next; in run_handlers() local
331 struct host1x_waitlist *waiter, *next; in host1x_intr_stop() local
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dsrq.c158 struct mlx5_wqe_srq_next_seg *next; in create_srq_kernel() local
414 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_free_srq_wqe() local
430 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_post_srq_recv() local
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dpr_pc.h46 word next; member
56 word next; member
65 word next; member
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h17 struct dma_descr_group *next; member
37 struct dma_descr_context *next; member
57 struct dma_descr_data *next; member
/linux-4.1.27/arch/nios2/include/asm/
Dswitch_to.h17 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/cris/include/asm/
Dswitch_to.h9 #define switch_to(prev,next,last) last = resume(prev,next, \ argument
Dmmu_context.h14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL) argument
Dfasttimer.h20 struct fast_timer *next; member
/linux-4.1.27/include/asm-generic/
Dswitch_to.h25 #define switch_to(prev, next, last) \ argument
Dmmu_context.h35 struct mm_struct *next, in switch_mm()
/linux-4.1.27/arch/sh/include/asm/
Dswitch_to_64.h24 #define switch_to(prev,next,last) \ argument
Dmmu_context.h119 struct mm_struct *next, in switch_mm()
133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) argument
Dswitch_to_32.h69 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/arm/nwfpe/
Dentry.S97 next: label
/linux-4.1.27/arch/microblaze/include/asm/
Dswitch_to.h18 #define switch_to(prev, next, last) \ argument
Dmmu_context_mm.h117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/linux-4.1.27/arch/arm/kvm/
Dmmu.c235 phys_addr_t next, start_addr = addr; in unmap_pmds() local
264 phys_addr_t next, start_addr = addr; in unmap_puds() local
296 phys_addr_t next; in unmap_range() local
322 phys_addr_t next; in stage2_flush_pmds() local
340 phys_addr_t next; in stage2_flush_puds() local
359 phys_addr_t next; in stage2_flush_memslot() local
474 unsigned long addr, next; in create_hyp_pmd_mappings() local
508 unsigned long addr, next; in create_hyp_pud_mappings() local
542 unsigned long addr, next; in __create_hyp_mappings() local
1077 phys_addr_t next; in stage2_wp_pmds() local
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Dhwpci.c60 struct acpi_pci_device *next; member
301 struct acpi_pci_device *next; in acpi_hw_delete_pci_list() local
Dpswalk.c65 union acpi_parse_object *next = NULL; in acpi_ps_delete_parse_tree() local
Dnseval.c344 union acpi_operand_object *next; in acpi_ns_exec_module_code_list() local
Dpstree.c204 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next() local
Dutcache.c110 void *next; in acpi_os_purge_cache() local
Dpsloop.c323 union acpi_operand_object *next; in acpi_ps_link_module_code() local
Dacobject.h160 union acpi_operand_object *next; /* Link for list of acquired mutexes */ member
169 union acpi_operand_object *next; member
302 union acpi_operand_object *next[2]; /* Device and System handler lists */ member
313 union acpi_operand_object *next; member
380 …ACPI_OBJECT_COMMON_HEADER union acpi_operand_object *next; /* Link for object cache and internal l… member
/linux-4.1.27/arch/c6x/include/asm/
Dswitch_to.h24 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/arc/kernel/
Dfpu.c33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
Dctx_sw.c27 unsigned int next = (unsigned int)next_task; in __switch_to() local
/linux-4.1.27/drivers/uwb/
Dbeacon.c178 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bydev() local
193 struct uwb_beca_e *bce, *next; in __uwb_beca_find_bymac() local
288 struct uwb_beca_e *bce, *next; in uwb_beca_purge() local
304 struct uwb_beca_e *bce, *next; in uwb_beca_release() local
/linux-4.1.27/fs/ext2/
Dxattr.c191 struct ext2_xattr_entry *next = in ext2_xattr_get() local
280 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(entry); in ext2_xattr_list() local
414 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(here); in ext2_xattr_set() local
434 struct ext2_xattr_entry *next = EXT2_XATTR_NEXT(last); in ext2_xattr_set() local
/linux-4.1.27/drivers/gpu/drm/gma500/
Dmmu.c518 unsigned long next; in psb_mmu_flush_ptes() local
571 unsigned long next; in psb_mmu_remove_pfn_sequence() local
613 unsigned long next; in psb_mmu_remove_pages() local
668 unsigned long next; in psb_mmu_insert_pfn_sequence() local
717 unsigned long next; in psb_mmu_insert_pages() local
/linux-4.1.27/drivers/hv/
Dring_buffer.c147 u32 next = ring_info->ring_buffer->write_index; in hv_get_next_write_location() local
164 u32 next = ring_info->ring_buffer->read_index; in hv_get_next_read_location() local
177 u32 next = ring_info->ring_buffer->read_index; in hv_get_next_readlocation_withoffset() local
/linux-4.1.27/drivers/pcmcia/
Dsa1111_generic.h7 struct sa1111_pcmcia_socket *next; member
/linux-4.1.27/arch/mips/include/asm/
Dmmu_context.h139 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
179 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
Dswitch_to.h86 #define switch_to(prev, next, last) \ argument
/linux-4.1.27/arch/powerpc/mm/
Dsubpage-prot.c100 unsigned long next, limit; in subpage_prot_clear() local
195 unsigned long next, limit; in sys_subpage_prot() local
Dicswx.c68 void switch_cop(struct mm_struct *next) in switch_cop()
/linux-4.1.27/sound/core/seq/
Dseq_prioq.c292 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
402 struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_remove_events() local
/linux-4.1.27/drivers/media/pci/zoran/
Dvideocodec.c60 struct attached_list *next; member
67 struct codec_list *next; member
/linux-4.1.27/arch/openrisc/include/asm/
Dmmu_context.h31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-vipp.c79 struct device_node *next; in xvip_graph_build_one() local
199 struct device_node *next; in xvip_graph_build_dma() local
354 struct device_node *next; in xvip_graph_parse_one() local
/linux-4.1.27/tools/lib/traceevent/
Devent-plugin.c36 struct registered_plugin_options *next; member
41 struct trace_plugin_options *next; member
48 struct plugin_list *next; member
/linux-4.1.27/drivers/tty/
Dtty_buffer.c118 struct tty_buffer *p, *next; in tty_buffer_free_all() local
217 struct tty_buffer *next; in tty_buffer_flush() local
458 struct tty_buffer *next; in flush_to_ldisc() local
/linux-4.1.27/drivers/gpu/drm/radeon/
Dmkregtable.c42 struct list_head *next, *prev; member
64 struct list_head *prev, struct list_head *next) in __list_add()
109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
222 struct list_head *next = head->next; in list_empty_careful() local
277 struct list_head *prev, struct list_head *next) in __list_splice()
/linux-4.1.27/arch/arm64/kernel/
Dprocess.c301 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
328 struct task_struct *next) in __switch_to()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_batch_pool.c94 struct drm_i915_gem_object *tmp, *next; in i915_gem_batch_pool_get() local
/linux-4.1.27/sound/pci/ctxfi/
Dctimap.h28 unsigned short next; /* the next input mapper ram id */ member
/linux-4.1.27/arch/tile/kernel/
Dprocess.c410 void _prepare_arch_switch(struct task_struct *next) in _prepare_arch_switch()
421 struct task_struct *next) in _switch_to()
/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c87 struct ibnl_client *cur, *next; in ibnl_remove_client() local
206 struct ibnl_client *cur, *next; in ibnl_cleanup() local
/linux-4.1.27/drivers/staging/android/
Dashmem.c265 struct ashmem_range *range, *next; in ashmem_release() local
437 struct ashmem_range *range, *next; in ashmem_shrink_scan() local
581 struct ashmem_range *range, *next; in ashmem_pin() local
647 struct ashmem_range *range, *next; in ashmem_unpin() local
/linux-4.1.27/fs/btrfs/
Ddelayed-inode.c229 struct btrfs_delayed_node *next = NULL; in btrfs_next_delayed_node() local
343 struct btrfs_delayed_item **next) in __btrfs_lookup_delayed_item()
533 struct btrfs_delayed_item *next = NULL; in __btrfs_next_delayed_item() local
723 struct btrfs_delayed_item *curr, *next; in btrfs_batch_insert_items() local
903 struct btrfs_delayed_item *curr, *next; in btrfs_batch_delete_items() local
1646 struct btrfs_delayed_item *curr, *next; in btrfs_put_delayed_items() local
1664 struct btrfs_delayed_item *curr, *next; in btrfs_should_delete_dir_index() local
1696 struct btrfs_delayed_item *curr, *next; in btrfs_readdir_delayed_dir_index() local
/linux-4.1.27/include/uapi/linux/
Ddm-ioctl.h167 __u32 next; member
192 __u32 next; /* offset to the next record from member
201 __u32 next; member
/linux-4.1.27/kernel/time/
Dtick-common.c101 ktime_t next = dev->next_event; in tick_handle_periodic() local
146 ktime_t next; in tick_setup_periodic() local
/linux-4.1.27/drivers/misc/mei/
Dinterrupt.c41 struct mei_cl_cb *cb, *next; in mei_irq_compl_handler() local
418 struct mei_cl_cb *cb, *next; in mei_irq_write_handler() local
/linux-4.1.27/arch/um/include/shared/
Dmem_user.h36 struct iomem_region *next; member
Daio.h18 struct aio_context *next; member
Dirq_user.h12 struct irq_fd *next; member
/linux-4.1.27/tools/perf/ui/
Dprogress.h10 u64 curr, next, step, total; member
/linux-4.1.27/fs/ext4/
Dfsync.c47 struct inode *next; in ext4_sync_parent() local
/linux-4.1.27/include/linux/raid/
Dxor.h10 struct xor_block_template *next; member
/linux-4.1.27/drivers/net/appletalk/
Dipddp.h20 struct ipddp_route *next; member
/linux-4.1.27/kernel/
Dtask_work.c88 struct callback_head *work, *head, *next; in task_work_run() local
Dcontext_tracking.c181 struct task_struct *next) in __context_tracking_task_switch()
/linux-4.1.27/drivers/parisc/
Dhppb.c29 struct hppb_card *next; member
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_lblc.c236 struct hlist_node *next; in ip_vs_lblc_flush() local
264 struct hlist_node *next; in ip_vs_lblc_full_check() local
306 struct hlist_node *next; in ip_vs_lblc_check_expire() local
/linux-4.1.27/arch/openrisc/kernel/
Ddma.c33 unsigned long next, struct mm_walk *walk) in page_set_nocache()
54 unsigned long next, struct mm_walk *walk) in page_clear_nocache()
/linux-4.1.27/fs/
Dchar_dev.c32 struct char_device_struct *next; member
178 dev_t n, next; in register_chrdev_region() local
288 dev_t n, next; in unregister_chrdev_region() local
/linux-4.1.27/drivers/dma/ioat/
Dhw.h93 uint64_t next; member
126 uint64_t next; member
137 uint64_t next; member
180 uint64_t next; member
194 uint64_t next; member
224 uint64_t next; member
/linux-4.1.27/fs/xfs/
Dxfs_mru_cache.c243 struct xfs_mru_cache_elem *elem, *next; in _xfs_mru_cache_clear_reap_list() local
281 unsigned long now, next; in _xfs_mru_cache_reap() local
/linux-4.1.27/drivers/mtd/
Dmtd_blkdevs.c505 struct mtd_blktrans_dev *dev, *next; in blktrans_notify_remove() local
569 struct mtd_blktrans_dev *dev, *next; in deregister_mtd_blktrans() local
/linux-4.1.27/kernel/trace/
Dtrace_sched_switch.c19 probe_sched_switch(void *ignore, struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
/linux-4.1.27/drivers/scsi/arm/
Dmsgqueue.h23 struct msgqueue_entry *next; member
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_dmablit.c53 uint32_t next; member
71 dma_addr_t next = vsg->chain_start; in via_unmap_blit_from_device() local
111 dma_addr_t next = 0 | VIA_DMA_DPR_EC; in via_map_blit_for_device() local
/linux-4.1.27/drivers/usb/chipidea/
Dotg_fsm.c37 char *next; in get_a_bus_req() local
81 char *next; in get_a_bus_drop() local
122 char *next; in get_b_bus_req() local
/linux-4.1.27/scripts/basic/
Dfixdep.c142 struct item *next; member
199 struct item *aux, *next; in clear_config() local

12345678