Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/kern/
H A Dsubr_log_stream.c250 assert(log_stream_bytes(ls, ls->ls_commited.v) >= pos); in log_stream_written()
251 return log_stream_bytes(ls, ls->ls_commited.v) - pos; in log_stream_written()
286 ls->ls_commited_wraps += ls->ls_blk_count; in log_stream_commit()
297 *snap = *ls; in log_stream_snapshot()
452 rbuf_read(ls->ls_buf, blocks_size(ls->ls_blk_count), in log_stream_read()
511 log_session_start(ls, ls->ls_blk_count, &session); in log_cache_refill()
606 bzero(ls, sizeof(*ls)); in log_stream_make()
614 ls->ls_buf = kalloc_data(blocks_size(ls->ls_blk_count), in log_stream_make()
617 kfree_data(ls->ls_blk, ls->ls_blk_count); in log_stream_make()
656 kfree_type(uint8_t, ls->ls_blk_count, ls->ls_blk); in log_stream_teardown()
[all …]
/xnu-11215/tools/lldbmacros/
H A Dlog.py398 def show_log_stream(pp, ls, read_pos): argument
403 if not ls:
407 commited, logged_bytes = ls.logged
408 pp.kvprint("Address", "{:#0x}", ls.address)
409 pp.kvprint("State", "{:s}", "Enabled" if ls.enabled else "Disabled")
411 ls.block_size(ls.block_count), ls.block_count)
412 pp.kvprint("Reserved", "{:d}", ls.reserved)
415 block, offset = ls.block_position(commited)
419 block, offset = ls.block_position(read_pos)
/xnu-11215/osfmk/arm64/
H A Dbzero.s78 b.ls 1f // directly to the cleanup pass.
125 b.ls 1f // directly to the cleanup store.
H A DWKdmDecompress_16k.s240 b.ls 1f // if QPOS_AREA_END <= QPOS_AREA_START, skip L_WK_unpack_4bits
245 b.ls 2f // do loop of 2 only if w14 >= 5
278 b.ls 1f // if START>=END, skip L_WK_unpack_3_tenbits
366 b.ls L_done // if next_tag >= tag_area_end, we're done
H A DWKdmDecompress_4k.s240 b.ls 1f // if QPOS_AREA_END <= QPOS_AREA_START, skip L_WK_unpack_4bits
245 b.ls 2f // do loop of 2 only if w14 >= 5
278 b.ls 1f // if START>=END, skip L_WK_unpack_3_tenbits
366 b.ls L_done // if next_tag >= tag_area_end, we're done
H A Dbcopy.s143 b.ls L_forwardCleanup
254 b.ls L_reverseCleanup
H A Dlz4_decode_arm64.s157 b.ls L_copy_short_literal // 96% likely: n_literals in 0..14
214 b.ls L_copy_short_match_small_distance
H A Dmemcmp_zero.s93 b.ls L_cleanup
H A Dstrncmp.s123 b.ls L_naiveVector
H A DWKdmCompress_4k.s387 b.ls 2f // if (next_qp >= endQPosArray) skip the following zero paddings
403 b.ls L20 // if (endQPosArray <= tempQPosArray) skip the following
H A DWKdmCompress_16k.s389 b.ls 2f // if (next_qp >= endQPosArray) skip the following zero paddings
405 b.ls L20 // if (endQPosArray <= tempQPosArray) skip the following
H A Dcaches_asm.s169 b.ls 1b // next level
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c7909 int index, i, fs, ls; in vfs_drt_get_cluster() local
7939 for (ls = 0; i < DRT_BITVECTOR_PAGES; i++, ls++) { in vfs_drt_get_cluster()
7947 length = ls * PAGE_SIZE; in vfs_drt_get_cluster()