Home
last modified time | relevance | path

Searched refs:temp_list (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dpldm_utils.py281 temp_list = enum_attr_data.copy()
284 temp_list[attr].remove(existing_data[attr])
289 temp_list[attr].remove(data)
295 + str(temp_list[attr])
297 valid_values = temp_list[attr][:]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1166 struct list_head temp_list[HNS_ROCE_MAX_BT_LEVEL]; in hem_list_alloc_mid_bt() local
1194 INIT_LIST_HEAD(&temp_list[level]); in hem_list_alloc_mid_bt()
1221 list_add(&cur->list, &temp_list[level]); in hem_list_alloc_mid_bt()
1223 list_add(&cur->sibling, &temp_list[0]); in hem_list_alloc_mid_bt()
1233 list_splice(&temp_list[0], btm_bt); in hem_list_alloc_mid_bt()
1235 list_splice(&temp_list[level], &mid_bt[level]); in hem_list_alloc_mid_bt()
1241 hem_list_free_all(hr_dev, &temp_list[level]); in hem_list_alloc_mid_bt()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_lock_management.robot547 ${temp_list}= Create List ${resp}
548 ${lock_request_dict}= Create Dictionary Request=${temp_list}
560 ${temp_list}= Create List
567 Append To List ${temp_list} ${resp}
570 ${lock_request_dict}= Create Dictionary Request=${temp_list}
586 ${temp_list}= Create List ${resp}
587 ${lock_request_dict}= Create Dictionary Request=${temp_list}
603 ${temp_list}= Create List ${resp}
604 ${lock_request_dict}= Create Dictionary Request=${temp_list}
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c917 static void kfd_topology_update_device_list(struct list_head *temp_list, in kfd_topology_update_device_list() argument
920 while (!list_empty(temp_list)) { in kfd_topology_update_device_list()
921 list_move_tail(temp_list->next, master_list); in kfd_topology_update_device_list()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c217 LIST_HEAD(temp_list); in lpfc_bsg_copy_data()
223 list_splice_init(&dma_buffers->list, &temp_list); in lpfc_bsg_copy_data()
224 list_add(&dma_buffers->list, &temp_list); in lpfc_bsg_copy_data()
234 list_for_each_entry(mp, &temp_list, list) { in lpfc_bsg_copy_data()
268 list_splice(&temp_list, &dma_buffers->list); in lpfc_bsg_copy_data()