/linux-4.1.27/arch/mn10300/include/asm/ |
D | switch_to.h | 22 #define switch_fpu(prev, next) \ argument 31 #define switch_fpu(prev, next) do {} while (0) argument 40 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 143 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/ |
D | list_debug.c | 24 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()
|
D | ioremap.c | 75 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
|
D | plist.c | 47 struct list_head *prev = top, *next = top->next; in plist_check_list() local 119 struct plist_node *next; in plist_del() local
|
D | timerqueue.c | 99 struct rb_node *next; in timerqueue_iterate_next() local
|
D | llist.c | 67 struct llist_node *entry, *old_entry, *next; in llist_del_first() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | switch_to_32.h | 27 #define SWITCH_DO_LAZY_FPU(next) /* */ argument 37 #define prepare_arch_switch(next) do { \ argument 57 #define switch_to(prev, next, last) do { \ argument
|
D | switch_to_64.h | 6 #define prepare_arch_switch(next) \ argument 20 #define switch_to(prev, next, last) \ argument
|
D | cpudata_32.h | 24 int next; member
|
D | mdesc.h | 69 struct mdesc_notifier_client *next; member
|
/linux-4.1.27/drivers/acpi/ |
D | wakeup.c | 32 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
|
D | proc.c | 24 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/ |
D | switch_to.h | 44 #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
|
D | mmu_context.h | 36 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/ |
D | cpufreq.h | 31 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
|
D | cpufreq.c | 80 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/ |
D | osq_lock.c | 40 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
|
D | mcs_spinlock.h | 18 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/ |
D | ohci-dbg.c | 22 #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
|
D | ehci-dbg.c | 419 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/ |
D | mmu_context.h | 39 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
|
D | spinlock_types.h | 27 u16 next; member
|
/linux-4.1.27/mm/ |
D | pagewalk.c | 31 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
|
D | slob.c | 145 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
|
D | memory.c | 272 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 …]
|
D | mprotect.c | 140 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/ |
D | conditional.h | 35 struct cond_expr *next; member 45 struct cond_av_list *next; member 60 struct cond_node *next; member
|
D | constraint.h | 53 struct constraint_expr *next; /* next expression */ member 59 struct constraint_node *next; /* next constraint */ member
|
D | hashtab.h | 18 struct hashtab_node *next; member
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev,next,last) \ argument 33 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 71 #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()
|
D | mmu.h | 12 struct sram_list_struct *next; member
|
/linux-4.1.27/fs/jffs2/ |
D | nodelist.c | 73 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
|
D | readinode.c | 177 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
|
D | summary.h | 95 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
|
D | wbuf.c | 43 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/ |
D | idmap.c | 25 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/ |
D | switch_to.h | 36 #define prepare_arch_switch(next) _prepare_arch_switch(next) argument 40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) argument
|
D | cacheflush.h | 81 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/ |
D | gup.c | 122 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/ |
D | names.c | 44 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
|
D | list.h | 19 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/ |
D | mmu_context.h | 73 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()
|
D | switch_to.h | 30 #define switch_to(prev,next,last) do { \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 54 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/ |
D | cmdline-parser.c | 42 char *next = strchr(++partdef, ')'); in parse_subpart() local 92 char *next; in parse_parts() local 168 char *next; in cmdline_parts_parse() local
|
D | blk-merge.c | 359 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/ |
D | init_64.c | 73 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 …]
|
D | gup.c | 154 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/ |
D | mmu_context.h | 42 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()
|
D | bootx.h | 28 u32 next; member 44 u32 next; member
|
/linux-4.1.27/arch/sparc/mm/ |
D | gup.c | 121 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/ |
D | mmu_context.h | 122 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
|
D | switch_to.h | 28 #define switch_to(prev, next, last) do { \ argument
|
/linux-4.1.27/scripts/kconfig/ |
D | list.h | 24 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()
|
D | kxgettext.c | 64 struct file_line *next; member 86 struct message *next; member
|
D | expr.h | 21 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/ |
D | mmu_context.h | 16 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
|
D | switch_to.h | 31 #define switch_to(prev, next, last) \ argument 108 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/include/linux/ |
D | user-return-notifier.h | 19 struct task_struct *next) in propagate_user_return_notify() 39 struct task_struct *next) in propagate_user_return_notify()
|
D | context_tracking.h | 55 struct task_struct *next) in context_tracking_task_switch() 66 struct task_struct *next) { } in context_tracking_task_switch()
|
D | list_nulls.h | 25 struct hlist_nulls_node *next, **pprev; member 77 struct hlist_nulls_node *next = n->next; in __hlist_nulls_del() local
|
D | rculist.h | 50 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()
|
D | list.h | 40 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()
|
D | list_bl.h | 38 struct hlist_bl_node *next, **pprev; member 90 struct hlist_bl_node *next = n->next; in __hlist_bl_del() local
|
D | nubus.h | 18 struct nubus_board* next; member 47 struct nubus_dev* next; member
|
D | types.h | 186 struct list_head *next, *prev; member 194 struct hlist_node *next, **pprev; member 210 struct callback_head *next; member
|
D | n_r3964.h | 92 struct r3964_client_info *next; member 110 struct r3964_message *next; member 124 struct r3964_block_header *next; member
|
D | agpgart.h | 92 struct agp_client *next; member 100 struct agp_controller *next; member 115 struct agp_file_private *next; member
|
D | osq_lock.h | 9 struct optimistic_spin_node *next, *prev; member
|
D | timerqueue.h | 15 struct timerqueue_node *next; member
|
D | ihex.h | 27 int next = ((be16_to_cpu(rec->len) + 5) & ~3) - 2; in ihex_next_binrec() local
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | nommu_context.h | 18 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()
|
D | mmu_context.h | 123 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
|
D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | mmu_context.h | 66 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/ |
D | lovsub_dev.c | 94 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/ |
D | garbage.c | 163 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/ |
D | dma_fifo.c | 107 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/ |
D | mmu_context.h | 52 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()
|
D | switch_to.h | 8 #define switch_to(prev, next, last) do { \ argument
|
/linux-4.1.27/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ argument 41 #define activate_mm(prev, next) \ argument
|
D | switch_to.h | 27 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/mips/mm/ |
D | gup.c | 104 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/ |
D | srq.c | 77 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/ |
D | scsi_error.c | 1154 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/ |
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-4.1.27/kernel/sched/ |
D | stats.h | 132 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/ |
D | module.c | 38 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/ |
D | match.c | 305 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/ |
D | mmu_context.h | 72 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()
|
D | switch_to.h | 6 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/metag/include/asm/ |
D | mmu_context.h | 72 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/ |
D | mmu_context.h | 49 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
|
D | switch_to.h | 24 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | asl.c | 29 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/ |
D | vmwgfx_cmdbuf_res.c | 131 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
|
D | vmwgfx_marker.c | 47 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/ |
D | gup.c | 105 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/ |
D | err_impl.h | 17 struct el_subpacket_annotation *next; member 27 struct el_subpacket_handler *next; member
|
D | err_common.c | 158 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/ |
D | mmu_context.h | 93 #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()
|
D | switch_to.h | 23 #define switch_to(prev,next,last) \ argument
|
D | fiq.h | 22 struct fiq_handler *next; member
|
D | spinlock_types.h | 15 u16 next; member
|
/linux-4.1.27/arch/arc/include/asm/ |
D | mmu_context.h | 131 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
|
D | switch_to.h | 31 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/include/net/ |
D | atmclip.h | 33 struct clip_vcc *next; /* next VCC */ member 49 struct net_device *next; /* next CLIP interface */ member
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | mmu_context.h | 120 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/ |
D | exynos_mipi_dsi.c | 209 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/ |
D | list.h | 111 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/ |
D | ackvec.c | 33 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/ |
D | mmu.c | 130 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/ |
D | mmu_context.h | 109 struct mm_struct *next, in switch_mm() 122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
D | switch_to.h | 39 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 43 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/ |
D | ste_dma40_ll.c | 223 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/ |
D | dtc.h | 81 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/ |
D | adf_cfg_user.h | 65 struct adf_user_cfg_key_val *next; member 82 struct adf_user_cfg_section *next; member
|
/linux-4.1.27/tools/include/linux/ |
D | types.h | 64 struct list_head *next, *prev; member 72 struct hlist_node *next, **pprev; member
|
/linux-4.1.27/fs/jfs/ |
D | jfs_txnmgr.h | 48 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
|
D | jfs_dtree.h | 48 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/ |
D | mmu_context.h | 69 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/ |
D | mpc.h | 15 struct mpoa_client *next; member 41 struct atm_mpoa_qos *next; member
|
/linux-4.1.27/include/sound/ |
D | soundfont.h | 33 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/ |
D | intr.c | 71 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/ |
D | srq.c | 158 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/ |
D | pr_pc.h | 46 word next; member 56 word next; member 65 word next; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | dma.h | 17 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/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/cris/include/asm/ |
D | switch_to.h | 9 #define switch_to(prev,next,last) last = resume(prev,next, \ argument
|
D | mmu_context.h | 14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL) argument
|
D | fasttimer.h | 20 struct fast_timer *next; member
|
/linux-4.1.27/include/asm-generic/ |
D | switch_to.h | 25 #define switch_to(prev, next, last) \ argument
|
D | mmu_context.h | 35 struct mm_struct *next, in switch_mm()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | switch_to_64.h | 24 #define switch_to(prev,next,last) \ argument
|
D | mmu_context.h | 119 struct mm_struct *next, in switch_mm() 133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) argument
|
D | switch_to_32.h | 69 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 97 next: label
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | switch_to.h | 18 #define switch_to(prev, next, last) \ argument
|
D | mmu_context_mm.h | 117 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
/linux-4.1.27/arch/arm/kvm/ |
D | mmu.c | 235 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/ |
D | hwpci.c | 60 struct acpi_pci_device *next; member 301 struct acpi_pci_device *next; in acpi_hw_delete_pci_list() local
|
D | pswalk.c | 65 union acpi_parse_object *next = NULL; in acpi_ps_delete_parse_tree() local
|
D | nseval.c | 344 union acpi_operand_object *next; in acpi_ns_exec_module_code_list() local
|
D | pstree.c | 204 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next() local
|
D | utcache.c | 110 void *next; in acpi_os_purge_cache() local
|
D | psloop.c | 323 union acpi_operand_object *next; in acpi_ps_link_module_code() local
|
D | acobject.h | 160 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/ |
D | switch_to.h | 24 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/arc/kernel/ |
D | fpu.c | 33 void fpu_save_restore(struct task_struct *prev, struct task_struct *next) in fpu_save_restore()
|
D | ctx_sw.c | 27 unsigned int next = (unsigned int)next_task; in __switch_to() local
|
/linux-4.1.27/drivers/uwb/ |
D | beacon.c | 178 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/ |
D | xattr.c | 191 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/ |
D | mmu.c | 518 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/ |
D | ring_buffer.c | 147 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/ |
D | sa1111_generic.h | 7 struct sa1111_pcmcia_socket *next; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | mmu_context.h | 139 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()
|
D | switch_to.h | 86 #define switch_to(prev, next, last) \ argument
|
/linux-4.1.27/arch/powerpc/mm/ |
D | subpage-prot.c | 100 unsigned long next, limit; in subpage_prot_clear() local 195 unsigned long next, limit; in sys_subpage_prot() local
|
D | icswx.c | 68 void switch_cop(struct mm_struct *next) in switch_cop()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_prioq.c | 292 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/ |
D | videocodec.c | 60 struct attached_list *next; member 67 struct codec_list *next; member
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | mmu_context.h | 31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) argument
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 79 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/ |
D | event-plugin.c | 36 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/ |
D | tty_buffer.c | 118 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/ |
D | mkregtable.c | 42 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/ |
D | process.c | 301 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/ |
D | i915_gem_batch_pool.c | 94 struct drm_i915_gem_object *tmp, *next; in i915_gem_batch_pool_get() local
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctimap.h | 28 unsigned short next; /* the next input mapper ram id */ member
|
/linux-4.1.27/arch/tile/kernel/ |
D | process.c | 410 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/ |
D | netlink.c | 87 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/ |
D | ashmem.c | 265 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/ |
D | delayed-inode.c | 229 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/ |
D | dm-ioctl.h | 167 __u32 next; member 192 __u32 next; /* offset to the next record from member 201 __u32 next; member
|
/linux-4.1.27/kernel/time/ |
D | tick-common.c | 101 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/ |
D | interrupt.c | 41 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/ |
D | mem_user.h | 36 struct iomem_region *next; member
|
D | aio.h | 18 struct aio_context *next; member
|
D | irq_user.h | 12 struct irq_fd *next; member
|
/linux-4.1.27/tools/perf/ui/ |
D | progress.h | 10 u64 curr, next, step, total; member
|
/linux-4.1.27/fs/ext4/ |
D | fsync.c | 47 struct inode *next; in ext4_sync_parent() local
|
/linux-4.1.27/include/linux/raid/ |
D | xor.h | 10 struct xor_block_template *next; member
|
/linux-4.1.27/drivers/net/appletalk/ |
D | ipddp.h | 20 struct ipddp_route *next; member
|
/linux-4.1.27/kernel/ |
D | task_work.c | 88 struct callback_head *work, *head, *next; in task_work_run() local
|
D | context_tracking.c | 181 struct task_struct *next) in __context_tracking_task_switch()
|
/linux-4.1.27/drivers/parisc/ |
D | hppb.c | 29 struct hppb_card *next; member
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 236 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/ |
D | dma.c | 33 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/ |
D | char_dev.c | 32 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/ |
D | hw.h | 93 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/ |
D | xfs_mru_cache.c | 243 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/ |
D | mtd_blkdevs.c | 505 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/ |
D | trace_sched_switch.c | 19 probe_sched_switch(void *ignore, struct task_struct *prev, struct task_struct *next) in probe_sched_switch()
|
/linux-4.1.27/drivers/scsi/arm/ |
D | msgqueue.h | 23 struct msgqueue_entry *next; member
|
/linux-4.1.27/drivers/gpu/drm/via/ |
D | via_dmablit.c | 53 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/ |
D | otg_fsm.c | 37 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/ |
D | fixdep.c | 142 struct item *next; member 199 struct item *aux, *next; in clear_config() local
|