Searched refs:target_ids (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/Documentation/admin-guide/mm/damon/ |
| D | usage.rst | 37 DAMON exports three files, ``attrs``, ``target_ids``, and ``monitor_on`` under 64 ``target_ids`` file. In case of the virtual address spaces monitoring, the 70 # echo 42 4242 > target_ids 71 # cat target_ids
|
| /Linux-v5.15/tools/testing/selftests/damon/ |
| D | _chk_dependency.sh | 21 for f in attrs target_ids monitor_on
|
| /Linux-v5.15/mm/damon/ |
| D | core-test.h | 81 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-v5.15/tools/testing/selftests/tc-testing/ |
| D | tdc.py | 597 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-v5.15/drivers/scsi/ |
| D | ipr.c | 1219 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() 4874 clear_bit(starget->id, ioa_cfg->target_ids); in ipr_target_destroy()
|
| D | ipr.h | 1495 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)]; member
|