Searched refs:last (Results 376 - 400 of 1032) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decpc.c41 #define STAT_new_index 0x0040 /* new last index ready */
75 #define CTRL_last_index 0x0b00 /* get last index spoken */
377 static u_char last; local
424 if (!in_escape && strchr(",.!?;:", last))
440 last = ch;
/linux-master/arch/xtensa/lib/
H A Dusercopy.S149 add a8, a8, a3 # a8 = end of last 16B source chunk
216 add a10, a10, a3 # a10 = end of last 16B source chunk
219 add a12, a12, a3 # a12 = end of last 16B source chunk
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c32 unsigned int last,
42 if (last & BIT(depth - d - 1))
80 last << 1 | ((p->bitmap >> (i + 1)) ? 1 : 0),
486 pr_err("Parent (join) of last leaf was not the sync!\n");
585 pr_err("context=%llu, last=%u this=%u did not match expectation (%d)\n",
29 __sync_print(struct i915_syncmap *p, char *buf, unsigned long *sz, unsigned int depth, unsigned int last, unsigned int idx) argument
/linux-master/lib/
H A Dstring.c347 * then return a pointer to the last character of the string.
358 * strrchr - Find the last occurrence of a character in a string
364 const char *last = NULL; local
367 last = s;
369 return (char *)last;
/linux-master/net/sched/
H A Dcls_fw.c156 static int fw_delete(struct tcf_proto *tp, void *arg, bool *last, argument
183 *last = true;
186 *last = false;
/linux-master/arch/arm64/kernel/
H A Dprocess.c523 struct task_struct *last; local
553 last = cpu_switch_to(prev, next);
555 return last;
/linux-master/fs/nilfs2/
H A Ddat.c450 __u64 first, last; local
461 /* last virtual block number in this block */
465 last = first + entries_per_block - 1;
468 vinfo->vi_vblocknr <= last;
H A Dsegbuf.h162 struct nilfs_segment_buffer *last);
/linux-master/arch/sparc/kernel/
H A Dpsycho_common.c80 int j, saw_error, first, last; local
84 last = first + 8;
85 for (j = first; j < last; j++) {
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c281 u64 last = addr + range - 1; local
287 if (unlikely(mas.last < last))
291 mas.last = last;
457 struct drm_gpuva_op *last,
460 struct drm_gpuva_op *op = last;
550 if (op == last)
561 struct drm_gpuva_op *last = drm_gpuva_last_op(ops); local
567 nouveau_uvmm_sm_prepare_unwind(uvmm, new, ops, last,
454 nouveau_uvmm_sm_prepare_unwind(struct nouveau_uvmm *uvmm, struct nouveau_uvma_prealloc *new, struct drm_gpuva_ops *ops, struct drm_gpuva_op *last, struct uvmm_map_args *args) argument
575 struct drm_gpuva_op *last = drm_gpuva_last_op(ops); local
[all...]
/linux-master/drivers/bus/
H A Dbrcmstb_gisb.c422 int i, first, last; local
480 last = fls(gdev->valid_mask) - 1;
482 for (i = first; i < last; i++) {
/linux-master/fs/erofs/
H A Dzutil.c68 int last, i, j; local
86 last = j;
89 if (last == j)
127 /* The last (special) global buffer is the reserved buffer */
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c201 srq->last = get_wqe(srq, srq->max - 1);
514 prev_wqe = srq->last;
515 srq->last = wqe;
525 srq->last = prev_wqe;
/linux-master/drivers/gpu/drm/radeon/
H A Dcypress_dpm.h35 u8 last; member in struct:evergreen_mc_reg_table
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h101 bus_size_t len, int last);
/linux-master/fs/jfs/
H A Djfs_txnmgr.h36 lid_t last; /* index of last tlock of tid */ member in struct:tblock
/linux-master/drivers/scsi/esas2r/
H A Desas2r_int.c368 * Flashing could have been set by last local
608 * Clear this flag last! this indicates that the chip has been
754 union atto_vda_ae *last = local
771 last = ae;
774 while (ae < last) {
782 if (length > (u32)((u8 *)last - (u8 *)ae)
/linux-master/fs/unicode/
H A Dmkutf8data.c1935 unsigned int last; local
2015 &first, &last, &major, &minor);
2017 for (unichar = first; unichar <= last; unichar++)
2019 count += 1 + last - first;
2021 printf(" %X..%X gen %d\n", first, last, gen);
2022 if (!utf32valid(first) || !utf32valid(last))
2056 unsigned int last; local
2071 ret = sscanf(line, "%X..%X ; %d #", &first, &last, &value);
2073 for (unichar = first; unichar <= last; unichar++) {
2078 printf(" %X..%X ccc %d\n", first, last, valu
2238 unsigned int last; local
[all...]
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.c255 int last = 0; local
278 last = 1;
281 last, efct_fw_write_cb, &result);
293 if (last)
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h134 unsigned char last; /* Bit15,Last Frame on List / Bit14,suspend */ member in struct:rfd_struct
143 #define RFD_LAST 0x80 /* last: last rfd in the list */
144 #define RFD_SUSP 0x40 /* last: suspend RU after */
172 #define RBD_LAST 0x8000 /* last buffer */
198 #define CMD_LAST 0x8000 /* indicates last command in the CBL */
315 #define TBD_LAST 0x8000 /* EOF-Flag, indicates last buffer in list */
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h112 u8 last; member in struct:atom_mc_reg_table
/linux-master/drivers/i2c/busses/
H A Di2c-pnx.c44 int last; member in struct:i2c_pnx_algo_data
251 if (alg_data->last) {
355 if (alg_data->last)
546 alg_data->last = (i == num - 1);
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c87 int *last = ip_table + num_entries - 1; local
99 while (first <= last) {
100 mid = first + ((last - first) / 2);
106 last = mid - 1;
176 * If we crash with IP==0, the last successfully executed instruction
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_xmit.c296 pxmitframe->last[0] = 1;
367 pxmitframe->last[0] = 1;
693 pxmitframe->last[t] = 0;
696 pxmitframe->last[t] = 1;
/linux-master/include/uapi/linux/
H A Diommufd.h87 * @last: Inclusive last IOVA
93 __aligned_u64 last; member in struct:iommu_iova_range

Completed in 571 milliseconds

<<11121314151617181920>>