Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/mm/damon/
A Dusage.rst38 DAMON exports five files, ``attrs``, ``target_ids``, ``init_regions``,
66 ``target_ids`` file. In case of the virtual address spaces monitoring, the
72 # echo 42 4242 > target_ids
73 # cat target_ids
82 # echo paddr > target_ids
83 # cat target_ids
110 The ``target id`` should already in ``target_ids`` file, and the regions should
/linux/tools/testing/selftests/damon/
A D_chk_dependency.sh21 for f in attrs target_ids monitor_on
/linux/mm/damon/
A Dcore-test.h81 unsigned long target_ids[] = {1, 2, 3}; in damon_test_aggregate() local
89 damon_set_targets(ctx, target_ids, 3); in damon_test_aggregate()
/linux/tools/testing/selftests/tc-testing/
A 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/drivers/scsi/
A 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()
A Dipr.h1495 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)]; member

Completed in 35 milliseconds