Searched refs:last (Results 151 - 175 of 1031) sorted by relevance

1234567891011>>

/linux-master/scripts/kconfig/
H A Dqconf.cc420 ConfigItem* last = 0; local
444 last = item;
448 item = last ? last->nextSibling() : nullptr;
450 item = new ConfigItem(this, last, rootEntry, true);
600 ConfigItem* last; local
613 last = parent->firstChild();
614 if (last && !last->goParent)
615 last
665 ConfigItem* last; local
[all...]
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c165 struct rkvdec_vp9_frame_info last; member in struct:rkvdec_vp9_ctx
457 seg = vp9_ctx->last.valid ? &vp9_ctx->last.seg : &vp9_ctx->cur.seg;
513 vp9_ctx->last = vp9_ctx->cur;
522 struct rkvdec_decoded_buffer *dst, *last, *mv_ref; local
537 if (vp9_ctx->last.valid)
538 last = get_ref_buf(ctx, &dst->base.vb, vp9_ctx->last.timestamp);
540 last = dst;
583 vp9_ctx->cur.segmapid = vp9_ctx->last
[all...]
/linux-master/drivers/pwm/
H A Dcore.c35 struct pwm_state *last = &pwm->last; local
77 last->polarity == state->polarity &&
78 last->period > s2.period &&
79 last->period <= state->period)
82 state->period, s2.period, last->period);
90 last->polarity == state->polarity &&
91 last->period == s2.period &&
92 last->duty_cycle > s2.duty_cycle &&
93 last
[all...]
/linux-master/scripts/
H A Dcleanpatch120 last;
185 last;
191 last;
/linux-master/include/uapi/linux/
H A Dvduse.h61 * struct vduse_iotlb_entry - entry of IOTLB to describe one IOVA region [start, last]
64 * @last: last of the IOVA region
72 __u64 last; member in struct:vduse_iotlb_entry
80 * Find the first IOVA region that overlaps with the range [start, last]
82 * IOVA region doesn't exist. Caller should set start and last fields.
147 * @last_avail_counter: last driver ring wrap counter observed by device
239 * @last: last of the IOVA region
248 __u64 last; member in struct:vduse_iova_info
304 __u64 last; member in struct:vduse_iova_range
[all...]
/linux-master/include/sound/
H A Dsoc-dpcm.h158 int do_hw_free, struct snd_soc_dpcm *last);
171 #define dpcm_be_dai_startup_rollback(fe, stream, last) \
172 dpcm_be_dai_stop(fe, stream, 0, last)
/linux-master/drivers/media/rc/
H A Dgpio-ir-tx.c124 ktime_t last = ktime_add_us(edge, txbuf[i]); local
126 while (ktime_before(ktime_get(), last)) {
141 edge = last;
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.c87 xfs_agino_t last; local
89 xfs_agino_range(mp, agno, &first, &last);
90 return agino >= first && agino <= last;
/linux-master/arch/openrisc/kernel/
H A Dprocess.c242 struct task_struct *last; local
260 last = (_switch(old_ti, new_ti))->task;
266 return last;
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_resource.c70 dma_resv_assert_held(pos->last->bo->base.resv);
74 &pos->last->lru);
91 if (pos->last != res) {
94 list_move(&res->lru, &pos->last->lru);
95 pos->last = res;
107 pos->last = res;
120 if (unlikely(WARN_ON(!pos->first || !pos->last) ||
121 (pos->first == res && pos->last == res))) {
123 pos->last = NULL;
126 } else if (pos->last
[all...]
/linux-master/fs/ntfs3/
H A Dlznt.c151 u8 *last; local
157 last = min(cmpr + LZNT_CHUNK_SIZE + sizeof(short), cmpr_end);
173 if (cp >= last)
176 } else if (cp + 1 >= last) {
196 if (cp2 < last)
211 if ((cmpr + LZNT_CHUNK_SIZE + sizeof(short)) > last)
/linux-master/fs/erofs/
H A Ddecompressor_lzma.c108 struct z_erofs_lzma *last; local
122 for (last = strm; last->next; last = last->next)
124 last->next = head;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c158 u32 last; /* last data offset */ member in struct:g2d_cmdlist
369 lnode->cmdlist->data[lnode->cmdlist->last] = node->dma_addr;
660 /* Compute the position of the last byte that the engine accesses. */
673 DRM_DEV_ERROR(g2d->dev, "last engine access position [%lu] "
699 reg_pos = cmdlist->last - 2 * (i + 1);
1038 index = cmdlist->last - 2 * (i + 1);
1192 cmdlist->last = 0;
1201 cmdlist->data[cmdlist->last++] = G2D_SOFT_RESET;
1202 cmdlist->data[cmdlist->last
[all...]
/linux-master/fs/hpfs/
H A Dname.c77 const unsigned char *n2, unsigned l2, int last)
81 if (last) return -1;
75 hpfs_compare_names(struct super_block *s, const unsigned char *n1, unsigned l1, const unsigned char *n2, unsigned l2, int last) argument
/linux-master/sound/isa/gus/
H A Dgus_mem.c59 if (alloc->last == NULL) {
61 alloc->first = alloc->last = nblock;
63 nblock->prev = alloc->last;
64 alloc->last->next = nblock;
65 alloc->last = nblock;
86 if (alloc->last == block) {
87 alloc->last = block->prev;
236 alloc->first = alloc->last = NULL;
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson.h92 * @last: last pin of the bank
104 unsigned int last; member in struct:meson_bank
151 .last = l, \
/linux-master/include/linux/
H A Dethtool_netlink.h30 int ethnl_cable_test_step(struct phy_device *phydev, u32 first, u32 last,
81 u32 last, u32 step)
80 ethnl_cable_test_step(struct phy_device *phydev, u32 first, u32 last, u32 step) argument
H A Dmaple_tree.h51 * extra bit to store the offset. This extra bit comes from a reuse of the last
319 unsigned long last, void *entry, gfp_t gfp);
331 unsigned long last, void *entry, gfp_t gfp);
415 * When returning a value the maple state index and last respectively contain
423 * status is ma_overflow, then the last action hit the upper limit.
429 unsigned long last; /* The last index we're operating on - range end */ member in struct:ma_state
473 .last = end, \
535 mas->index = mas->last = addr;
573 * When returned, mas->index and mas->last wil
715 __mas_set_range(struct ma_state *mas, unsigned long start, unsigned long last) argument
736 mas_set_range(struct ma_state *mas, unsigned long start, unsigned long last) argument
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.c162 libc.last = end - 1;
165 vdso.last = end - 1;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.h245 u64 last,
251 u64 last,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c451 struct i915_request *last = NULL; local
489 if (last)
490 i915_request_put(last);
491 last = i915_request_get(rq);
499 if (last) {
500 if (i915_request_wait(last, 0, HZ) < 0) {
502 i915_request_put(last);
503 pr_err("Failed waiting for last request (on %s)",
507 i915_request_put(last);
/linux-master/fs/gfs2/
H A Drgrp.h88 u64 last = first + rgd->rd_data; local
89 return first <= block && block < last;
/linux-master/arch/x86/crypto/
H A Daes-xts-avx-x86_64.S85 // advanced to point to 7th-from-last round key
406 // \i that include at least 0 through 19, then 1000 which signals the last step.
430 // Increment KEY to make it so that 7*16(KEY) is the last round key.
443 // the last round needs different instructions.
478 .macro _vaes enc, last, key, data
480 .if \last
486 .if \last
497 .macro _vaes_1x enc, last, i, xmm_suffix, data
499 _vaes \enc, \last, KEY\i\xmm_suffix, \data
502 _vaes \enc, \last, (\
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddriver.c791 static inline void process_rcv_update(int last, struct hfi1_packet *packet) argument
794 * Update head regs etc., every 16 packets, if not last pkt,
799 if (!last && !(packet->numpkt & 0xf)) {
854 int last = RCV_PKT_OK; local
859 last = RCV_PKT_DONE;
865 while (last == RCV_PKT_OK) {
866 last = process_rcv_packet(&packet, thread);
868 last = RCV_PKT_DONE;
869 process_rcv_update(last, &packet);
875 return last;
881 int last = RCV_PKT_OK; local
1005 int needset, last = RCV_PKT_OK; local
1110 int last = RCV_PKT_OK; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c276 struct ia_css_pipeline_stage *last, *new_stage = NULL; local
282 last = pipeline->stages;
294 /* Find the last stage */
295 while (last && last->next)
296 last = last->next;
306 if (last && last->args.out_frame[0])
307 stage_desc->in_frame = last
[all...]

Completed in 582 milliseconds

1234567891011>>