Searched refs:prev (Results 326 - 350 of 1036) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c80 static struct dma_fence *mock_chain(struct dma_fence *prev, argument
87 dma_fence_put(prev);
92 dma_fence_chain_init(f, prev, fence, 1);
/linux-master/tools/perf/util/
H A Dbpf_kwork.c320 struct work_key prev = { local
332 while (!bpf_map_get_next_key(fd, &prev, &key)) {
341 prev = key;
/linux-master/kernel/gcov/
H A Dgcc_4_7.c153 * @prev: previous profiling data set
156 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) argument
158 if (prev)
159 prev->next = info->next;
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c216 struct tsnep_gcl *prev; local
225 prev = &adapter->gcl[1];
228 prev = &adapter->gcl[0];
250 index = get_operation(prev, system_time, &next_time);
252 start_before = prev->base_time;
254 prev->cycle_time);
255 start_before += n * prev->cycle_time;
257 start_before -= prev->cycle_time;
258 if (((start_before + prev->cycle_time_extension) >=
260 (curr->start_time - prev
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c816 meter_entry->stats.prev.pkts = meter_entry->stats.curr.pkts;
817 meter_entry->stats.prev.bytes = meter_entry->stats.curr.bytes;
818 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops;
848 diff_pkts = meter_entry->stats.curr.pkts > meter_entry->stats.prev.pkts ?
849 meter_entry->stats.curr.pkts - meter_entry->stats.prev.pkts : 0;
850 diff_bytes = meter_entry->stats.curr.bytes > meter_entry->stats.prev.bytes ?
851 meter_entry->stats.curr.bytes - meter_entry->stats.prev.bytes : 0;
852 diff_drops = meter_entry->stats.curr.drops > meter_entry->stats.prev.drops ?
853 meter_entry->stats.curr.drops - meter_entry->stats.prev.drops : 0;
859 meter_entry->stats.prev
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c173 struct task_struct *prev, *next; local
175 prev = (struct task_struct *)ctx[1];
188 on_sched_out(prev, ts, cpu);
/linux-master/drivers/android/
H A Dbinder_alloc_selftest.c257 size_t end, prev; local
263 prev = index == 0 ? 0 : end_offset[index - 1];
264 end = prev;
/linux-master/arch/x86/kernel/
H A Dprocess_32.c150 * The return value (in %ax) will be the "prev" task after
157 struct thread_struct *prev = &prev_p->thread, local
176 savesegment(gs, prev->gs);
195 * case prev or next is vm86.
206 if (prev->gs | next->gs)
/linux-master/drivers/iommu/
H A Diova.c167 struct rb_node *curr, *prev; local
191 prev = curr;
212 /* If we have 'prev', it's a valid place to start the insertion. */
213 iova_insert_rbtree(&iovad->rbroot, new, prev);
581 struct iova_magazine *prev; member in struct:iova_cpu_rcache
737 cpu_rcache->prev = iova_magazine_alloc(GFP_KERNEL);
738 if (!cpu_rcache->loaded || !cpu_rcache->prev) {
776 } else if (!iova_magazine_full(cpu_rcache->prev)) {
777 swap(cpu_rcache->prev, cpu_rcache->loaded);
830 } else if (!iova_magazine_empty(cpu_rcache->prev)) {
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h833 /* Circular linked list where only prev is circular. */ \
837 item->prev = item; \
842 item->prev = head->prev; \
843 item->prev->next = item; \
844 head->prev = item; \
847 item->next->prev = item; \
848 item->prev = item; \
865 struct __fixture_metadata *prev, *next; member in struct:__fixture_metadata
868 .prev
875 struct __test_xfail *prev, *next; member in struct:__test_xfail
918 struct __fixture_variant_metadata *prev, *next; member in struct:__fixture_variant_metadata
944 struct __test_metadata *prev, *next; member in struct:__test_metadata
[all...]
/linux-master/net/sched/
H A Dsch_sfq.c97 sfq_index prev; member in struct:sfq_head
213 slot->dep.prev = p;
216 sfq_dep_head(q, n)->prev = x;
222 p = q->slots[x].dep.prev; \
224 sfq_dep_head(q, n)->prev = p; \
261 slot->skblist_prev = skb->prev;
262 skb->prev->next = (struct sk_buff *)slot;
263 skb->next = skb->prev = NULL;
273 skb->next->prev = (struct sk_buff *)slot;
274 skb->next = skb->prev
[all...]
/linux-master/drivers/usb/host/
H A Duhci-q.c55 lqh = list_entry(uhci->skel_async_qh->node.prev,
67 lqh = list_entry(uhci->skel_async_qh->node.prev,
167 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list);
207 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list);
224 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list);
229 list_del_init(ftd->fl_list.prev);
338 purbp = list_entry(urbp->node.prev, struct urb_priv, node);
340 ptd = list_entry(purbp->td_list.prev, struct uhci_td,
342 td = list_entry(urbp->td_list.prev, struct uhci_td,
400 td = list_entry(urbp->td_list.prev, struc
[all...]
/linux-master/drivers/scsi/
H A Dwd33c93.c418 struct scsi_cmnd *cmd, *prev; local
432 prev = NULL;
437 prev = cmd;
450 if (prev)
451 prev->host_scribble = cmd->host_scribble;
503 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev;
504 prev = (struct scsi_cmnd *) prev->host_scribble) {
505 if ((prev
1554 struct scsi_cmnd *tmp, *prev; local
[all...]
H A Dinitio.c765 struct scsi_ctrl_blk *tmp, *prev; local
771 prev = tmp = host->first_pending;
778 prev->next = tmp->next;
780 host->last_pending = prev;
785 prev = tmp;
835 struct scsi_ctrl_blk *tmp, *prev; local
841 prev = tmp = host->first_busy;
848 prev->next = tmp->next;
850 host->last_busy = prev;
859 prev
920 struct scsi_ctrl_blk *tmp, *prev; local
2357 struct scsi_ctrl_blk *tmp, *prev; local
2809 struct scsi_ctrl_blk *scb, *tmp, *prev = NULL /* silence gcc */; local
[all...]
/linux-master/drivers/acpi/nfit/
H A Dcore.c699 struct nfit_table_prev *prev,
708 list_for_each_entry(nfit_spa, &prev->spas, list) {
729 struct nfit_table_prev *prev,
738 list_for_each_entry(nfit_memdev, &prev->memdevs, list)
800 struct nfit_table_prev *prev,
809 list_for_each_entry(nfit_dcr, &prev->dcrs, list)
828 struct nfit_table_prev *prev,
836 list_for_each_entry(nfit_bdw, &prev->bdws, list)
862 struct nfit_table_prev *prev,
871 list_for_each_entry(nfit_idt, &prev
698 add_spa(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_system_address *spa) argument
728 add_memdev(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_memory_map *memdev) argument
799 add_dcr(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_control_region *dcr) argument
827 add_bdw(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_data_region *bdw) argument
861 add_idt(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_interleave *idt) argument
900 add_flush(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_flush_address *flush) argument
945 add_table(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, void *table, const void *end) argument
3012 acpi_nfit_check_deletions(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev) argument
3064 struct nfit_table_prev prev; local
[all...]
/linux-master/fs/hfsplus/
H A Dbtree.c313 static struct hfs_bnode *hfs_bmap_new_bmap(struct hfs_bnode *prev, u32 idx) argument
315 struct hfs_btree *tree = prev->tree;
325 prev->next = idx;
327 hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
333 desc.prev = 0;
/linux-master/fs/hfs/
H A Dbtree.c191 static struct hfs_bnode *hfs_bmap_new_bmap(struct hfs_bnode *prev, u32 idx) argument
193 struct hfs_btree *tree = prev->tree;
205 prev->next = idx;
207 hfs_bnode_write(prev, &cnid, offsetof(struct hfs_bnode_desc, next), 4);
213 desc.prev = 0;
/linux-master/tools/perf/scripts/python/
H A Dcompaction-times.py84 prev = 0
88 prev = 1
90 s += "%sfree_scanner: %s" % (" " if prev else "", self.fscan)
91 prev = 1
93 s += "%smigration_scanner: %s" % (" " if prev else "", self.mscan)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c387 struct nouveau_channel *prev; local
391 prev = rcu_dereference(f->channel);
392 if (prev && (prev == chan ||
393 fctx->sync(f, prev, chan) == 0))
/linux-master/fs/ntfs3/
H A Dattrlist.c247 struct ATTR_LIST_ENTRY *le = NULL, *prev; local
251 while ((le = al_enumerate(ni, prev = le))) {
278 return prev ? Add2Ptr(prev, le16_to_cpu(prev->size)) : ni->attr_list.le;
/linux-master/net/ipv4/
H A Dtcp_cong.c282 const struct tcp_congestion_ops *prev; local
296 prev = xchg(&net->ipv4.tcp_congestion_control, ca);
297 if (prev)
298 bpf_module_put(prev, prev->owner);
/linux-master/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c47 u64 prev, new; local
51 prev = local64_read(&hwc->prev_count);
55 } while (local64_cmpxchg(&hwc->prev_count, prev, new) != prev);
57 local64_add(new - prev, &event->count);
/linux-master/include/drm/
H A Ddrm_gpuvm.h892 * @prev is used to remap the preceding part, @next the subsequent part.
896 * end address of the old mapping, either @prev or @next is NULL.
906 * @prev: the preceding part of a split mapping
908 struct drm_gpuva_op_map *prev; member in struct:drm_gpuva_op_remap
1213 void drm_gpuva_remap(struct drm_gpuva *prev,
1234 const u64 va_start = op->prev ?
1235 op->prev->va.addr + op->prev->va.range :
/linux-master/kernel/trace/
H A Dtrace_sched_switch.c26 struct task_struct *prev, struct task_struct *next,
36 tracing_record_taskinfo_sched_switch(prev, next, flags);
398 * @prev: previous task during sched_switch
403 void tracing_record_taskinfo_sched_switch(struct task_struct *prev, argument
415 done = !(flags & TRACE_RECORD_CMDLINE) || trace_save_cmdline(prev);
417 done &= !(flags & TRACE_RECORD_TGID) || trace_save_tgid(prev);
25 probe_sched_switch(void *ignore, bool preempt, struct task_struct *prev, struct task_struct *next, unsigned int prev_state) argument
/linux-master/scripts/kconfig/
H A Dpreprocess.c351 char *tmp, *name, *res, *endptr, *prev, *p; local
371 prev = p = tmp;
392 new_argv[new_argc++] = prev;
393 prev = p + 1;
405 new_argv[new_argc++] = prev;

Completed in 264 milliseconds

<<11121314151617181920>>