Searched refs:prev (Results 176 - 200 of 1034) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dmem2node.c84 struct phys_entry *prev = &entries[j - 1]; local
86 if ((prev->end == start) &&
87 (prev->node == n->node)) {
88 prev->end += bsize;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c14 __u64 prev; member in struct:percpu_attach_counter
50 struct percpu_attach_counter pcpu_init = {.state = state, .prev = 0};
97 delta += state - pcpu_counter->prev;
98 pcpu_counter->prev = state;
/linux-master/arch/sh/kernel/
H A Dprocess_32.c145 __switch_to(struct task_struct *prev, struct task_struct *next) argument
153 unlazy_fpu(prev, task_pt_regs(prev));
177 return prev;
H A Dunwinder.c35 .prev = &unwinder_list,
53 .prev = &stack_reader.list,
/linux-master/io_uring/
H A Dtimeout.c25 struct io_kiocb *prev; member in struct:io_timeout
81 list_add(&timeout->list, ctx->timeout_list.prev);
306 struct io_kiocb *prev = timeout->prev; local
309 if (prev) {
313 .data = prev->cqe.user_data,
320 io_put_req(prev);
331 struct io_kiocb *prev, *req = data->req; local
337 prev = timeout->head;
344 if (prev) {
[all...]
/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py59 prev = None
153 if prev.startswith('Descriptions'):
155 if prev.startswith('Maintainers'):
159 prev = line
/linux-master/drivers/base/power/
H A Dtrace.c208 entry = dpm_list.prev;
216 entry = entry->prev;
235 entry = dpm_list.prev;
249 entry = entry->prev;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.h154 void omap3isp_preview_isr_frame_sync(struct isp_prev_device *prev);
155 void omap3isp_preview_isr(struct isp_prev_device *prev);
/linux-master/drivers/mtd/parsers/
H A Dredboot.c194 struct fis_list *new_fl, **prev; local
221 prev = &fl;
222 while (*prev && (*prev)->img->flash_base < new_fl->img->flash_base)
223 prev = &(*prev)->next;
224 new_fl->next = *prev;
225 *prev = new_fl;
/linux-master/drivers/dma/
H A Dtxx9dmac.c171 return list_entry(dc->active_list.prev,
183 desc = list_entry(desc->tx_list.prev, typeof(*desc), desc_node);
428 struct txx9dmac_desc *prev = NULL; local
433 if (prev) {
434 desc_write_CHAR(dc, prev, desc->txd.phys);
436 prev->txd.phys, ddev->descsize,
439 prev = txx9dmac_last_child(desc);
716 struct txx9dmac_desc *prev; local
728 prev = first = NULL;
778 desc_write_CHAR(dc, prev, des
810 struct txx9dmac_desc *prev; local
939 txx9dmac_chain_dynamic(struct txx9dmac_chan *dc, struct txx9dmac_desc *prev) argument
973 struct txx9dmac_desc *prev = txx9dmac_last_active(dc); local
[all...]
/linux-master/kernel/sched/
H A Dstop_task.c19 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
71 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) argument
H A Dcputime.c428 void vtime_task_switch(struct task_struct *prev) argument
430 if (is_idle_task(prev))
431 vtime_account_idle(prev);
433 vtime_account_kernel(prev);
435 vtime_flush(prev);
436 arch_vtime_task_switch(prev);
456 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, argument
558 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, argument
565 raw_spin_lock_irqsave(&prev->lock, flags);
576 if (prev
783 vtime_task_switch_generic(struct task_struct *prev) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dentry.h22 struct task_struct *__switch_to_asm(struct task_struct *prev, struct task_struct *next);
23 void __ret_from_fork(struct task_struct *prev, struct pt_regs *regs);
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c407 __list_del_entry(&rq->link); /* poison neither prev/next (RCU walks) */
1081 struct list_head *pos = READ_ONCE(signal->link.prev);
1082 struct i915_request *prev; local
1098 prev = list_entry(pos, typeof(*prev), link);
1099 if (!i915_request_get_rcu(prev))
1102 /* After the strong barrier, confirm prev is still attached */
1103 if (unlikely(READ_ONCE(prev->link.next) != &signal->link)) {
1104 i915_request_put(prev);
1108 fence = &prev
1638 struct i915_request *prev; local
1673 struct i915_request *prev; local
1722 struct i915_request *prev; local
[all...]
/linux-master/sound/core/seq/
H A Dseq_prioq.c134 struct snd_seq_event_cell *cur, *prev; local
162 prev = NULL; /* previous cell */
177 prev = cur;
186 if (prev != NULL)
187 prev->next = cell;
253 struct snd_seq_event_cell *prev = NULL; local
261 prev = cell;
269 prev->next = cell->next;
/linux-master/drivers/of/
H A Dbase.c226 struct device_node *__of_find_all_nodes(struct device_node *prev) argument
229 if (!prev) {
231 } else if (prev->child) {
232 np = prev->child;
235 np = prev;
245 * @prev: Previous node or NULL to start iteration
251 struct device_node *of_find_all_nodes(struct device_node *prev) argument
257 np = __of_find_all_nodes(prev);
259 of_node_put(prev);
592 struct device_node *prev)
591 __of_get_next_child(const struct device_node *node, struct device_node *prev) argument
617 of_get_next_child(const struct device_node *node, struct device_node *prev) argument
630 of_get_next_status_child(const struct device_node *node, struct device_node *prev, bool (*checker)(const struct device_node *)) argument
661 of_get_next_available_child(const struct device_node *node, struct device_node *prev) argument
676 of_get_next_reserved_child(const struct device_node *node, struct device_node *prev) argument
694 of_get_next_cpu_node(struct device_node *prev) argument
1974 struct device_node *prev = NULL, *np = of_cpu_device_node_get(cpu); local
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_defs.h69 return ((list->next == list) && (list->prev == list));
73 #define csio_list_prev(elem) (((struct list_head *)(elem))->prev)
/linux-master/tools/testing/selftests/kvm/include/
H A Dsparsebit.h48 sparsebit_idx_t sparsebit_next_set(const struct sparsebit *sbit, sparsebit_idx_t prev);
49 sparsebit_idx_t sparsebit_next_clear(const struct sparsebit *sbit, sparsebit_idx_t prev);
/linux-master/sound/core/
H A Dpcm_trace.h107 TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_uframes_t prev, snd_pcm_uframes_t curr),
108 TP_ARGS(substream, prev, curr),
114 __field( snd_pcm_uframes_t, prev )
125 __entry->prev = (prev);
131 TP_printk("pcmC%dD%d%s/sub%d: prev=%lu, curr=%lu, avail=%lu, period=%lu, buf=%lu",
136 __entry->prev,
/linux-master/drivers/cpufreq/
H A Dfreq_table.c302 struct cpufreq_frequency_table *prev = NULL; local
308 if (!prev) {
309 prev = pos;
313 if (pos->frequency == prev->frequency) {
319 /* Frequency increased from prev to pos */
320 if (pos->frequency > prev->frequency) {
329 /* Frequency decreased from prev to pos */
340 prev = pos;
/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c109 * Leaf: | rec 1 | rec 2 | rec 3 | rec 4 | rec N | prev-ptr | next-ptr |
124 struct xfs_iext_leaf *prev; member in struct:xfs_iext_leaf
268 if (ifp->if_height > 1 && cur->leaf->prev) {
269 cur->leaf = cur->leaf->prev;
412 struct xfs_iext_leaf *prev = ifp->if_data; local
414 node->keys[0] = xfs_iext_leaf_key(prev, 0);
415 node->ptrs[0] = prev;
417 struct xfs_iext_node *prev = ifp->if_data; local
421 node->keys[0] = prev->keys[0];
422 node->ptrs[0] = prev;
704 struct xfs_iext_node *prev = parent->ptrs[*pos - 1]; local
[all...]
/linux-master/fs/gfs2/
H A Dxattr.c86 struct gfs2_ea_header *prev, void *private);
92 struct gfs2_ea_header *ea, *prev = NULL; local
98 for (ea = GFS2_EA_BH2FIRST(bh);; prev = ea, ea = GFS2_EA2NEXT(ea)) {
106 error = ea_call(ip, bh, ea, prev, data);
176 struct gfs2_ea_header *ea, struct gfs2_ea_header *prev,
191 el->el_prev = prev;
231 struct gfs2_ea_header *prev, void *private)
301 if (prev && !leave) {
304 len = GFS2_EA_REC_LEN(prev) + GFS2_EA_REC_LEN(ea);
305 prev
175 ea_find_i(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
229 ea_dealloc_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
324 ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, int leave) argument
350 ea_list_i(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
841 struct gfs2_ea_header *prev = el->el_prev; local
920 ea_set_simple(struct gfs2_inode *ip, struct buffer_head *bh, struct gfs2_ea_header *ea, struct gfs2_ea_header *prev, void *private) argument
1088 struct gfs2_ea_header *prev = el->el_prev; local
[all...]
/linux-master/fs/jffs2/
H A Derase.c210 struct jffs2_raw_node_ref **prev; local
212 prev = &ref->next_in_ino;
216 if (!(*prev)->next_in_ino) {
220 ic = (struct jffs2_inode_cache *)(*prev);
221 prev = &ic->nodes;
225 if (SECTOR_ADDR((*prev)->flash_offset) == jeb->offset) {
229 this = *prev;
230 *prev = this->next_in_ino;
239 prev = &((*prev)
[all...]
/linux-master/tools/lib/perf/
H A Dmmap.c19 void perf_mmap__init(struct perf_mmap *map, struct perf_mmap *prev, argument
27 if (prev)
28 prev->next = map;
39 map->prev = 0;
97 return perf_mmap__read_head(map) == map->prev && !pc->aux_size;
103 u64 old = map->prev;
150 u64 old = md->prev;
165 md->prev = head;
195 * The last perf_mmap__read() will set tail to map->core.prev.
196 * Need to correct the map->core.prev t
[all...]
/linux-master/mm/
H A Dmmap.c80 struct vm_area_struct *vma, struct vm_area_struct *prev,
818 * an offset within prev, or at the start of next), and the flags of
856 * PPPP is represented by *prev
863 *vma_merge(struct vma_iterator *vmi, struct vm_area_struct *prev, argument
894 curr = find_vma_intersection(mm, prev ? prev->vm_end : 0, end);
902 if (prev) {
903 vma_start = prev->vm_start;
904 vma_pgoff = prev->vm_pgoff;
907 if (addr == prev
1119 struct vm_area_struct *prev, *next; local
1707 struct vm_area_struct *vma, *prev; local
1754 struct vm_area_struct *vma, *prev; local
2071 struct vm_area_struct *prev; local
2179 struct vm_area_struct *vma, *prev; local
2244 struct vm_area_struct *vma, *prev; local
2299 unmap_region(struct mm_struct *mm, struct ma_state *mas, struct vm_area_struct *vma, struct vm_area_struct *prev, struct vm_area_struct *next, unsigned long start, unsigned long end, unsigned long tree_end, bool mm_wr_locked) argument
2427 vma_modify(struct vma_iterator *vmi, struct vm_area_struct *prev, struct vm_area_struct *vma, unsigned long start, unsigned long end, unsigned long vm_flags, struct mempolicy *policy, struct vm_userfaultfd_ctx uffd_ctx, struct anon_vma_name *anon_name) argument
2466 vma_merge_new_vma(struct vma_iterator *vmi, struct vm_area_struct *prev, struct vm_area_struct *vma, unsigned long start, unsigned long end, pgoff_t pgoff) argument
2509 struct vm_area_struct *prev, *next = NULL; local
2721 struct vm_area_struct *next, *prev, *merge; local
3031 struct vm_area_struct *next, *prev = vma; local
3359 struct vm_area_struct *new_vma, *prev; local
[all...]

Completed in 185 milliseconds

1234567891011>>