Searched refs:target_ids (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/damon/ |
| H A D | _chk_dependency.sh | 21 for f in attrs target_ids monitor_on
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A 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))
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A 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()
|
| H A D | ipr.h | 1494 unsigned long target_ids[BITS_TO_LONGS(IPR_MAX_SIS64_DEVS)]; member
|