Home
last modified time | relevance | path

Searched refs:target_ids (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dusage.rst346 DAMON导出了八个文件, ``attrs``, ``target_ids``, ``init_regions``,
368 可以通过写入目标的相关id值来设置目标,并通过读取 ``target_ids`` 文件来获得当前目标的id。在监
373 # echo 42 4242 > target_ids
374 # cat target_ids
381 # echo paddr > target_ids
382 # cat target_ids
403 目标idx应该是 ``target_ids`` 文件中目标的索引,从 ``0`` 开始,区域应该按照地址顺序传递。
405 区域,这是 ``target_ids`` 中的第一个(索引 ``0`` ),另外几个地址范围, ``20-40`` 和
406 ``50-100`` 作为pid 4242的地址,这是 ``target_ids`` 中的第二个(索引 ``1`` )::
409 # cat target_ids
[all …]
/openbmc/linux/tools/testing/selftests/damon/
H A D_chk_dependency.sh21 for f in attrs target_ids monitor_on
31 for f in attrs target_ids monitor_on
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst512 DAMON exports eight files, ``attrs``, ``target_ids``, ``init_regions``,
540 ``target_ids`` file. In case of the virtual address spaces monitoring, the
546 # echo 42 4242 > target_ids
547 # cat target_ids
556 # echo paddr > target_ids
557 # cat target_ids
585 The ``target idx`` should be the index of the target in ``target_ids`` file,
589 first one (index ``0``) in ``target_ids``, and another couple of address
591 (index ``1``) in ``target_ids``.::
594 # cat target_ids
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py720 target_ids = args.execute
722 if isinstance(target_ids, list) and (len(target_ids) > 0):
723 newlist = list(filter(lambda x: x['id'] in target_ids, testlist))
/openbmc/linux/drivers/scsi/
H A Dipr.c1138 res->target = find_first_zero_bit(ioa_cfg->target_ids, in ipr_init_res_entry()
1140 set_bit(res->target, ioa_cfg->target_ids); in ipr_init_res_entry()
1156 res->target = find_first_zero_bit(ioa_cfg->target_ids, in ipr_init_res_entry()
1158 set_bit(res->target, ioa_cfg->target_ids); in ipr_init_res_entry()
1325 clear_bit(res->target, ioa_cfg->target_ids); in ipr_clear_res_target()
1328 clear_bit(res->target, ioa_cfg->target_ids); in ipr_clear_res_target()
4719 clear_bit(starget->id, ioa_cfg->target_ids); in ipr_target_destroy()
H A Dipr.h1434 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)]; member