Home
last modified time | relevance | path

Searched refs:last (Results 226 – 250 of 2241) sorted by relevance

12345678910>>...90

/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst67 attribute reflects the state of the last activation as one of:
70 No runtime activation triggered since the last time the device was reset
73 The last runtime activation completed successfully.
76 The last runtime activation failed for device-specific reasons.
79 The last runtime activation failed due to a sequencing error of the
/openbmc/linux/fs/efs/
H A Dinode.c206 int cur, last, first = 1; in efs_map_block() local
211 last = in->lastextent; in efs_map_block()
215 if ((result = efs_extent_check(&in->extents[last], block, sb))) in efs_map_block()
231 cur = (last + dirext) % in->numextents; in efs_map_block()
248 cur = (last + indext) % indexts; in efs_map_block()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dreconfig.c169 const unsigned char *value, struct property *last) in new_property() argument
184 new->next = last; in new_property()
218 struct property *last = prop; in do_add_node() local
220 prop = new_property(name, length, value, last); in do_add_node()
223 prop = last; in do_add_node()
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch267 + size_t last = 0;
292 + if (warg > last)
293 + last = warg;
306 + if (parg > last)
307 + last = parg;
333 + if (arg > last)
334 + last = arg;
339 + if (last > n)
340 + last = n;
341 + for (i = 0; i < last; i++)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch252 + size_t last = 0;
277 + if (warg > last)
278 + last = warg;
291 + if (parg > last)
292 + last = parg;
318 + if (arg > last)
319 + last = arg;
324 + if (last > n)
325 + last = n;
326 + for (i = 0; i < last; i++)
[all …]
/openbmc/linux/drivers/char/
H A Dlp.c244 unsigned int last = lp_table[minor].last_error; in lp_check_status() local
248 last = 0; in lp_check_status()
250 if (last != LP_POUTPA) { in lp_check_status()
251 last = LP_POUTPA; in lp_check_status()
256 if (last != LP_PSELECD) { in lp_check_status()
257 last = LP_PSELECD; in lp_check_status()
262 if (last != LP_PERRORP) { in lp_check_status()
263 last = LP_PERRORP; in lp_check_status()
268 last = 0; /* Come here if LP_CAREFUL is set and no in lp_check_status()
272 lp_table[minor].last_error = last; in lp_check_status()
[all …]
/openbmc/linux/net/sctp/
H A Dulpqueue.c320 struct sk_buff *pnext, *last; in sctp_make_reassembled_event() local
330 for (last = list; list; last = list, list = list->next) in sctp_make_reassembled_event()
336 if (last) in sctp_make_reassembled_event()
337 last->next = pos; in sctp_make_reassembled_event()
963 struct sk_buff *skb, *flist, *last; in sctp_ulpq_renege_list() local
983 for (last = flist; flist; flist = flist->next) { in sctp_ulpq_renege_list()
984 last = flist; in sctp_ulpq_renege_list()
985 freed += skb_headlen(last); in sctp_ulpq_renege_list()
987 if (last) in sctp_ulpq_renege_list()
988 last_tsn = sctp_skb2event(last)->tsn; in sctp_ulpq_renege_list()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch252 + size_t last = 0;
277 + if (warg > last)
278 + last = warg;
291 + if (parg > last)
292 + last = parg;
318 + if (arg > last)
319 + last = arg;
324 + if (last > n)
325 + last = n;
326 + for (i = 0; i < last; i++)
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h690 #define mlx5_esw_for_each_entry_marked(xa, index, entry, last, filter) \ argument
691 for (index = 0, entry = xa_find(xa, &index, last, filter); \
692 entry; entry = xa_find_after(xa, &index, last, filter))
694 #define mlx5_esw_for_each_vport_marked(esw, index, vport, last, filter) \ argument
695 mlx5_esw_for_each_entry_marked(&((esw)->vports), index, vport, last, filter)
697 #define mlx5_esw_for_each_vf_vport(esw, index, vport, last) \ argument
698 mlx5_esw_for_each_vport_marked(esw, index, vport, last, MLX5_ESW_VPT_VF)
700 #define mlx5_esw_for_each_host_func_vport(esw, index, vport, last) \ argument
701 mlx5_esw_for_each_vport_marked(esw, index, vport, last, MLX5_ESW_VPT_HOST_FN)
708 #define mlx5_esw_for_each_ec_vf_vport(esw, index, vport, last) \ argument
[all …]
/openbmc/linux/drivers/firewire/
H A Dohci.c103 struct descriptor *last);
142 struct descriptor *last; member
1099 struct descriptor *d, *last; in context_tasklet() local
1106 last = ctx->last; in context_tasklet()
1135 ctx->last = last; in context_tasklet()
1337 struct descriptor *d, *last; in at_context_queue_packet() local
1431 last = &d[2]; in at_context_queue_packet()
1434 last = &d[0]; in at_context_queue_packet()
2837 if (pd > last) in handle_ir_packet_per_buffer()
2862 struct descriptor *last) in handle_ir_buffer_fill() argument
[all …]
/openbmc/linux/fs/hpfs/
H A Ddnode.c207 if (de->last) { in hpfs_delete_de()
603 if (!de->last) { in delete_empty_dnode()
717 if (de->first || de->last) { in hpfs_remove_dirent()
764 if (de->last) { in hpfs_count_dnodes()
780 if (!de->first && !de->last && de->directory && n_subdirs) (*n_subdirs)++; in hpfs_count_dnodes()
781 if (!de->first && !de->last && n_items) (*n_items)++; in hpfs_count_dnodes()
811 if (de->last) break; in map_nth_dirent()
959 if (de->last) { in hpfs_remove_dtree()
970 if (!de->last) goto error; in hpfs_remove_dtree()
978 if (!de->last) goto error; in hpfs_remove_dtree()
[all …]
/openbmc/linux/Documentation/userspace-api/
H A DELF.rst31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since
32 Linux 5.8). If interpreter doesn't have one, then the last PT_GNU_PROPERTY
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c159 struct ubifs_orphan *orphan, **last; in ubifs_orphan_start_commit() local
162 last = &c->orph_cnext; in ubifs_orphan_start_commit()
168 *last = orphan; in ubifs_orphan_start_commit()
169 last = &orphan->cnext; in ubifs_orphan_start_commit()
171 *last = NULL; in ubifs_orphan_start_commit()
366 struct ubifs_orphan *orphan, **last; in consolidate() local
370 last = &c->orph_cnext; in consolidate()
375 *last = orphan; in consolidate()
376 last = &orphan->cnext; in consolidate()
379 *last = NULL; in consolidate()
/openbmc/linux/fs/befs/
H A Dbtree.c333 int first, last, mid; in befs_find_key() local
345 last = node->head.all_key_count - 1; in befs_find_key()
346 thiskey = befs_bt_get_key(sb, node, last, &keylen); in befs_find_key()
359 while (last >= first) { in befs_find_key()
360 mid = (last + first) / 2; in befs_find_key()
361 befs_debug(sb, "first: %d, last: %d, mid: %d", first, last, in befs_find_key()
375 last = mid - 1; in befs_find_key()
/openbmc/linux/tools/perf/Documentation/
H A Ditrace.txt16 m synthesize last level cache events
22 l synthesize last branch entries (use with i or x)
23 L synthesize last branch entries on existing event records
44 Also the number of last branch entries (default 64, max. 1024) for
/openbmc/linux/tools/perf/tests/
H A Dmmap-basic.c236 __u64 start, end, last = 0; in test_stat_user_read() local
248 if ((end - start) < last) { in test_stat_user_read()
250 end, start, last); in test_stat_user_read()
253 last = end - start; in test_stat_user_read()
/openbmc/linux/net/sched/
H A Dsch_netem.c104 u32 last; member
180 state->last = get_random_u32(); in init_crandom()
199 state->last = answer; in get_crandom()
551 struct netem_skb_cb *last = NULL; in netem_enqueue() local
554 last = netem_skb_cb(sch->q.tail); in netem_enqueue()
561 if (!last || in netem_enqueue()
563 last = t_last; in netem_enqueue()
569 if (!last || in netem_enqueue()
571 last = t_last; in netem_enqueue()
574 if (last) { in netem_enqueue()
[all …]
/openbmc/qemu/target/hppa/
H A Dmem_helper.c78 ent->itree.start, ent->itree.last, ent->pa); in hppa_find_tlb()
96 ent->itree.last, ent->pa); in hppa_flush_tlb_ent()
99 ent->itree.last - ent->itree.start + 1, in hppa_flush_tlb_ent()
423 ent->itree.last = addr + TARGET_PAGE_SIZE - 1; in HELPER()
425 trace_hppa_tlb_itlba(env, ent, ent->itree.start, ent->itree.last, ent->pa); in HELPER()
453 if (ent->itree.start <= addr && addr <= ent->itree.last) { in HELPER()
478 ent->itree.last = va_e; in itlbt_pa20()
500 trace_hppa_tlb_itlba(env, ent, ent->itree.start, ent->itree.last, ent->pa); in itlbt_pa20()
701 btlb->itree.last = btlb->itree.start + len * TARGET_PAGE_SIZE - 1; in HELPER()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h252 __field(long, last)
260 __entry->last = mapping->last;
265 __entry->bo, __entry->start, __entry->last,
276 __field(long, last)
284 __entry->last = mapping->last;
289 __entry->bo, __entry->start, __entry->last,
304 __entry->eoffset = mapping->last + 1;
/openbmc/linux/drivers/media/rc/
H A Dgpio-ir-tx.c124 ktime_t last = ktime_add_us(edge, txbuf[i]); in gpio_ir_tx_modulated() local
126 while (ktime_before(ktime_get(), last)) { in gpio_ir_tx_modulated()
141 edge = last; in gpio_ir_tx_modulated()
/openbmc/linux/arch/sh/include/asm/
H A Dswitch_to_32.h70 #define switch_to(prev, next, last) \ argument
128 last = __last; \
/openbmc/linux/arch/riscv/include/asm/
H A Dswitch_to.h76 #define switch_to(prev, next, last) \ argument
84 ((last) = __switch_to(__prev, __next)); \
/openbmc/linux/arch/alpha/lib/
H A Dstrncpy.S37 or $3, $24, $3 # clear the bits between the last
38 or $4, $27, $4 # written byte and the last byte in COUNT
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c333 bo_va->it.last = 0; in radeon_vm_bo_add()
490 soffset, tmp->bo, tmp->it.start, tmp->it.last); in radeon_vm_bo_set_addr()
497 if (bo_va->it.start || bo_va->it.last) { in radeon_vm_bo_set_addr()
507 tmp->it.last = bo_va->it.last; in radeon_vm_bo_set_addr()
514 bo_va->it.last = 0; in radeon_vm_bo_set_addr()
523 bo_va->it.last = eoffset; in radeon_vm_bo_set_addr()
966 nptes = bo_va->it.last - bo_va->it.start + 1; in radeon_vm_bo_update()
1012 bo_va->it.last + 1, addr, in radeon_vm_bo_update()
1126 if (bo_va->it.start || bo_va->it.last) in radeon_vm_bo_rmv()
1131 if (bo_va->it.start || bo_va->it.last) { in radeon_vm_bo_rmv()
[all …]
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_driver.c452 int last; in qib_kreceive() local
471 for (last = 0, i = 1; !last; i += !last) { in qib_kreceive()
523 last = 1; in qib_kreceive()
532 last = 1; in qib_kreceive()
534 last = 1; in qib_kreceive()
542 if (!last && !(i & 0xf)) { in qib_kreceive()

12345678910>>...90