Home
last modified time | relevance | path

Searched refs:last (Results 176 – 200 of 2241) sorted by relevance

12345678910>>...90

/openbmc/linux/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.h14 unsigned int last; member
28 .last = l, \
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c1318 while ((last = *active) && completed(last)) in execlists_dequeue()
1321 if (last) { in execlists_dequeue()
1352 last->fence.context, last->fence.seqno, in execlists_dequeue()
1430 if (last && !can_merge_rq(last, rq)) { in execlists_dequeue()
1473 last = rq; in execlists_dequeue()
1509 if (last && !can_merge_rq(last, rq)) { in execlists_dequeue()
4097 last = NULL; in intel_execlists_show_requests()
4103 last = rq; in intel_execlists_show_requests()
4105 if (last) { in intel_execlists_show_requests()
4130 if (last) { in intel_execlists_show_requests()
[all …]
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg.h15 unsigned int last; member
29 .last = l, \
/openbmc/linux/arch/mips/lib/
H A Dr3k_dump_tlb.c24 static void dump_tlb(int first, int last) in dump_tlb() argument
33 for (i = first; i <= last; i++) { in dump_tlb()
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c2611 if (last) in bitcpy()
2641 if (last) in bitcpy()
2652 if (last) in bitcpy()
2762 if (last) in bitcpy_rev()
2792 if (last) in bitcpy_rev()
2803 if (last) in bitcpy_rev()
2903 if (last) in bitcpy_not()
3040 if (last) in bitfill32()
3069 if (last) in bitfill32()
3096 if (last) in bitxor32()
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dvduse.h72 __u64 last; member
248 __u64 last; member
304 __u64 last; member
/openbmc/linux/arch/arm/boot/compressed/
H A Dstring.c146 const char *last = NULL; in strrchr() local
149 last = s; in strrchr()
151 return (char *)last; in strrchr()
/openbmc/linux/net/sched/
H A Dsch_mqprio_lib.c27 unsigned int last = qopt->offset[i] + qopt->count[i]; in mqprio_validate_queue_counts() local
39 last > dev->real_num_tx_queues) { in mqprio_validate_queue_counts()
52 if (intervals_overlap(qopt->offset[i], last, in mqprio_validate_queue_counts()
H A Dsch_cbs.c74 s64 last; /* timestamp in ns */ member
125 q->last = ktime_get_ns(); in cbs_enqueue_soft()
186 if (now < q->last) { in cbs_dequeue_soft()
187 qdisc_watchdog_schedule_ns(&q->watchdog, q->last); in cbs_dequeue_soft()
191 credits = timediff_to_credits(now - q->last, q->idleslope); in cbs_dequeue_soft()
202 q->last = now; in cbs_dequeue_soft()
223 q->last = now; in cbs_dequeue_soft()
225 q->last = now + div64_s64(len * NSEC_PER_SEC, in cbs_dequeue_soft()
/openbmc/linux/arch/openrisc/kernel/
H A Dprocess.c243 struct task_struct *last; in __switch_to() local
259 last = (_switch(old_ti, new_ti))->task; in __switch_to()
263 return last; in __switch_to()
/openbmc/linux/include/uapi/linux/
H A Dvduse.h72 __u64 last; member
248 __u64 last; member
304 __u64 last; member
/openbmc/u-boot/drivers/dma/
H A Dapbh_dma.c408 struct mxs_dma_desc *last; in mxs_dma_desc_append() local
421 last = list_entry(pchan->active.prev, struct mxs_dma_desc, in mxs_dma_desc_append()
425 last->flags &= ~MXS_DMA_DESC_LAST; in mxs_dma_desc_append()
427 last->cmd.next = mxs_dma_cmd_address(pdesc); in mxs_dma_desc_append()
428 last->cmd.data |= MXS_DMA_DESC_CHAIN; in mxs_dma_desc_append()
430 mxs_dma_flush_desc(last); in mxs_dma_desc_append()
/openbmc/linux/fs/ntfs3/
H A Dlznt.c151 u8 *last; in compress_chunk() local
157 last = min(cmpr + LZNT_CHUNK_SIZE + sizeof(short), cmpr_end); in compress_chunk()
173 if (cp >= last) in compress_chunk()
176 } else if (cp + 1 >= last) { in compress_chunk()
196 if (cp2 < last) in compress_chunk()
211 if ((cmpr + LZNT_CHUNK_SIZE + sizeof(short)) > last) in compress_chunk()
/openbmc/linux/arch/ia64/lib/
H A Ddo_csum.S100 #define last r21 macro
153 and last=-8,tmp2 // address of word containing last byte
155 sub tmp3=last,first1 // tmp3=distance from first1 to last
158 cmp.eq p8,p9=last,first1 // everything fits in one word ?
164 (p9) ld8 lastval=[last] // load, ahead of time, "last" word, if needed
/openbmc/u-boot/drivers/i2c/
H A Dmeson_i2c.c48 bool last; /* Whether the message is the last */ member
139 if (i2c->last && i2c->pos + i2c->count >= i2c->msg->len) in meson_i2c_prepare_xfer()
159 int last) in meson_i2c_xfer_msg() argument
168 i2c->last = last; in meson_i2c_xfer_msg()
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.04.bb2 …e /sbin/init program. This is the first process started on boot, and the last process terminated …
38 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum…
60 ALTERNATIVE:${PN}-doc = "mountpoint.1 last.1 lastb.1 mesg.1 wall.1 sulogin.8 utmpdump.1"
62 ALTERNATIVE_LINK_NAME[last.1] = "${mandir}/man1/last.1"
/openbmc/linux/drivers/memory/tegra/
H A Dtegra124-emc.c599 struct emc_timing *last = &emc->last_timing; in tegra_emc_prepare_timing_change() local
642 val2 = last->emc_bgbias_ctl0; in tegra_emc_prepare_timing_change()
729 last->emc_zcal_interval == 0) in tegra_emc_prepare_timing_change()
775 if (timing->emc_mode_1 != last->emc_mode_1) in tegra_emc_prepare_timing_change()
777 if (timing->emc_mode_2 != last->emc_mode_2) in tegra_emc_prepare_timing_change()
780 if ((timing->emc_mode_reset != last->emc_mode_reset) || in tegra_emc_prepare_timing_change()
792 if (timing->emc_mode_2 != last->emc_mode_2) in tegra_emc_prepare_timing_change()
794 if (timing->emc_mode_1 != last->emc_mode_1) in tegra_emc_prepare_timing_change()
796 if (timing->emc_mode_4 != last->emc_mode_4) in tegra_emc_prepare_timing_change()
827 struct emc_timing *last = &emc->last_timing; in tegra_emc_complete_timing_change() local
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_actlog.c248 D_ASSERT(device, first <= last); in drbd_al_begin_io_fastpath()
252 if (first != last) in drbd_al_begin_io_fastpath()
267 D_ASSERT(device, first <= last); in drbd_al_begin_io_prepare()
270 for (enr = first; enr <= last; enr++) { in drbd_al_begin_io_prepare()
495 D_ASSERT(device, first <= last); in drbd_al_begin_io_nonblock()
519 for (enr = first; enr <= last; enr++) { in drbd_al_begin_io_nonblock()
535 for (enr = first; enr <= last; enr++) { in drbd_al_begin_io_nonblock()
554 D_ASSERT(device, first <= last); in drbd_al_complete_io()
557 for (enr = first; enr <= last; enr++) { in drbd_al_complete_io()
742 unsigned long last = device->rs_mark_time[device->rs_last_mark]; in drbd_advance_rs_marks() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py115 last = len(lines)
123 if end > last:
124 start -= end - last
125 end = last
/openbmc/linux/drivers/acpi/pmic/
H A Dintel_pmic_xpower.c300 struct acpi_lpat last = lpat_table->lpat[lpat_table->lpat_count - 1]; in intel_xpower_lpat_raw_to_temp() local
309 if (first.raw < last.raw) in intel_xpower_lpat_raw_to_temp()
310 raw = clamp(raw, first.raw, last.raw); in intel_xpower_lpat_raw_to_temp()
312 raw = clamp(raw, last.raw, first.raw); in intel_xpower_lpat_raw_to_temp()
/openbmc/linux/drivers/ata/
H A Dpata_cmd640.c29 int last; member
136 if (ap->port_no != 0 && adev->devno != timing->last) { in cmd640_qc_issue()
138 timing->last = adev->devno; in cmd640_qc_issue()
159 timing->last = -1; /* Force a load */ in cmd640_port_start()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.c16 ktime_t now, last; in panfrost_devfreq_update_utilization() local
19 last = pfdevfreq->time_last_update; in panfrost_devfreq_update_utilization()
22 pfdevfreq->busy_time += ktime_sub(now, last); in panfrost_devfreq_update_utilization()
24 pfdevfreq->idle_time += ktime_sub(now, last); in panfrost_devfreq_update_utilization()
/openbmc/linux/tools/perf/ui/
H A Dprogress.c18 u64 last = p->curr; in ui_progress__update() local
23 u64 nr = DIV_ROUND_UP(p->curr - last, p->step); in ui_progress__update()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c50 obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last); in mlx4_bitmap_alloc()
59 bitmap->last = (obj + 1); in mlx4_bitmap_alloc()
60 if (bitmap->last == bitmap->max) in mlx4_bitmap_alloc()
61 bitmap->last = 0; in mlx4_bitmap_alloc()
119 obj = find_aligned_range(bitmap->table, bitmap->last, in mlx4_bitmap_alloc_range()
130 if (obj == bitmap->last) { in mlx4_bitmap_alloc_range()
131 bitmap->last = (obj + cnt); in mlx4_bitmap_alloc_range()
132 if (bitmap->last >= bitmap->max) in mlx4_bitmap_alloc_range()
133 bitmap->last = 0; in mlx4_bitmap_alloc_range()
164 bitmap->last = min(bitmap->last, obj); in mlx4_bitmap_free_range()
[all …]
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c200 int i, last, ret = 0; in i3c_hci_send_ccc_cmd() local
228 last = i - 1; in i3c_hci_send_ccc_cmd()
229 xfer[last].cmd_desc[0] |= CMD_0_TOC; in i3c_hci_send_ccc_cmd()
230 xfer[last].completion = &done; in i3c_hci_send_ccc_cmd()
280 int i, last, ret = 0; in i3c_hci_priv_xfers() local
305 last = i - 1; in i3c_hci_priv_xfers()
306 xfer[last].cmd_desc[0] |= CMD_0_TOC; in i3c_hci_priv_xfers()
307 xfer[last].completion = &done; in i3c_hci_priv_xfers()
338 int i, last, ret = 0; in i3c_hci_i2c_xfers() local
353 last = i - 1; in i3c_hci_i2c_xfers()
[all …]

12345678910>>...90