Home
last modified time | relevance | path

Searched defs:thread (Results 476 - 500 of 629) sorted by relevance

1...<<11121314151617181920>>...26

/kernel/linux/linux-5.10/drivers/crypto/
H A Dmxs-dcp.c79 struct task_struct *thread[DCP_MAX_CHANS]; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c2992 wave_read_regs(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t regno, uint32_t num, uint32_t *out) wave_read_regs() argument
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_ssif.c267 struct task_struct *thread; member
H A Dipmi_si_intf.c242 struct task_struct *thread; member
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcell-regs.h190 struct cbe_iic_thread_regs thread[2]; /* 0x0400 */ member
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprocess.c695 set_debug_reg_defaults(struct thread_struct *thread) set_debug_reg_defaults() argument
770 set_debug_reg_defaults(struct thread_struct *thread) set_debug_reg_defaults() argument
1009 tm_recheckpoint(struct thread_struct *thread) tm_recheckpoint() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcell-regs.h190 struct cbe_iic_thread_regs thread[2]; /* 0x0400 */ member
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c692 set_debug_reg_defaults(struct thread_struct *thread) set_debug_reg_defaults() argument
767 set_debug_reg_defaults(struct thread_struct *thread) set_debug_reg_defaults() argument
1027 tm_recheckpoint(struct thread_struct *thread) tm_recheckpoint() argument
[all...]
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_balloon.c542 struct task_struct *thread; member
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c135 struct task_struct *thread; member
[all...]
H A Ddvb_frontend.c100 struct task_struct *thread; member
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid1.c2507 raid1d(struct md_thread *thread) raid1d() argument
[all...]
H A Dmd-cluster.c286 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps() argument
621 recv_daemon(struct md_thread *thread) recv_daemon() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dav7110.c2352 struct task_struct *thread; in av7110_attach() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddriver.c712 static noinline int max_packet_exceeded(struct hfi1_packet *packet, int thread) in max_packet_exceeded() argument
726 static inline int check_max_packet(struct hfi1_packet *packet, int thread) in check_max_packet() argument
735 static noinline int skip_rcv_packet(struct hfi1_packet *packet, int thread) in skip_rcv_packet() argument
788 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread) in process_rcv_packet() argument
899 int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *rcd, int thread) in handle_receive_interrupt_nodma_rtail() argument
925 handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *rcd, int thread) handle_receive_interrupt_dma_rtail() argument
1048 handle_receive_interrupt(struct hfi1_ctxtdata *rcd, int thread) handle_receive_interrupt() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2617 struct task_struct *thread; in bnx2fc_cpu_online() local
2637 struct task_struct *thread; bnx2fc_cpu_offline() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c335 static int lcs_set_thread_start_bit(struct lcs_card *card, unsigned long thread) in lcs_set_thread_start_bit() argument
351 lcs_clear_thread_running_bit(struct lcs_card *card, unsigned long thread) in lcs_clear_thread_running_bit() argument
361 static int __lcs_do_run_thread(struct lcs_card *card, unsigned long thread) in __lcs_do_run_thread() argument
381 lcs_do_run_thread(struct lcs_card *card, unsigned long thread) lcs_do_run_thread() argument
390 lcs_do_start_thread(struct lcs_card *card, unsigned long thread) lcs_do_start_thread() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_main.c1965 struct task_struct *thread; in qedi_cpu_online() local
1983 struct task_struct *thread; in qedi_cpu_offline() local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kmem.c943 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event() local
H A Dbuiltin-stat.c306 static int evsel__write_stat_event(struct evsel *counter, u32 cpu, u32 thread, in evsel__write_stat_event() argument
336 int thread; in read_counter_cpu() local
315 read_single_counter(struct evsel *counter, int cpu, int thread, struct timespec *rs) read_single_counter() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
H A Devent.h316 __u32 thread; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcs-etm.c75 struct thread *thread; member
674 struct thread *thread; in cs_etm__mem_access() local
[all...]
H A Devsel.c1399 void evsel__compute_deltas(struct evsel *evsel, int cpu, int thread, in evsel__compute_deltas() argument
1439 static int evsel__read_one(struct evsel *evsel, int cpu, int thread) in evsel__read_one() argument
1447 perf_evsel__set_count(struct evsel *counter, int cpu, int thread, in perf_evsel__set_count() argument
1462 perf_evsel__process_group_data(struct evsel *leader, int cpu, int thread, u64 *data) perf_evsel__process_group_data() argument
1499 evsel__read_group(struct evsel *leader, int cpu, int thread) evsel__read_group() argument
1529 evsel__read_counter(struct evsel *evsel, int cpu, int thread) evsel__read_counter() argument
1539 __evsel__read_on_cpu(struct evsel *evsel, int cpu, int thread, bool scale) __evsel__read_on_cpu() argument
1559 get_group_fd(struct evsel *evsel, int cpu, int thread) get_group_fd() argument
1612 ignore_missing_thread(struct evsel *evsel, int nr_cpus, int cpu, struct perf_thread_map *threads, int thread, int err) ignore_missing_thread() argument
1706 int cpu, thread, nthreads; evsel__open_cpu() local
2714 int cpu, thread; store_evsel_ids() local
[all...]
H A Devlist.c458 int thread; in perf_evlist__enable_event_cpu() local
472 perf_evlist__enable_event_thread(struct evlist *evlist, struct evsel *evsel, int thread) perf_evlist__enable_event_thread() argument
[all...]
H A Dhist.h295 int thread; member

Completed in 53 milliseconds

1...<<11121314151617181920>>...26