Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/mm/damon/
Dusage.rst314 DAMON导出了八个文件, ``attrs``, ``target_ids``, ``init_regions``,
336 可以通过写入目标的相关id值来设置目标,并通过读取 ``target_ids`` 文件来获得当前目标的id。在监
341 # echo 42 4242 > target_ids
342 # cat target_ids
349 # echo paddr > target_ids
350 # cat target_ids
371 目标idx应该是 ``target_ids`` 文件中目标的索引,从 ``0`` 开始,区域应该按照地址顺序传递。
373 区域,这是 ``target_ids`` 中的第一个(索引 ``0`` ),另外几个地址范围, ``20-40`` 和
374 ``50-100`` 作为pid 4242的地址,这是 ``target_ids`` 中的第二个(索引 ``1`` )::
377 # cat target_ids
[all …]
/Linux-v6.1/tools/testing/selftests/damon/
D_chk_dependency.sh21 for f in attrs target_ids monitor_on
31 for f in attrs target_ids monitor_on
/Linux-v6.1/Documentation/admin-guide/mm/damon/
Dusage.rst401 DAMON exports eight files, ``attrs``, ``target_ids``, ``init_regions``,
429 ``target_ids`` file. In case of the virtual address spaces monitoring, the
435 # echo 42 4242 > target_ids
436 # cat target_ids
445 # echo paddr > target_ids
446 # cat target_ids
473 The ``target idx`` should be the index of the target in ``target_ids`` file,
477 first one (index ``0``) in ``target_ids``, and another couple of address
479 (index ``1``) in ``target_ids``.::
482 # cat target_ids
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/
Dtdc.py597 target_ids = args.execute
599 if isinstance(target_ids, list) and (len(target_ids) > 0):
600 newlist = list(filter(lambda x: x['id'] in target_ids, testlist))
/Linux-v6.1/drivers/scsi/
Dipr.c1219 res->target = find_first_zero_bit(ioa_cfg->target_ids, in ipr_init_res_entry()
1221 set_bit(res->target, ioa_cfg->target_ids); in ipr_init_res_entry()
1237 res->target = find_first_zero_bit(ioa_cfg->target_ids, in ipr_init_res_entry()
1239 set_bit(res->target, ioa_cfg->target_ids); in ipr_init_res_entry()
1414 clear_bit(res->target, ioa_cfg->target_ids); in ipr_clear_res_target()
1417 clear_bit(res->target, ioa_cfg->target_ids); in ipr_clear_res_target()
4878 clear_bit(starget->id, ioa_cfg->target_ids); in ipr_target_destroy()
Dipr.h1495 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)]; member