/openbmc/qemu/tests/migration/ |
H A D | Makefile | 8 TARGET_LIST = i386 aarch64 s390x ppc64 macro 12 .PHONY: help $(TARGET_LIST) 23 @echo " Possible targets are: $(TARGET_LIST)" 34 $(TARGET_LIST): 38 for target in $(TARGET_LIST); do \
|
/openbmc/qemu/tests/docker/ |
H A D | common.rc | 15 # overridden by TARGET_LIST if the user sets it. We special case 46 ${TARGET_LIST:+--target-list=${TARGET_LIST}} \
|
H A D | test-build | 18 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
H A D | test-quick | 18 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
H A D | test-tcg | 20 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
H A D | test-mingw | 20 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
H A D | test-tsan | 40 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
H A D | Makefile.include | 166 @echo ' TARGET_LIST=a,b,c Override target list in builds.' 219 -e TARGET_LIST=$(subst $(SPACE),$(COMMA),$(TARGET_LIST)) \
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | 33 QSLIST_ENTRY(FuzzTargetState) target_list; 75 QSLIST_FOREACH(tmp, fuzz_target_list, target_list) { in fuzz_add_target() 85 QSLIST_INSERT_HEAD(fuzz_target_list, target_state, target_list); in fuzz_add_target() 99 QSLIST_FOREACH(tmp, fuzz_target_list, target_list) { in usage() 120 QSLIST_FOREACH(tmp, fuzz_target_list, target_list) { in fuzz_get_target()
|
/openbmc/linux/fs/btrfs/ |
H A D | defrag.c | 821 * @target_list: list of targets file extents 826 bool locked, struct list_head *target_list, in defrag_collect_targets() argument 931 if (list_empty(target_list)) in defrag_collect_targets() 933 last = list_entry(target_list->prev, in defrag_collect_targets() 939 /* Mergeable, fall through to add it to @target_list. */ in defrag_collect_targets() 949 if (!list_empty(target_list)) { in defrag_collect_targets() 952 last = list_entry(target_list->prev, in defrag_collect_targets() 972 list_add_tail(&new->list, target_list); in defrag_collect_targets() 982 list_for_each_entry_safe(entry, tmp, target_list, list) { in defrag_collect_targets() 1064 LIST_HEAD(target_list); in defrag_one_range() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.py | 181 global target_list 182 target_list = [] 189 # Populate the target_list of target entries. 192 for target in target_list: 427 target_list.append(v)
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 66 static LIST_HEAD(target_list); 79 * @list: Links this target into the target_list. 697 list_add(&nt->list, &target_list); in make_netconsole_target() 760 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event() 897 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg() 901 list_for_each_entry(nt, &target_list, list) in write_ext_msg() 917 if (list_empty(&target_list)) in write_msg() 921 list_for_each_entry(nt, &target_list, list) { in write_msg() 978 list_add(&nt->list, &target_list); in init_netconsole() 1009 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole() [all …]
|
/openbmc/qemu/tests/vm/ |
H A D | Makefile.include | 82 @echo " TARGET_LIST=a,b,c - Override target list in builds" 123 $(if $(TARGET_LIST),--target-list=$(TARGET_LIST)) \
|
/openbmc/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 120 * @target_list: List of connected target ports (struct srp_target_port). 121 * @target_lock: Protects @target_list. 127 struct list_head target_list; member
|
/openbmc/qemu/ |
H A D | configure | 262 # Don't accept a target_list environment variable. 263 unset target_list 703 --target-list=*) target_list="$optarg" 709 if test "$target_list"; then 1119 if test -z "${target_list+xxx}" ; then 1122 target_list="$target_list $target" 1124 target_list="${target_list# }" 1127 target_list=$(echo "$target_list" | sed -e 's/,/ /g') 1128 for target in $target_list; do 1142 if test -z "$target_list"; then [all …]
|
H A D | .patchew.yml | 126 time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildall-qemu | 29 …TARGET_LIST=$(find "$OE_CORE_PATH"/meta/conf/machine -maxdepth 1 -type f | grep qemu | sed 's|.*/|… 66 for i in ${TARGET_LIST}
|
/openbmc/linux/kernel/module/ |
H A D | sysfs.c | 249 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links() 262 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 933 def PrintSizeDetail(self, target_list, show_bloat): argument 937 target_list: List of targets, each a dict containing: 943 targets_by_diff = sorted(target_list, reverse=True, 1038 for arch, target_list in arch_list.iteritems(): 1041 for result in target_list: 1054 count = len(target_list) 1073 self.PrintSizeDetail(target_list, show_bloat) 1248 for arch, target_list in arch_list.iteritems(): 1249 Print('%10s: %s' % (arch, target_list))
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 385 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local 397 target_list = pktlist; in brcmf_sdiod_sglist_rw() 420 target_list = &local_list; in brcmf_sdiod_sglist_rw() 426 target_list->qlen); in brcmf_sdiod_sglist_rw() 448 skb_queue_walk(target_list, pkt_next) { in brcmf_sdiod_sglist_rw()
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 430 * @target_list: list to add work to 439 struct list_head *target_list) in binder_enqueue_work_ilocked() argument 441 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked() 443 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked() 817 struct list_head *target_list) in binder_inc_node_nilocked() argument 826 if (target_list == NULL && in binder_inc_node_nilocked() 838 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked() 839 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked() 842 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked() 850 if (target_list == NULL) { in binder_inc_node_nilocked() [all …]
|
/openbmc/openbmc-test-automation/ffdc/plugins/ |
H A D | redfish.py | 164 target_list.append(v)
|
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 857 } target_list; in init_hdm_decoder() local 958 target_list.value = (hi << 32) + lo; in init_hdm_decoder() 960 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
|
/openbmc/linux/include/linux/ |
H A D | module.h | 308 struct list_head target_list; member 565 struct list_head target_list; member
|
/openbmc/linux/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.c | 584 struct list_head *target_list; in hisi_ptt_update_filters() local 586 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters() 589 list_for_each_entry_safe(filter, tmp, target_list, list) in hisi_ptt_update_filters()
|