lkh subcommand

The lkh subcommand displays the contents of the VMM lock hash list. The entries for a particular hash chain can be viewed by specifying the slot number or effective address of an entry in the VMM lock hash list.

Format

lkh [slot | eaddr]

Parameters

Item Description
slot Specifies the slot number in the VMM lock hash list. This parameter must be a decimal value.
eaddr Specifies the effective address of a VMM lock hash list entry. Symbols, hexadecimal values, or hexadecimal expressions can be used in specification of the address.

Other

lockhash

Examples

The following is an example of how to use the lkh subcommand:

KDB(0)> lkh
                BUCKET HEAD     COUNT

lkwseg  +00F090   22   00000001     1
KDB(0)> lkh @r3
HASH ENTRY(  1): F100009C0000F03C
KDB(0)> dr r3
r3  : 0000000000000001   00000001
KDB(0)> lkh 1
HASH ENTRY(  1): F100009C0000F03C