Home
last modified time | relevance | path

Searched defs:thread (Results 651 - 675 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c687 struct threaded_migrate *thread; in threaded_migrate() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_gem.c372 submit_cl(struct drm_device *dev, uint32_t thread, uint32_t start, uint32_t end) in submit_cl() argument
/kernel/linux/linux-6.6/tools/lib/perf/
H A Devlist.c400 static void perf_evsel__set_sid_idx(struct perf_evsel *evsel, int idx, int cpu, int thread) in perf_evsel__set_sid_idx() argument
249 perf_evlist__id_hash(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu, int thread, u64 id) perf_evlist__id_hash() argument
270 perf_evlist__id_add(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu, int thread, u64 id) perf_evlist__id_add() argument
278 perf_evlist__id_add_fd(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu, int thread, int fd) perf_evlist__id_add_fd() argument
449 mmap_per_evsel(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, int idx, struct perf_mmap_param *mp, int cpu_idx, int thread, int *_output, int *_output_overwrite, int *nr_mmaps) mmap_per_evsel() argument
548 int cpu, thread, idx = 0; mmap_per_thread() local
591 int cpu, thread; mmap_per_cpu() local
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dcode-reading.c379 struct thread *thread; in process_sample_event() local
228 read_object_code(u64 addr, size_t len, u8 cpumode, struct thread *thread, struct state *state) read_object_code() argument
556 struct thread *thread; do_test_code_reading() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Devent.c598 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() argument
663 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() argument
676 thread__find_symbol(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) thread__find_symbol() argument
685 thread__find_symbol_fb(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) thread__find_symbol_fb() argument
714 struct thread *thread; machine__resolve() local
819 thread__resolve(struct thread *thread, struct addr_location *al, struct perf_sample *sample) thread__resolve() argument
[all...]
H A Djitdump.c795 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid() local
808 struct thread *thread = machine__find_thread(machine, pid, pid); in jit_has_pid() local
828 struct thread *thread; jit_process() local
[all...]
H A Dmap.c118 map__new(struct machine *machine, u64 start, u64 len, u64 pgoff, struct dso_id *id, u32 prot, u32 flags, struct build_id *bid, char *filename, struct thread *thread) map__new() argument
H A Dstat.c386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) process_counter_values() argument
466 int idx, thread; process_counter_maps() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dpcm-test.c27 pthread_t thread; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbench.c443 static void set_thread_affinity(pthread_t thread, int cpu) in set_thread_affinity() argument
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c1248 pthread_t thread; in acpi_os_get_thread_id() local
1272 pthread_t thread; in acpi_os_execute() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c486 pthread_t thread; in test_userfaultfd() local
H A Dldt_gdt.c533 pthread_t thread; in do_multicpu_tests() local
[all...]
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_aa.c243 unsigned long long thread; in timerlat_aa_handler() local
[all...]
H A Dtimerlat_hist.c58 int *thread; member
[all...]
H A Dtimerlat_top.c161 unsigned long long latency, thread; in timerlat_top_handler() local
124 timerlat_top_update(struct osnoise_tool *tool, int cpu, unsigned long long thread, unsigned long long latency) timerlat_top_update() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c557 ssize_t proc_read_text(int pid, bool thread, const char *item, char *buf, size_t size) in proc_read_text() argument
572 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() argument
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c343 static struct thread { struct
[all...]
H A Dtestusb.c124 pthread_t thread; member
/kernel/liteos_a/testsuites/unittest/common/
H A DosTest.cpp309 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread) in PosixPthreadDestroy() argument
/kernel/liteos_m/kal/posix/src/
H A Dpthread.c84 static inline bool IsPthread(pthread_t thread) in IsPthread() argument
177 pthread_t thread = pthread_self(); in CheckForCancel() local
194 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument
233 pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) pthread_setschedparam() argument
257 pthread_setschedprio(pthread_t thread, int prio) pthread_setschedprio() argument
276 pthread_t thread = pthread_self(); pthread_once() local
307 pthread_t thread = pthread_self(); pthread_setcancelstate() local
340 pthread_t thread = pthread_self(); pthread_setcanceltype() local
368 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) pthread_getschedparam() argument
418 pthread_cancel(pthread_t thread) pthread_cancel() argument
461 pthread_join(pthread_t thread, void **retval) pthread_join() argument
489 pthread_detach(pthread_t thread) pthread_detach() argument
513 pthread_t thread = pthread_self(); pthread_exit() local
541 pthread_setname_np(pthread_t thread, const char *name) pthread_setname_np() argument
579 pthread_getname_np(pthread_t thread, char *buf, size_t buflen) pthread_getname_np() argument
634 pthread_t thread = pthread_self(); pthread_key_create() local
672 pthread_t thread = pthread_self(); pthread_key_delete() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcpufreq_schedutil.c35 struct task_struct *thread; member
629 struct task_struct *thread; local
[all...]
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Dframe_rtg.c370 struct task_struct *thread = NULL; in update_frame_task_prio() local
[all...]
/third_party/curl/tests/server/
H A Dutil.c695 curl_win_thread_handle_t thread; in install_signal_handlers() local
/third_party/elfutils/src/
H A Dstack.c457 thread_callback (Dwfl_Thread *thread, void *thread_arg) in thread_callback() argument

Completed in 24 milliseconds

1...<<21222324252627282930>>...39