/tools/testing/selftests/sync/ |
D | sync_wait.c | 36 int valid, active, signaled, ret; in test_fence_multi_timeline_wait() local 53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 54 ASSERT(active == 3, "Fence signaled too early!\n"); in test_fence_multi_timeline_wait() 61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 63 ASSERT(active == 2 && signaled == 1, in test_fence_multi_timeline_wait() 67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 69 ASSERT(active == 1 && signaled == 2, in test_fence_multi_timeline_wait() 73 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait() 75 ASSERT(active == 0 && signaled == 3, in test_fence_multi_timeline_wait()
|
D | sync_stress_consumer.c | 42 int error, active; in busy_wait_on_fence() local 47 active = sync_fence_count_with_status(fence, in busy_wait_on_fence() 49 } while (active); in busy_wait_on_fence()
|
/tools/power/cpupower/utils/helpers/ |
D | misc.c | 8 int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, in cpufreq_has_boost_support() argument 15 *support = *active = *states = 0; in cpufreq_has_boost_support() 32 *active = 1; in cpufreq_has_boost_support() 35 ret = amd_pci_get_num_boost_states(active, states); in cpufreq_has_boost_support() 40 *support = *active = 1; in cpufreq_has_boost_support()
|
D | amd.c | 133 int amd_pci_get_num_boost_states(int *active, int *states) in amd_pci_get_num_boost_states() argument 139 *active = *states = 0; in amd_pci_get_num_boost_states() 148 *active = 1; in amd_pci_get_num_boost_states() 150 *active = 0; in amd_pci_get_num_boost_states()
|
D | helpers.h | 114 extern int amd_pci_get_num_boost_states(int *active, int *states); 131 int *active, int * states); 162 int *active, int * states) in cpufreq_has_boost_support() argument
|
/tools/cgroup/ |
D | iocost_monitor.py | 147 self.active = iocg.active.value_() 185 'weight_active' : self.active,
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 165 int support, active, b_states = 0, ret, pstate_no, i; in get_boost_mode_x86() local 169 ret = cpufreq_has_boost_support(cpu, &support, &active, &b_states); in get_boost_mode_x86() 184 printf(_(" Active: %s\n"), active ? _("yes") : _("no")); in get_boost_mode_x86()
|
/tools/power/x86/intel-speed-select/ |
D | isst.h | 121 int active; member
|
/tools/vm/ |
D | slabinfo.c | 1131 char *active = NULL; in alias() local 1142 if (active) { in alias() 1143 if (strcmp(a->slab->name, active) == 0) { in alias() 1149 active = a->slab->name; in alias() 1154 if (active) in alias()
|
/tools/include/uapi/drm/ |
D | drm.h | 792 __u32 active; /* return: crtc output is active */ member
|
/tools/power/cpupower/po/ |
D | fr.po | 294 msgid " no or unknown cpufreq driver is active on this CPU\n" 565 msgstr " -g GOV, --governor GOV active le régulateur GOV\n" 863 msgid "active state: C0\n"
|
D | cs.po | 299 msgid " no or unknown cpufreq driver is active on this CPU\n" 863 msgid "active state: C0\n"
|
D | it.po | 294 msgid " no or unknown cpufreq driver is active on this CPU\n" 872 msgid "active state: C0\n"
|
D | pt.po | 293 msgid " no or unknown cpufreq driver is active on this CPU\n" 874 msgid "active state: C0\n"
|
D | de.po | 308 msgid " no or unknown cpufreq driver is active on this CPU\n" 893 msgid "active state: C0\n"
|
/tools/perf/Documentation/ |
D | perf-top.txt | 318 Event to display when multiple counters are active.
|
D | perf-list.txt | 218 active exceeds the number of hardware performance counters. Multiplexing
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 4651 a:active {color:white;}\n\
|