Home
last modified time | relevance | path

Searched refs:last (Results 76 – 100 of 2241) sorted by relevance

12345678910>>...90

/openbmc/linux/fs/f2fs/
H A Dxattr.c696 last = here; in __f2fs_setxattr()
697 while (!IS_XATTR_LAST_ENTRY(last)) { in __f2fs_setxattr()
701 inode->i_ino, ENTRY_SIZE(last)); in __f2fs_setxattr()
708 last = XATTR_NEXT_ENTRY(last); in __f2fs_setxattr()
740 last = (struct f2fs_xattr_entry *)((char *)last - oldsize); in __f2fs_setxattr()
741 memset(last, 0, oldsize); in __f2fs_setxattr()
753 last->e_name_index = index; in __f2fs_setxattr()
754 last->e_name_len = len; in __f2fs_setxattr()
755 memcpy(last->e_name, name, len); in __f2fs_setxattr()
756 pval = last->e_name + len; in __f2fs_setxattr()
[all …]
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dpaginate.scss45 .pagination li:last-of-type span,
47 .pagination li:nth-last-of-type(2) span {
55 .pagination li:last-child a::after,
57 .pagination li:nth-last-of-type(2) a::after {
87 .pagination li:last-child {
108 .pagination li:last-of-type,
110 .pagination li:nth-last-of-type(2){
125 .pagination li:last-child {
/openbmc/linux/arch/x86/kernel/
H A Dpvclock.c72 u64 last; in __pvclock_clocksource_read() local
104 last = raw_atomic64_read(&last_value); in __pvclock_clocksource_read()
106 if (ret <= last) in __pvclock_clocksource_read()
107 return last; in __pvclock_clocksource_read()
108 } while (!raw_atomic64_try_cmpxchg(&last_value, &last, ret)); in __pvclock_clocksource_read()
/openbmc/linux/scripts/
H A Dgenerate_rust_target.rs38 if let [ref rest @ .., ref last] = object[..] { in fmt()
42 write!(formatter, "\"{}\": {}", last.0, last.1)?; in fmt()
96 if let [ref rest @ .., ref last] = self.0[..] { in fmt()
100 write!(formatter, " \"{}\": {}\n", last.0, last.1)?; in fmt()
H A Dheaderdep.pl125 my $last = pop @$cycle;
128 printf "%s from %s,\n", $msg, $last->[1] if defined $last;
134 $header->[1] eq $last->[1] ? ' <-- here' : '';
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c288 u64 last; in tsnep_enable_gcl() local
291 last = tsnep_gcl_start_before(curr, gcl->start_time); in tsnep_enable_gcl()
292 if ((last + curr->cycle_time) == gcl->start_time) in tsnep_enable_gcl()
293 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl()
294 gcl->start_time - last); in tsnep_enable_gcl()
295 else if (((gcl->start_time - last) <= in tsnep_enable_gcl()
297 ((gcl->start_time - last) <= TSNEP_GCL_MIN_INTERVAL)) in tsnep_enable_gcl()
298 change = tsnep_extend_gcl(curr, last, in tsnep_enable_gcl()
299 gcl->start_time - last); in tsnep_enable_gcl()
301 change = tsnep_cut_gcl(curr, last, in tsnep_enable_gcl()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_resource.c301 u64 last = offset + size - 1; in i915_vma_resource_bind_dep_sync() local
306 i915_vma_resource_color_adjust_range(vm, &offset, &last); in i915_vma_resource_bind_dep_sync()
307 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_sync()
314 node = vma_res_itree_iter_next(node, offset, last); in i915_vma_resource_bind_dep_sync()
387 u64 last = offset + size - 1; in i915_vma_resource_bind_dep_await() local
393 i915_vma_resource_color_adjust_range(vm, &offset, &last); in i915_vma_resource_bind_dep_await()
394 node = vma_res_itree_iter_first(&vm->pending_unbind, offset, last); in i915_vma_resource_bind_dep_await()
407 node = vma_res_itree_iter_next(node, offset, last); in i915_vma_resource_bind_dep_await()
/openbmc/qemu/util/
H A Dinterval-tree.c655 uint64_t max = node->last; in interval_tree_compute_max()
714 uint64_t start = node->start, last = node->last; in interval_tree_insert() local
722 if (parent->subtree_last < last) { in interval_tree_insert()
723 parent->subtree_last = last; in interval_tree_insert()
733 node->subtree_last = last; in interval_tree_insert()
779 if (node->start <= last) { /* Cond1 */ in interval_tree_subtree_search()
780 if (start <= node->last) { /* Cond2 */ in interval_tree_subtree_search()
823 if (leftmost->start > last) { in interval_tree_iter_first()
864 if (last < node->start) { /* !Cond1 */ in interval_tree_iter_next()
867 if (start <= node->last) { /* Cond2 */ in interval_tree_iter_next()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c190 if (skb == last) in nfp_ccm_mbox_copy_in()
208 if (skb == last) in nfp_ccm_mbox_find_req()
262 skb = nfp_ccm_mbox_find_req(nn, hdr.tag, last); in nfp_ccm_mbox_copy_out()
348 } while (skb != last); in nfp_ccm_mbox_copy_out()
368 } while (skb != last); in nfp_ccm_mbox_mark_all_err()
378 struct sk_buff *skb, *last; in nfp_ccm_mbox_run_queue_unlock() local
385 last = skb = __skb_peek(&nn->mbox_cmsg.queue); in nfp_ccm_mbox_run_queue_unlock()
393 last = skb; in nfp_ccm_mbox_run_queue_unlock()
407 nfp_ccm_mbox_copy_in(nn, last); in nfp_ccm_mbox_run_queue_unlock()
411 nfp_ccm_mbox_copy_out(nn, last); in nfp_ccm_mbox_run_queue_unlock()
[all …]
/openbmc/u-boot/lib/zlib/
H A Dinffast.c74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() local
101 last = in + (strm->avail_in - 5); in inflate_fast()
102 if (in > last && strm->avail_in > 5) { in inflate_fast()
108 last = in + (strm->avail_in - 5); in inflate_fast()
323 } while (in < last && out < end); in inflate_fast()
334 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last)); in inflate_fast()
H A Dinflate.c18 state->last = 0; in inflateReset()
549 if (state->last) { in inflate()
555 state->last = BITS(1); in inflate()
737 last = this; in inflate()
739 this = state->lencode[last.val + in inflate()
740 (BITS(last.bits + last.op) >> last.bits)]; in inflate()
744 DROPBITS(last.bits); in inflate()
782 last = this; in inflate()
784 this = state->distcode[last.val + in inflate()
785 (BITS(last.bits + last.op) >> last.bits)]; in inflate()
[all …]
/openbmc/linux/drivers/hwtracing/stm/
H A Dpolicy.c101 unsigned int first, last; in stp_policy_node_masters_store() local
106 if (sscanf(p, "%u %u", &first, &last) != 2) in stp_policy_node_masters_store()
115 if (first > last || first < stm->data->sw_start || in stp_policy_node_masters_store()
116 last > stm->data->sw_end) { in stp_policy_node_masters_store()
123 policy_node->last_master = last; in stp_policy_node_masters_store()
148 unsigned int first, last; in stp_policy_node_channels_store() local
153 if (sscanf(p, "%u %u", &first, &last) != 2) in stp_policy_node_channels_store()
161 if (first > INT_MAX || last > INT_MAX || first > last || in stp_policy_node_channels_store()
162 last >= stm->data->sw_nchannels) { in stp_policy_node_channels_store()
169 policy_node->last_channel = last; in stp_policy_node_channels_store()
/openbmc/linux/arch/mips/jazz/
H A Djazzdma.c97 int first, last, pages, frame, i; in vdma_alloc() local
128 last = first + 1; in vdma_alloc()
129 while (pgtbl[last].owner == VDMA_PAGE_EMPTY in vdma_alloc()
130 && last - first < pages) in vdma_alloc()
131 last++; in vdma_alloc()
133 if (last - first == pages) in vdma_alloc()
135 first = last + 1; in vdma_alloc()
144 for (i = first; i < last; i++) { in vdma_alloc()
161 for (i = first; i < last; i++) in vdma_alloc()
164 for (i = first; i < last; i++) in vdma_alloc()
[all …]
/openbmc/qemu/include/qemu/
H A Dinterval-tree.h39 uint64_t last; /* Last location _in_ interval */ member
84 uint64_t start, uint64_t last);
97 uint64_t start, uint64_t last);
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py186 last = list(file_list)[-1].file_name
187 if not filter and last not in result:
188 result.append(last)
196 first,last= slicevar.partition(':')[::2]
198 return strvar[:int(last)]
199 elif last=='':
202 return strvar[int(first):int(last)]
/openbmc/linux/tools/perf/tests/
H A Dtime-utils-test.c63 u64 last; member
74 .last_sample_time = d->last, in test__perf_time__parse_for_ranges()
86 d->first, d->last); in test__perf_time__parse_for_ranges()
193 .last = b + 100, in test__time_utils()
208 .last = b + 100, in test__time_utils()
223 .last = b + 100, in test__time_utils()
238 .last = b + 100, in test__time_utils()
/openbmc/linux/fs/
H A Dbinfmt_script.c19 static inline const char *next_non_spacetab(const char *first, const char *last) in next_non_spacetab() argument
21 for (; first <= last; first++) in next_non_spacetab()
26 static inline const char *next_terminator(const char *first, const char *last) in next_terminator() argument
28 for (; first <= last; first++) in next_terminator()
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc444 last = item; in updateList()
448 item = last ? last->nextSibling() : nullptr; in updateList()
614 if (last && !last->goParent) in updateMenuList()
615 last = 0; in updateMenuList()
617 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
653 last = 0; in updateMenuList()
655 last = last->nextSibling(); in updateMenuList()
679 if (last && !last->goParent) in updateMenuList()
680 last = 0; in updateMenuList()
718 last = 0; in updateMenuList()
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp562 auto& last = pel.optionalSections().back(); in TEST_F() local
563 EXPECT_EQ(last->header().id, 0x5544); // "UD" in TEST_F()
567 last->flatten(stream); in TEST_F()
/openbmc/linux/kernel/irq/
H A Dmsi.c33 unsigned int last; member
173 if (WARN_ON_ONCE(ctrl->first > ctrl->last || in msi_ctrl_valid()
175 ctrl->last >= hwsize)) in msi_ctrl_valid()
215 .last = last, in msi_domain_free_msi_descs_range()
1078 .last = virq_base + nvec - 1, in msi_domain_populate_irqs()
1127 .last = virq_base + nvec - 1, in msi_domain_depopulate_descs()
1380 .last = last, in msi_domain_alloc_irqs_range_locked()
1381 .nirqs = last + 1 - first, in msi_domain_alloc_irqs_range_locked()
1398 unsigned int first, unsigned int last) in msi_domain_alloc_irqs_range() argument
1491 ctrl.first = ctrl.last = desc->msi_index; in msi_domain_alloc_irq_at()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c462 struct cpu_fp_state const *last = in fpsimd_save() local
482 last->to_save == FP_STATE_SVE) { in fpsimd_save()
485 vl = last->sve_vl; in fpsimd_save()
489 u64 *svcr = last->svcr; in fpsimd_save()
494 sme_save_state(last->sme_state, in fpsimd_save()
501 vl = last->sme_vl; in fpsimd_save()
520 *last->fp_type = FP_STATE_SVE; in fpsimd_save()
522 fpsimd_save_state(last->st); in fpsimd_save()
523 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save()
1751 last->to_save = FP_STATE_CURRENT; in fpsimd_bind_task_to_cpu()
[all …]
/openbmc/linux/include/linux/
H A Dinterval_tree.h10 unsigned long last; /* Last location _in_ interval */ member
24 unsigned long start, unsigned long last);
28 unsigned long start, unsigned long last);
H A Dcookie.h11 u64 last; member
36 val = local->last; in gen_cookie_next()
43 local->last = ++val; in gen_cookie_next()
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c748 Unit *last=uout; /* will be unit containing msd */ in decDigitsFromDPD() local
777 last=uout; /* record most significant unit */ in decDigitsFromDPD()
801 if (cut==DECDPUN) {*uout=out; if (out) {last=uout; out=0;} uout++; cut=0;} in decDigitsFromDPD()
813 if (cut==DECDPUN) {*uout=out; if (out) {last=uout; out=0;} uout++; cut=0;} in decDigitsFromDPD()
819 if (cut==DECDPUN) {*uout=out; if (out) {last=uout; out=0;} uout++; cut=0;} in decDigitsFromDPD()
823 if (out) last=uout; /* and note if non-zero */
830 dn->digits=(last-dn->lsu)*DECDPUN+1; /* floor of digits, plus */
833 if (*last<10) return; /* common odd digit or 0 */
836 if (*last<100) return; /* 10-99 */
839 if (*last<1000) return; /* 100-999 */
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h85 #define T4VF_MOD_MAP(module, index, first, last) \ argument
88 T4VF_MOD_MAP_##module##_LAST = (last), \
93 (T4VF_##module##_BASE_ADDR/4 + (last)/4),

12345678910>>...90