Searched refs:old_res (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
A D | get_msr_index_features.c | 37 int old_res, res, kvm_fd, r; in test_get_msr_index() local 42 old_res = kvm_num_index_msrs(kvm_fd, 0); in test_get_msr_index() 43 TEST_ASSERT(old_res != 0, "Expecting nmsrs to be > 0"); in test_get_msr_index() 45 if (old_res != 1) { in test_get_msr_index() 52 list->nmsrs = old_res; in test_get_msr_index() 99 int res, old_res, i, kvm_fd; in test_get_msr_feature() local 104 old_res = kvm_num_feature_msrs(kvm_fd, 0); in test_get_msr_feature() 105 TEST_ASSERT(old_res != 0, "Expecting nmsrs to be > 0"); in test_get_msr_feature() 107 if (old_res != 1) { in test_get_msr_feature() 113 feature_list = kvm_get_msr_feature_list(kvm_fd, old_res); in test_get_msr_feature() [all …]
|
/linux/drivers/hv/ |
A D | vmbus_drv.c | 2160 struct resource **old_res = &hyperv_mmio; in vmbus_walk_resources() local 2227 if (!*old_res) { in vmbus_walk_resources() 2228 *old_res = new_res; in vmbus_walk_resources() 2233 (*old_res)->end = new_res->end; in vmbus_walk_resources() 2238 if ((*old_res)->start == new_res->end + 1) { in vmbus_walk_resources() 2239 (*old_res)->start = new_res->start; in vmbus_walk_resources() 2244 if ((*old_res)->start > new_res->end) { in vmbus_walk_resources() 2245 new_res->sibling = *old_res; in vmbus_walk_resources() 2248 *old_res = new_res; in vmbus_walk_resources() 2252 prev_res = old_res; in vmbus_walk_resources() [all …]
|
/linux/drivers/scsi/ |
A D | pmcraid.c | 5456 LIST_HEAD(old_res); in pmcraid_init_res_table() 5470 list_move_tail(&res->queue, &old_res); in pmcraid_init_res_table() 5486 list_for_each_entry_safe(res, temp, &old_res, queue) { in pmcraid_init_res_table() 5533 list_for_each_entry_safe(res, temp, &old_res, queue) { in pmcraid_init_res_table()
|
A D | ipr.c | 7819 LIST_HEAD(old_res); in ipr_init_res_table() 7831 list_move_tail(&res->queue, &old_res); in ipr_init_res_table() 7845 list_for_each_entry_safe(res, temp, &old_res, queue) { in ipr_init_res_table() 7872 list_for_each_entry_safe(res, temp, &old_res, queue) { in ipr_init_res_table() 7880 list_for_each_entry_safe(res, temp, &old_res, queue) { in ipr_init_res_table()
|
/linux/drivers/pci/ |
A D | probe.c | 3121 struct resource old_res = *res; in pci_bus_update_busn_res_end() local 3131 &old_res, ret ? "can not be" : "is", bus_max); in pci_bus_update_busn_res_end()
|
Completed in 38 milliseconds