Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 2241) sorted by relevance

12345678910>>...90

/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h195 extern asmlinkage void *resume(void *last, void *next);
200 #define switch_to(prev,next,last) \ argument
202 (last) = resume(prev, next); \
/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/
H A Dlib.sh91 local last=0
95 while (( last != rsp )); do
101 last=$rsp
/openbmc/linux/arch/sparc/include/asm/
H A Dswitch_to_32.h58 #define switch_to(prev, next, last) do { \ argument
91 : "=&r" (last) \
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_io.c238 - (u8 *)sgc->sge.a64.last); in esas2r_build_sg_list_sge()
244 memcpy(sgl->virt_addr, sgc->sge.a64.last, sgelen); in esas2r_build_sg_list_sge()
257 sgc->sge.a64.last->length = cpu_to_le32( in esas2r_build_sg_list_sge()
259 sgc->sge.a64.last->address = in esas2r_build_sg_list_sge()
272 last + 1) in esas2r_build_sg_list_sge()
280 sge.a64.last - in esas2r_build_sg_list_sge()
299 sgc->sge.a64.chain = sgc->sge.a64.last; in esas2r_build_sg_list_sge()
306 sgc->sge.a64.last = sgc->sge.a64.curr; in esas2r_build_sg_list_sge()
328 sgc->sge.a64.last->length |= cpu_to_le32(SGE_LAST); in esas2r_build_sg_list_sge()
346 ((u16)((u8 *)sgc->sge.a64.last - (u8 *)vrq) in esas2r_build_sg_list_sge()
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh295 echo $resdir > $T/last-resdir
321 mv $T/last-resdir $T/last-resdir-nodebug || :
326 mv $T/last-resdir $T/last-resdir-kasan || :
337 mv $T/last-resdir $T/last-resdir-kcsan || :
525 mv $T/last-resdir-nodebug $T/first-resdir-nodebug || :
528 mv $T/last-resdir-kasan $T/first-resdir-kasan || :
532 mv $T/last-resdir-kcsan $T/first-resdir-kcsan || :
/openbmc/linux/fs/reiserfs/
H A Dprints.c442 static int print_internal(struct buffer_head *bh, int first, int last) in print_internal() argument
459 to = min_t(int, last, B_NR_ITEMS(bh)); in print_internal()
478 int last) in print_leaf() argument
509 if (last < 0 || last > nr) in print_leaf()
512 to = last; in print_leaf()
614 int mode, first, last; in print_block() local
625 last = va_arg(args, int); in print_block()
626 if (print_leaf(bh, mode, first, last)) in print_block()
627 if (print_internal(bh, first, last)) in print_block()
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item.c66 void *first, *last; in xfs_buf_item_straddle() local
69 last = xfs_buf_offset(bp, in xfs_buf_item_straddle()
72 if (last - first != nbits * XFS_BLF_CHUNK) in xfs_buf_item_straddle()
898 uint last, in xfs_buf_item_log_segment() argument
912 ASSERT(last < XFS_BLF_DATAMAP_SIZE * XFS_BLF_CHUNK * NBWORD); in xfs_buf_item_log_segment()
918 last_bit = last >> XFS_BLF_SHIFT; in xfs_buf_item_log_segment()
983 uint last) in xfs_buf_item_log() argument
995 if (start > last) in xfs_buf_item_log()
1013 if (end > last) in xfs_buf_item_log()
1014 end = last; in xfs_buf_item_log()
/openbmc/linux/fs/
H A Dnamei.c570 struct qstr last; member
734 if (unlikely(!legitimize_path(nd, &last->link, last->seq))) { in legitimize_links()
2456 if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len]) in lookup_last()
2560 *last = nd.last; in __filename_parentat()
2579 struct qstr last; in __kern_path_locked() local
3524 if (nd->last.name[nd->last.len]) in open_last_lookups()
3542 if (unlikely(nd->last.name[nd->last.len])) in open_last_lookups()
3857 struct qstr last; in filename_create() local
3882 if (last.name[last.len] && !want_dir) in filename_create()
4221 struct qstr last; in do_rmdir() local
[all …]
/openbmc/linux/arch/s390/include/asm/vdso/
H A Dgettimeofday.h15 static __always_inline u64 __arch_vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) in __arch_vdso_calc_delta() argument
17 return (cycles - last) * mult; in __arch_vdso_calc_delta()
/openbmc/libpldm/src/dsp/
H A Dpdr.c29 pldm_pdr_record *last; member
38 if (record == repo->last) { in get_next_record_handle()
57 } else if (repo->last) { in pldm_pdr_add_check()
102 repo->last = record; in pldm_pdr_add_check()
104 repo->last->next = record; in pldm_pdr_add_check()
105 repo->last = record; in pldm_pdr_add_check()
128 repo->last = NULL; in pldm_pdr_init()
1032 repo->last = prev; in pldm_pdr_remove_pdrs_by_terminus_handle()
1083 repo->last = prev; in pldm_pdr_remove_remote_pdrs()
1344 repo->last = new_record; in pldm_pdr_replace_record()
[all …]
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c354 unsigned long last; in sigpage_addr() local
360 last = TASK_SIZE - (npages << PAGE_SHIFT); in sigpage_addr()
363 if (first > last) in sigpage_addr()
367 if (first == last) in sigpage_addr()
370 slots = ((last - first) >> PAGE_SHIFT) + 1; in sigpage_addr()
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c117 struct komeda_plane_state *node, *last; in komeda_plane_state_list_add() local
119 last = list_empty(zorder_list) ? in komeda_plane_state_list_add()
120 NULL : list_last_entry(zorder_list, typeof(*last), zlist_node); in komeda_plane_state_list_add()
126 if (!last || (new->base.zpos > last->base.zpos)) { in komeda_plane_state_list_add()
/openbmc/linux/fs/fat/
H A Dmisc.c111 int ret, new_fclus, last; in fat_chain_add() local
117 last = new_fclus = 0; in fat_chain_add()
125 last = dclus; in fat_chain_add()
129 if (last) { in fat_chain_add()
133 ret = fat_ent_read(inode, &fatent, last); in fat_chain_add()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/
H A D__init__.py84 self.assertEqual(Build.objects.last().target_set.last().target, "zlib")
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py452 last = min(extent_block + extent_count, start + count) - 1
453 yield (first, last)
466 for first, last in iterator:
468 last_prev = last
473 first_prev, last_prev = first, last
546 for first, last in fmap.get_mapped_ranges(0, fmap.blocks_cnt):
548 end = (last + 1) * fmap.block_size
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7280a.yaml31 adi,voltage-alert-last-chan:
36 last device in the daisy chain.
75 adi,voltage-alert-last-chan = <5>;
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_types.c87 xfs_agino_t last; in xfs_verify_agno_agino() local
89 xfs_agino_range(mp, agno, &first, &last); in xfs_verify_agno_agino()
90 return agino >= first && agino <= last; in xfs_verify_agno_agino()
/openbmc/linux/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) \ argument
172 dpcm_be_dai_stop(fe, stream, 0, last)
/openbmc/linux/drivers/sh/intc/
H A Dvirq.c87 struct intc_virq_list **last = NULL; in add_virq_to_pirq() local
93 last = &entry->next; in add_virq_to_pirq()
102 if (last) in add_virq_to_pirq()
103 *last = entry; in add_virq_to_pirq()
/openbmc/linux/Documentation/powerpc/
H A Dvcpudispatch_stats.rst31 2. number of times this vcpu was dispatched on the same processor as last
34 as last time, but within the same chip
69 physical cpu as the last time. 2683 were on a different core, but within
71 its last dispatch.
/openbmc/qemu/hw/input/
H A Dpl050.c36 VMSTATE_UINT32(last, PL050State),
87 val = s->last; in pl050_read()
104 s->last = ps2_read_data(s->ps2dev); in pl050_read()
106 return s->last; in pl050_read()
/openbmc/qemu/include/exec/
H A Dcpu-all.h216 void page_set_flags(target_ulong start, target_ulong last, int flags);
217 void page_reset_target_data(target_ulong start, target_ulong last);
229 bool page_check_range(target_ulong start, target_ulong last, int flags);
241 bool page_check_range_empty(target_ulong start, target_ulong last);
/openbmc/linux/net/rds/
H A Dbind.c98 u16 rover, last; in rds_add_bound() local
105 last = rover; in rds_add_bound()
108 last = rover - 1; in rds_add_bound()
143 } while (rover++ != last); in rds_add_bound()
/openbmc/linux/arch/x86/include/asm/
H A Dswitch_to.h49 #define switch_to(prev, next, last) \ argument
51 ((last) = __switch_to_asm((prev), (next))); \
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c125 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_sendbytes() argument
136 if (msg->len > 1 || !last) in bttv_i2c_sendbytes()
151 if (cnt < msg->len-1 || !last) in bttv_i2c_sendbytes()
175 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) in bttv_i2c_readbytes() argument
185 if (cnt < msg->len-1 || !last) in bttv_i2c_readbytes()

12345678910>>...90