Home
last modified time | relevance | path

Searched refs:online_cpus (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-tt/nova-tt/
H A Dphysical_concurrency.hpp46 std::ifstream online_cpus;
47 online_cpus.open("/sys/devices/system/cpu/online");
49 if (!online_cpus)
53 std::getline(online_cpus, line);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dmisc.c96 bitmask_clearall(online_cpus); in get_cpustate()
103 bitmask_setbit(online_cpus, cpu); in get_cpustate()
120 str_len = online_cpus->size * 5; in print_online_cpus()
123 if (!bitmask_isallclear(online_cpus)) { in print_online_cpus()
124 bitmask_displaylist(online_cpus_str, str_len, online_cpus); in print_online_cpus()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dmisc.c96 bitmask_clearall(online_cpus); in get_cpustate()
103 bitmask_setbit(online_cpus, cpu); in get_cpustate()
120 str_len = online_cpus->size * 5; in print_online_cpus()
123 if (!bitmask_isallclear(online_cpus)) { in print_online_cpus()
124 bitmask_displaylist(online_cpus_str, str_len, online_cpus); in print_online_cpus()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/utils/helpers/
H A Dmisc.c96 bitmask_clearall(online_cpus); in get_cpustate()
103 bitmask_setbit(online_cpus, cpu); in get_cpustate()
120 str_len = online_cpus->size * 5; in print_online_cpus()
123 if (!bitmask_isallclear(online_cpus)) { in print_online_cpus()
124 bitmask_displaylist(online_cpus_str, str_len, online_cpus); in print_online_cpus()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh32 online_cpus=`cat $SYSFS/devices/system/cpu/online`
33 online_max=${online_cpus##*-}
35 if [[ "$online_cpus" = "$online_max" ]]; then
36 echo "$msg: since there is only one cpu: $online_cpus"
44 echo -e "\t Cpus in online state: $online_cpus"
154 online_cpus=0
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh32 online_cpus=`cat $SYSFS/devices/system/cpu/online`
33 online_max=${online_cpus##*-}
35 if [[ "$online_cpus" = "$online_max" ]]; then
36 echo "$msg: since there is only one cpu: $online_cpus"
44 echo -e "\t Cpus in online state: $online_cpus"
154 online_cpus=0
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh32 online_cpus=`cat $SYSFS/devices/system/cpu/online`
33 online_max=${online_cpus##*-}
35 if [[ "$online_cpus" = "$online_max" ]]; then
36 echo "$msg: since there is only one cpu: $online_cpus"
44 echo -e "\t Cpus in online state: $online_cpus"
154 online_cpus=0
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/cpupower/utils/
H A Dcpupower.c37 struct bitmask *online_cpus; variable
183 online_cpus = bitmask_alloc(sysconf(_SC_NPROCESSORS_CONF)); in main()
237 if (online_cpus) in main()
238 bitmask_free(online_cpus); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/cpupower/utils/
H A Dcpupower.c37 struct bitmask *online_cpus; variable
183 online_cpus = bitmask_alloc(sysconf(_SC_NPROCESSORS_CONF)); in main()
237 if (online_cpus) in main()
238 bitmask_free(online_cpus); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/cpupower/utils/
H A Dcpupower.c37 struct bitmask *online_cpus; variable
183 online_cpus = bitmask_alloc(sysconf(_SC_NPROCESSORS_CONF)); in main()
237 if (online_cpus) in main()
238 bitmask_free(online_cpus); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/arch/arm/util/
H A Dcs-etm.c203 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option() local
208 !cpu_map__has(online_cpus, i)) in cs_etm_set_option()
228 perf_cpu_map__put(online_cpus); in cs_etm_set_option()
540 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() local
546 !cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
557 if (!cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
567 perf_cpu_map__put(online_cpus); in cs_etm_info_priv_size()
690 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill() local
703 cpu_map = online_cpus; in cs_etm_info_fill()
708 !cpu_map__has(online_cpus, i)) in cs_etm_info_fill()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/arch/arm/util/
H A Dcs-etm.c203 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option() local
208 !cpu_map__has(online_cpus, i)) in cs_etm_set_option()
228 perf_cpu_map__put(online_cpus); in cs_etm_set_option()
540 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() local
546 !cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
557 if (!cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
567 perf_cpu_map__put(online_cpus); in cs_etm_info_priv_size()
690 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill() local
703 cpu_map = online_cpus; in cs_etm_info_fill()
708 !cpu_map__has(online_cpus, i)) in cs_etm_info_fill()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/arch/arm/util/
H A Dcs-etm.c203 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_set_option() local
208 !cpu_map__has(online_cpus, i)) in cs_etm_set_option()
228 perf_cpu_map__put(online_cpus); in cs_etm_set_option()
540 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_priv_size() local
546 !cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
557 if (!cpu_map__has(online_cpus, i)) in cs_etm_info_priv_size()
567 perf_cpu_map__put(online_cpus); in cs_etm_info_priv_size()
690 struct perf_cpu_map *online_cpus = perf_cpu_map__new(NULL); in cs_etm_info_fill() local
703 cpu_map = online_cpus; in cs_etm_info_fill()
708 !cpu_map__has(online_cpus, i)) in cs_etm_info_fill()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/aix/
H A Dlibperfstat_aix.hpp473 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
508 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
567 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
633 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
712 …int online_cpus; /* number of virtual CPUs currently online on the partition … member
816 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
827 …uint online_cpus; /* Number of Virtual CPUs in partition rset or number of virtual C… member
916 int online_cpus; /* number of virtual CPUs currently online on the partition */ member
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-online-cpus.c7 printf("%d\n", online_cpus()); in cmd__online_cpus()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-online-cpus.c7 printf("%d\n", online_cpus()); in cmd__online_cpus()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-online-cpus.c7 printf("%d\n", online_cpus()); in cmd__online_cpus()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-online-cpus.c7 printf("%d\n", online_cpus()); in cmd__online_cpus()

12345678910>>...12