Home
last modified time | relevance | path

Searched refs:attr (Results 2851 - 2875 of 8095) sorted by relevance

1...<<111112113114115116117118119120>>...324

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_on_willing_child_test.c74 event.attr.exclude_kernel = 1; in ebb_on_willing_child()
75 event.attr.exclude_hv = 1; in ebb_on_willing_child()
76 event.attr.exclude_idle = 1; in ebb_on_willing_child()
H A Debb_vs_cpu_event_test.c26 event->attr.exclude_kernel = 1; in setup_cpu_event()
27 event->attr.exclude_hv = 1; in setup_cpu_event()
28 event->attr.exclude_idle = 1; in setup_cpu_event()
H A Debb_on_child_test.c68 event.attr.exclude_kernel = 1; in ebb_on_child()
69 event.attr.exclude_hv = 1; in ebb_on_child()
70 event.attr.exclude_idle = 1; in ebb_on_child()
H A Dmulti_ebb_procs_test.c42 event.attr.exclude_kernel = 1; in cycles_child()
43 event.attr.exclude_hv = 1; in cycles_child()
44 event.attr.exclude_idle = 1; in cycles_child()
H A Dpmae_handling_test.c66 event.attr.exclude_kernel = 1; in test_body()
67 event.attr.exclude_hv = 1; in test_body()
68 event.attr.exclude_idle = 1; in test_body()
H A Dtask_event_vs_ebb_test.c26 event->attr.exclude_kernel = 1; in setup_child_event()
27 event->attr.exclude_hv = 1; in setup_child_event()
28 event->attr.exclude_idle = 1; in setup_child_event()
H A Dpmc56_overflow_test.c58 event.attr.exclude_kernel = 1; in pmc56_overflow()
59 event.attr.exclude_hv = 1; in pmc56_overflow()
60 event.attr.exclude_idle = 1; in pmc56_overflow()
H A Dcycles_with_mmcr2_test.c34 event.attr.exclude_kernel = 1; in cycles_with_mmcr2()
35 event.attr.exclude_hv = 1; in cycles_with_mmcr2()
36 event.attr.exclude_idle = 1; in cycles_with_mmcr2()
H A Dcpu_event_vs_ebb_test.c26 event->attr.exclude_kernel = 1; in setup_cpu_event()
27 event->attr.exclude_hv = 1; in setup_cpu_event()
28 event->attr.exclude_idle = 1; in setup_cpu_event()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dgroup_constraint_thresh_cmp_test.c44 leader.attr.config1 = 1000; in group_constraint_thresh_cmp()
50 event.attr.config1 = 2000; in group_constraint_thresh_cmp()
61 event.attr.config1 = 1000; in group_constraint_thresh_cmp()
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H A DIt_posix_mutex_045.c59 pthread_attr_t attr; in Testcase() local
71 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
74 ret = pthread_create(&newTh, &attr, TaskF01, NULL); in Testcase()
H A DIt_posix_mutex_050.c63 pthread_attr_t attr; in Testcase() local
74 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
77 ret = pthread_create(&newTh, &attr, TaskF01, NULL); in Testcase()
H A DIt_posix_mutex_056.c61 pthread_attr_t attr; in Testcase() local
72 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
75 ret = pthread_create(&newTh, &attr, TaskF01, NULL); in Testcase()
/kernel/liteos_m/testsuites/sample/posix/mutex/
H A DIt_posix_mutex_024.c47 pthread_attr_t attr; in Testcase() local
59 ret = PosixPthreadInit(&attr, 4); // 4, Set thread priority. in Testcase()
62 ret = pthread_create(&newTh, &attr, TaskF01, NULL); in Testcase()
H A DIt_posix_mutex_039.c54 pthread_attr_t attr; in Testcase() local
65 ret = PosixPthreadInit(&attr, MUTEX_TEST_HIGH_PRIO); in Testcase()
68 ret = pthread_create(&newTh, &attr, TaskF01, NULL); in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
H A DIt_posix_pthread_064.cpp63 pthread_attr_t attr; in Testcase() local
71 ret = PosixPthreadInit(&attr, 4); in Testcase()
74 ret = pthread_create(&newTh, &attr, pthread_f01, NULL); in Testcase()
/third_party/elfutils/libdw/
H A Ddwarf_func_inline.c53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin, in scope_visitor() local
55 if (attr == NULL) in scope_visitor()
59 Dwarf_Die *origin = INTUSE(dwarf_formref_die) (attr, &origin_mem); in scope_visitor()
/third_party/curl/docs/examples/
H A Dhref_extractor.c57 char tag[1], attr[4], val[128]; in main() local
73 html_parser_set_attr_buffer(hsp, attr, sizeof(attr)); in main()
/third_party/rust/crates/bindgen/bindgen/
H A Dfeatures.rs13 ( $( $( #[$attr:meta] )* => $release:ident => $value:expr; )* ) => {
24 #[$attr]
75 ( $( $( #[$attr:meta] )* => $release:ident => $value:expr; )* ) => {
153 $( $( #[$attr:meta] )* => $feature:ident; )*
162 #[$attr]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/
H A Dextension.rb18 'api version' => document.attr('revnumber'),
19 'comment' => document.attr('revremark'),
20 'date' => document.attr('revdate')
114 outfile = document.attr('json_output')
/third_party/python/Lib/test/
H A D_test_embed_structseq.py35 with self.subTest(attr=attr_name):
36 attr = getattr(sys, attr_name)
37 self.check_structseq(type(attr))
/third_party/rust/crates/proc-macro2/tests/
H A Dtest_size.rs5 #[rustversion::attr(before(1.32), ignore)]
26 #[rustversion::attr(before(1.32), ignore)]
27 #[rustversion::attr(
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_os2.h663 * @param attr Indicates the thread attributes.
668 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
843 * @param attr Indicates the pointer to the timer attributes. This parameter is not used.
848 osTimerId_t osTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t *attr);
907 * @param attr Indicates the pointer to the event flags attributes. This parameter is not used.
912 osEventFlagsId_t osEventFlagsNew (const osEventFlagsAttr_t *attr);
986 * @param attr Indicates the pointer to the mutex attributes. This parameter is not used.
991 osMutexId_t osMutexNew (const osMutexAttr_t *attr);
1044 * @param attr Indicates the pointer to the semaphore attributes. This parameter is not used.
1049 osSemaphoreId_t osSemaphoreNew (uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t *attr);
[all...]
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c120 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument
140 if (attr) { in pthread_create()
141 if (attr->detachstate == PTHREAD_CREATE_DETACHED) { in pthread_create()
144 if (attr->stackaddr_set) { in pthread_create()
148 if (attr->stacksize_set) { in pthread_create()
149 taskInitParam.uwStackSize = attr->stacksize; in pthread_create()
151 taskInitParam.usTaskPrio = (UINT16)attr->schedparam.sched_priority; in pthread_create()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dsq.c260 struct attribute attr; member
265 #define to_sq_sysfs_attr(a) container_of(a, struct sq_sysfs_attr, attr)
267 static ssize_t sq_sysfs_show(struct kobject *kobj, struct attribute *attr, in sq_sysfs_show() argument
270 struct sq_sysfs_attr *sattr = to_sq_sysfs_attr(attr); in sq_sysfs_show()
278 static ssize_t sq_sysfs_store(struct kobject *kobj, struct attribute *attr, in sq_sysfs_store() argument
281 struct sq_sysfs_attr *sattr = to_sq_sysfs_attr(attr); in sq_sysfs_store()
324 &mapping_attr.attr,

Completed in 9 milliseconds

1...<<111112113114115116117118119120>>...324