Home
last modified time | relevance | path

Searched refs:thread (Results 1301 - 1325 of 2400) sorted by relevance

1...<<51525354555657585960>>...96

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Duserfaultfd_util.h26 pthread_t thread; member
/third_party/elfutils/libdwfl/
H A Ddwfl_frame_pc.c40 ebl_normalize_pc (state->thread->process->ebl, pc); in dwfl_frame_pc()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dynamic.h44 int fflag, struct thread *td);
/third_party/mesa3d/src/util/
H A Du_qsort.cpp25 #include <thread>
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_spin_test.cpp2 #include <thread>
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dbarrier.hpp22 #include <thread>
/kernel/linux/linux-5.10/drivers/dma/
H A Dimg-mdc-dma.c124 unsigned int thread; member
217 (mchan->thread << MDC_READ_PORT_CONFIG_STHREAD_SHIFT) | in mdc_list_desc_config()
218 (mchan->thread << MDC_READ_PORT_CONFIG_RTHREAD_SHIFT) | in mdc_list_desc_config()
219 (mchan->thread << MDC_READ_PORT_CONFIG_WTHREAD_SHIFT); in mdc_list_desc_config()
550 val = (mchan->thread << MDC_READ_PORT_CONFIG_STHREAD_SHIFT) | in mdc_issue_desc()
551 (mchan->thread << MDC_READ_PORT_CONFIG_RTHREAD_SHIFT) | in mdc_issue_desc()
552 (mchan->thread << MDC_READ_PORT_CONFIG_WTHREAD_SHIFT); in mdc_issue_desc()
824 mchan->thread = dma_spec->args[2]; in mdc_of_xlate()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dp4.c810 * first time on the same cpu -- we will not need swap thread in p4_hw_config()
953 int thread = p4_ht_config_thread(hwc->config); in p4_pmu_enable_event() local
960 escr_addr = bind->escr_msr[thread]; in p4_pmu_enable_event()
1064 * swap thread specific fields according to a thread
1079 * cpu, so we need to swap thread specific flags in p4_pmu_swap_config_ts()
1193 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr() argument
1199 j = bind->cntr[thread][i]; in p4_next_cntr()
1214 unsigned int i, thread, num; in p4_pmu_schedule_events() local
1225 thread in p4_pmu_schedule_events()
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c292 * @cpu: logical cpu index of a core/thread
293 * @phys_id: physical identifier of a core/thread
301 * correspond to the same core/thread, false otherwise.
310 * core/thread corresponding to the logical cpu 'cpu'. If 'thread' is not
311 * NULL, local thread number within the core is returned in it.
314 const char *prop_name, int cpu, unsigned int *thread) in __of_find_n_match_cpu_property()
330 if (thread) in __of_find_n_match_cpu_property()
331 *thread = tid; in __of_find_n_match_cpu_property()
342 * else false. If 'thread' i
313 __of_find_n_match_cpu_property(struct device_node *cpun, const char *prop_name, int cpu, unsigned int *thread) __of_find_n_match_cpu_property() argument
345 arch_find_n_match_cpu_physical_id(struct device_node *cpun, int cpu, unsigned int *thread) arch_find_n_match_cpu_physical_id() argument
380 of_get_cpu_node(int cpu, unsigned int *thread) of_get_cpu_node() argument
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dimg-mdc-dma.c123 unsigned int thread; member
216 (mchan->thread << MDC_READ_PORT_CONFIG_STHREAD_SHIFT) | in mdc_list_desc_config()
217 (mchan->thread << MDC_READ_PORT_CONFIG_RTHREAD_SHIFT) | in mdc_list_desc_config()
218 (mchan->thread << MDC_READ_PORT_CONFIG_WTHREAD_SHIFT); in mdc_list_desc_config()
549 val = (mchan->thread << MDC_READ_PORT_CONFIG_STHREAD_SHIFT) | in mdc_issue_desc()
550 (mchan->thread << MDC_READ_PORT_CONFIG_RTHREAD_SHIFT) | in mdc_issue_desc()
551 (mchan->thread << MDC_READ_PORT_CONFIG_WTHREAD_SHIFT); in mdc_issue_desc()
823 mchan->thread = dma_spec->args[2]; in mdc_of_xlate()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dp4.c810 * first time on the same cpu -- we will not need swap thread in p4_hw_config()
953 int thread = p4_ht_config_thread(hwc->config); in __p4_pmu_enable_event() local
960 escr_addr = bind->escr_msr[thread]; in __p4_pmu_enable_event()
1097 * swap thread specific fields according to a thread
1112 * cpu, so we need to swap thread specific flags in p4_pmu_swap_config_ts()
1226 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr() argument
1232 j = bind->cntr[thread][i]; in p4_next_cntr()
1247 unsigned int i, thread, num; in p4_pmu_schedule_events() local
1258 thread in p4_pmu_schedule_events()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp127 errln("Error starting thread %d", i); in TestThreads()
223 errln("Error starting thread %d", i); in TestArabicShapingThreads()
272 // FormatThreadTest - a thread that tests performing a number of numberformats.
276 const int kFormatThreadIterations = 100; // # of iterations per thread
361 * Class for thread-safe testing of format.
364 * ThreadSafeFormat::doStuff() is called concurrently to test the thread safety of
369 /* give a unique offset to each thread */
681 errln("%s:%d System Error %d starting thread number %d.", in TestThreadedIntl()
908 errln("%s:%d THREAD INFO: thread %d failed to start with status %d", __FILE__, __LINE__, j, spawnResult); in TestCollators()
931 const int kStringThreadIterations = 2500;// # of iterations per thread
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_si_intf.c242 struct task_struct *thread; member
350 * Start a new message and (re)start the timer and thread.
357 if (smi_info->thread) in start_new_msg()
358 wake_up_process(smi_info->thread); in start_new_msg()
873 if (smi_info->thread) in check_start_timer_thread()
874 wake_up_process(smi_info->thread); in check_start_timer_thread()
990 * and the thread here sees something else, the timer in ipmi_thread()
1162 * The BT interface is efficient enough to not need a thread, in smi_start_processing()
1163 * and there is no need for a thread if we have interrupts. in smi_start_processing()
1169 new_smi->thread in smi_start_processing()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtvaudio.c134 /* thread */
135 struct task_struct *thread; member
313 /* kernel thread for doing i2c stuff asyncronly
322 wake_up_process(chip->thread); in chip_thread_wake()
332 v4l2_dbg(1, debug, sd, "thread started\n"); in chip_thread()
342 v4l2_dbg(1, debug, sd, "thread wakeup\n"); in chip_thread()
354 v4l2_dbg(1, debug, sd, "thread checkmode\n"); in chip_thread()
389 v4l2_dbg(1, debug, sd, "thread exiting\n"); in chip_thread()
1835 if (chip->thread) in tvaudio_s_tuner()
1836 wake_up_process(chip->thread); in tvaudio_s_tuner()
[all...]
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_si_intf.c243 struct task_struct *thread; member
352 * Start a new message and (re)start the timer and thread.
359 if (smi_info->thread) in start_new_msg()
360 wake_up_process(smi_info->thread); in start_new_msg()
875 if (smi_info->thread) in check_start_timer_thread()
876 wake_up_process(smi_info->thread); in check_start_timer_thread()
992 * and the thread here sees something else, the timer in ipmi_thread()
1164 * The BT interface is efficient enough to not need a thread, in smi_start_processing()
1165 * and there is no need for a thread if we have interrupts. in smi_start_processing()
1171 new_smi->thread in smi_start_processing()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtvaudio.c134 /* thread */
135 struct task_struct *thread; member
313 /* kernel thread for doing i2c stuff asyncronly
322 wake_up_process(chip->thread); in chip_thread_wake()
332 v4l2_dbg(1, debug, sd, "thread started\n"); in chip_thread()
342 v4l2_dbg(1, debug, sd, "thread wakeup\n"); in chip_thread()
354 v4l2_dbg(1, debug, sd, "thread checkmode\n"); in chip_thread()
389 v4l2_dbg(1, debug, sd, "thread exiting\n"); in chip_thread()
1835 if (chip->thread) in tvaudio_s_tuner()
1836 wake_up_process(chip->thread); in tvaudio_s_tuner()
[all...]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Duaccess.h35 #define get_fs() (current->thread.current_ds)
36 #define set_fs(val) (current->thread.current_ds = (val))
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Delf.h247 current->thread.vdso = &vdso_info; \
264 current->thread.vdso = &vdso_info; \
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dunaligned.c436 set_fpr64(&current->thread.fpu.fpr[insn.reg3_format.rd], 0, value); in emulate_load_store_insn()
446 value = get_fpr64(&current->thread.fpu.fpr[insn.reg3_format.rd], 0); in emulate_load_store_insn()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmmu_context.h192 * foreign real address mapping (CP_ABORT) for the thread / process
282 #define thread_pkey_regs_save(thread)
284 #define thread_pkey_regs_init(thread)
H A Dsfp-machine.h108 #define __FPU_FPSCR (current->thread.spefscr)
128 #define __FPU_FPSCR (current->thread.fp_state.fpscr)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dprocessor.h124 /* Per-thread information related to debugging */
161 .fpu.regs = (void *) init_task.thread.fpu.fprs, \
166 * Do necessary setup to start up a new thread.
191 /* Free all resources held by a thread. */
204 #define is_ri_task(tsk) (!!(tsk)->thread.ri_cb)
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dex-exit.S184 beqz $r6, 1f ! r6 stores fn for kernel thread
185 move $r0, $r7 ! prepare kernel thread arg
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Delf.h242 current->thread.vdso = &vdso_info; \
259 current->thread.vdso = &vdso_info; \
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dunaligned.c436 set_fpr64(&current->thread.fpu.fpr[insn.reg3_format.rd], 0, value); in emulate_load_store_insn()
446 value = get_fpr64(&current->thread.fpu.fpr[insn.reg3_format.rd], 0); in emulate_load_store_insn()

Completed in 26 milliseconds

1...<<51525354555657585960>>...96