Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 1569) sorted by relevance

12345678910>>...63

/kernel/linux/linux-5.10/tools/perf/util/
Dtarget.h8 struct target { struct
20 enum target_errno { argument
52 static inline bool target__has_task(struct target *target) in target__has_task()
57 static inline bool target__has_cpu(struct target *target) in target__has_cpu()
62 static inline bool target__none(struct target *target) in target__none()
67 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread()
72 static inline bool target__uses_dummy_map(struct target *target) in target__uses_dummy_map()
/kernel/linux/linux-4.19/tools/perf/util/
Dtarget.h8 struct target { struct
20 enum target_errno { argument
52 static inline bool target__has_task(struct target *target) in target__has_task()
57 static inline bool target__has_cpu(struct target *target) in target__has_cpu()
62 static inline bool target__none(struct target *target) in target__none()
67 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread()
72 static inline bool target__uses_dummy_map(struct target *target) in target__uses_dummy_map()
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath6kl/
Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target()
33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start()
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service()
45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx()
51 static inline void ath6kl_htc_stop(struct htc_target *target) in ath6kl_htc_stop()
56 static inline void ath6kl_htc_cleanup(struct htc_target *target) in ath6kl_htc_cleanup()
61 static inline void ath6kl_htc_flush_txep(struct htc_target *target, in ath6kl_htc_flush_txep()
68 static inline void ath6kl_htc_flush_rx_buf(struct htc_target *target) in ath6kl_htc_flush_rx_buf()
73 static inline void ath6kl_htc_activity_changed(struct htc_target *target, in ath6kl_htc_activity_changed()
81 static inline int ath6kl_htc_get_rxbuf_num(struct htc_target *target, in ath6kl_htc_get_rxbuf_num()
[all …]
Dhtc_pipe.c77 static void send_packet_completion(struct htc_target *target, in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based()
173 static void get_htc_packet(struct htc_target *target, in get_htc_packet()
203 static int htc_issue_packets(struct htc_target *target, in htc_issue_packets()
300 static enum htc_send_queue_result htc_try_send(struct htc_target *target, in htc_try_send()
529 static void htc_free_txctrl_packet(struct htc_target *target, in htc_free_txctrl_packet()
535 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
540 static void htc_txctrl_complete(struct htc_target *target, in htc_txctrl_complete()
548 static int htc_setup_target_buffer_assignments(struct htc_target *target) in htc_setup_target_buffer_assignments()
654 static void htc_process_credit_report(struct htc_target *target, in htc_process_credit_report()
[all …]
Dhtc_mbox.c375 static void htc_reclaim_txctrl_buf(struct htc_target *target, in htc_reclaim_txctrl_buf()
383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf()
408 static void htc_tx_comp_update(struct htc_target *target, in htc_tx_comp_update()
451 static void htc_tx_comp_handler(struct htc_target *target, in htc_tx_comp_handler()
467 static void htc_async_tx_scat_complete(struct htc_target *target, in htc_async_tx_scat_complete()
507 static int ath6kl_htc_tx_issue(struct htc_target *target, in ath6kl_htc_tx_issue()
546 static int htc_check_credits(struct htc_target *target, in htc_check_credits()
599 static void ath6kl_htc_tx_pkts_get(struct htc_target *target, in ath6kl_htc_tx_pkts_get()
679 static int ath6kl_htc_tx_setup_scat_list(struct htc_target *target, in ath6kl_htc_tx_setup_scat_list()
759 struct htc_target *target = endpoint->target; in ath6kl_htc_tx_bundle() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
Dhtc-ops.h28 static inline int ath6kl_htc_wait_target(struct htc_target *target) in ath6kl_htc_wait_target()
33 static inline int ath6kl_htc_start(struct htc_target *target) in ath6kl_htc_start()
38 static inline int ath6kl_htc_conn_service(struct htc_target *target, in ath6kl_htc_conn_service()
45 static inline int ath6kl_htc_tx(struct htc_target *target, in ath6kl_htc_tx()
51 static inline void ath6kl_htc_stop(struct htc_target *target) in ath6kl_htc_stop()
56 static inline void ath6kl_htc_cleanup(struct htc_target *target) in ath6kl_htc_cleanup()
61 static inline void ath6kl_htc_flush_txep(struct htc_target *target, in ath6kl_htc_flush_txep()
68 static inline void ath6kl_htc_flush_rx_buf(struct htc_target *target) in ath6kl_htc_flush_rx_buf()
73 static inline void ath6kl_htc_activity_changed(struct htc_target *target, in ath6kl_htc_activity_changed()
81 static inline int ath6kl_htc_get_rxbuf_num(struct htc_target *target, in ath6kl_htc_get_rxbuf_num()
[all …]
Dhtc_pipe.c77 static void send_packet_completion(struct htc_target *target, in send_packet_completion()
91 static void get_htc_packet_credit_based(struct htc_target *target, in get_htc_packet_credit_based()
173 static void get_htc_packet(struct htc_target *target, in get_htc_packet()
203 static int htc_issue_packets(struct htc_target *target, in htc_issue_packets()
300 static enum htc_send_queue_result htc_try_send(struct htc_target *target, in htc_try_send()
529 static void htc_free_txctrl_packet(struct htc_target *target, in htc_free_txctrl_packet()
535 static struct htc_packet *htc_alloc_txctrl_packet(struct htc_target *target) in htc_alloc_txctrl_packet()
540 static void htc_txctrl_complete(struct htc_target *target, in htc_txctrl_complete()
548 static int htc_setup_target_buffer_assignments(struct htc_target *target) in htc_setup_target_buffer_assignments()
654 static void htc_process_credit_report(struct htc_target *target, in htc_process_credit_report()
[all …]
Dhtc_mbox.c375 static void htc_reclaim_txctrl_buf(struct htc_target *target, in htc_reclaim_txctrl_buf()
383 static struct htc_packet *htc_get_control_buf(struct htc_target *target, in htc_get_control_buf()
408 static void htc_tx_comp_update(struct htc_target *target, in htc_tx_comp_update()
451 static void htc_tx_comp_handler(struct htc_target *target, in htc_tx_comp_handler()
467 static void htc_async_tx_scat_complete(struct htc_target *target, in htc_async_tx_scat_complete()
507 static int ath6kl_htc_tx_issue(struct htc_target *target, in ath6kl_htc_tx_issue()
546 static int htc_check_credits(struct htc_target *target, in htc_check_credits()
599 static void ath6kl_htc_tx_pkts_get(struct htc_target *target, in ath6kl_htc_tx_pkts_get()
679 static int ath6kl_htc_tx_setup_scat_list(struct htc_target *target, in ath6kl_htc_tx_setup_scat_list()
759 struct htc_target *target = endpoint->target; in ath6kl_htc_tx_bundle() local
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-tm.c58 int tm_cgpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cgpr_active()
86 int tm_cgpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_get()
133 int tm_cgpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cgpr_set()
199 int tm_cfpr_active(struct task_struct *target, const struct user_regset *regset) in tm_cfpr_active()
228 int tm_cfpr_get(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_get()
272 int tm_cfpr_set(struct task_struct *target, const struct user_regset *regset, in tm_cfpr_set()
311 int tm_cvmx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvmx_active()
341 int tm_cvmx_get(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_get()
392 int tm_cvmx_set(struct task_struct *target, const struct user_regset *regset, in tm_cvmx_set()
439 int tm_cvsx_active(struct task_struct *target, const struct user_regset *regset) in tm_cvsx_active()
[all …]
Dptrace-view.c217 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get()
244 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set()
298 static int ppr_get(struct task_struct *target, const struct user_regset *regset, in ppr_get()
304 static int ppr_set(struct task_struct *target, const struct user_regset *regset, in ppr_set()
312 static int dscr_get(struct task_struct *target, const struct user_regset *regset, in dscr_get()
317 static int dscr_set(struct task_struct *target, const struct user_regset *regset, in dscr_set()
326 static int tar_get(struct task_struct *target, const struct user_regset *regset, in tar_get()
331 static int tar_set(struct task_struct *target, const struct user_regset *regset, in tar_set()
339 static int ebb_active(struct task_struct *target, const struct user_regset *regset) in ebb_active()
350 static int ebb_get(struct task_struct *target, const struct user_regset *regset, in ebb_get()
[all …]
Dptrace-vsx.c21 int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
49 int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
79 int vsr_active(struct task_struct *target, const struct user_regset *regset) in vsr_active()
97 int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get()
126 int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send()
87 static void htc_process_target_rdy(struct htc_target *target, in htc_process_target_rdy()
102 static void htc_process_conn_rsp(struct htc_target *target, in htc_process_conn_rsp()
147 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
185 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
223 int htc_init(struct htc_target *target) in htc_init()
234 int htc_connect_service(struct htc_target *target, in htc_connect_service()
293 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
301 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
307 void htc_stop(struct htc_target *target) in htc_stop()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send()
87 static void htc_process_target_rdy(struct htc_target *target, in htc_process_target_rdy()
102 static void htc_process_conn_rsp(struct htc_target *target, in htc_process_conn_rsp()
147 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
186 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
225 int htc_init(struct htc_target *target) in htc_init()
236 int htc_connect_service(struct htc_target *target, in htc_connect_service()
296 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
304 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
310 void htc_stop(struct htc_target *target) in htc_stop()
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/ulp/srp/
Dib_srp.c210 static int srp_target_is_topspin(struct srp_target_port *target) in srp_target_is_topspin()
269 static int srp_init_ib_qp(struct srp_target_port *target, in srp_init_ib_qp()
304 struct srp_target_port *target = ch->target; in srp_new_ib_cm_id() local
330 struct srp_target_port *target = ch->target; in srp_new_rdma_cm_id() local
374 struct srp_target_port *target = ch->target; in srp_new_cm_id() local
380 static struct ib_fmr_pool *srp_alloc_fmr_pool(struct srp_target_port *target) in srp_alloc_fmr_pool()
515 static struct srp_fr_pool *srp_alloc_fr_pool(struct srp_target_port *target) in srp_alloc_fr_pool()
543 struct srp_target_port *target = ch->target; in srp_create_ch_ib() local
664 static void srp_free_ch_ib(struct srp_target_port *target, in srp_free_ch_ib()
731 struct srp_target_port *target = ch->target; in srp_path_rec_completion() local
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
Dib_srp.c216 static int srp_target_is_topspin(struct srp_target_port *target) in srp_target_is_topspin()
275 static int srp_init_ib_qp(struct srp_target_port *target, in srp_init_ib_qp()
310 struct srp_target_port *target = ch->target; in srp_new_ib_cm_id() local
336 struct srp_target_port *target = ch->target; in srp_new_rdma_cm_id() local
380 struct srp_target_port *target = ch->target; in srp_new_cm_id() local
502 static struct srp_fr_pool *srp_alloc_fr_pool(struct srp_target_port *target) in srp_alloc_fr_pool()
530 struct srp_target_port *target = ch->target; in srp_create_ch_ib() local
641 static void srp_free_ch_ib(struct srp_target_port *target, in srp_free_ch_ib()
705 struct srp_target_port *target = ch->target; in srp_path_rec_completion() local
718 struct srp_target_port *target = ch->target; in srp_ib_lookup_path() local
[all …]
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Dptrace.c330 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get()
371 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set()
438 static int fpr_get(struct task_struct *target, const struct user_regset *regset, in fpr_get()
477 static int fpr_set(struct task_struct *target, const struct user_regset *regset, in fpr_set()
525 static int vr_active(struct task_struct *target, in vr_active()
546 static int vr_get(struct task_struct *target, const struct user_regset *regset, in vr_get()
596 static int vr_set(struct task_struct *target, const struct user_regset *regset, in vr_set()
642 static int vsr_active(struct task_struct *target, in vsr_active()
661 static int vsr_get(struct task_struct *target, const struct user_regset *regset, in vsr_get()
694 static int vsr_set(struct task_struct *target, const struct user_regset *regset, in vsr_set()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_io.c15 u16 target = reg >> TARGET_OFFSET; in __ocelot_read_ix() local
28 u16 target = reg >> TARGET_OFFSET; in __ocelot_write_ix() local
40 u16 target = reg >> TARGET_OFFSET; in __ocelot_rmw_ix() local
53 u16 target = reg >> TARGET_OFFSET; in ocelot_port_readl() local
66 u16 target = reg >> TARGET_OFFSET; in ocelot_port_writel() local
82 u32 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_read_ix()
92 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_write_ix()
103 u16 target; in ocelot_regfields_init() local
/kernel/linux/linux-5.10/arch/s390/kernel/
Dptrace.c945 static int s390_regs_get(struct task_struct *target, in s390_regs_get()
958 static int s390_regs_set(struct task_struct *target, in s390_regs_set()
994 static int s390_fpregs_get(struct task_struct *target, in s390_fpregs_get()
1009 static int s390_fpregs_set(struct task_struct *target, in s390_fpregs_set()
1051 static int s390_last_break_get(struct task_struct *target, in s390_last_break_get()
1058 static int s390_last_break_set(struct task_struct *target, in s390_last_break_set()
1066 static int s390_tdb_get(struct task_struct *target, in s390_tdb_get()
1077 static int s390_tdb_set(struct task_struct *target, in s390_tdb_set()
1085 static int s390_vxrs_low_get(struct task_struct *target, in s390_vxrs_low_get()
1101 static int s390_vxrs_low_set(struct task_struct *target, in s390_vxrs_low_set()
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Dptrace.c211 static int gpr32_get(struct task_struct *target, in gpr32_get()
222 static int gpr32_set(struct task_struct *target, in gpr32_set()
276 static int gpr64_get(struct task_struct *target, in gpr64_get()
287 static int gpr64_set(struct task_struct *target, in gpr64_set()
407 static void fpr_get_fpa(struct task_struct *target, in fpr_get_fpa()
420 static void fpr_get_msa(struct task_struct *target, struct membuf *to) in fpr_get_msa()
434 static int fpr_get(struct task_struct *target, in fpr_get()
453 static int fpr_set_fpa(struct task_struct *target, in fpr_set_fpa()
468 static int fpr_set_msa(struct task_struct *target, in fpr_set_msa()
501 static int fpr_set(struct task_struct *target, in fpr_set()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c45 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_meta_tci() local
96 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_mac() local
146 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_tport() local
165 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_ip_ext() local
224 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_ipv4() local
246 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_ipv6() local
267 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_geneve_opt() local
283 struct fl_flow_key *target = mask_version ? flow->mask : flow->key; in nfp_flower_compile_ipv4_udp_tun() local
/kernel/linux/linux-5.10/drivers/acpi/numa/
Dhmat.c95 struct memory_target *target; in find_mem_target() local
126 struct memory_target *target; in alloc_memory_target() local
226 static void hmat_update_target_access(struct memory_target *target, in hmat_update_target_access()
298 struct memory_target *target; in hmat_parse_locality() local
361 struct memory_target *target; in hmat_parse_cache() local
424 struct memory_target *target = NULL; in hmat_parse_proximity_domain() local
494 static u32 hmat_initiator_perf(struct memory_target *target, in hmat_initiator_perf()
577 static void hmat_register_target_initiators(struct memory_target *target) in hmat_register_target_initiators()
680 static void hmat_register_target_cache(struct memory_target *target) in hmat_register_target_cache()
689 static void hmat_register_target_perf(struct memory_target *target, int access) in hmat_register_target_perf()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dregset.c16 int regset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_fpregs_active()
21 int regset_xregset_fpregs_active(struct task_struct *target, const struct user_regset *regset) in regset_xregset_fpregs_active()
29 int xfpregs_get(struct task_struct *target, const struct user_regset *regset, in xfpregs_get()
43 int xfpregs_set(struct task_struct *target, const struct user_regset *regset, in xfpregs_set()
74 int xstateregs_get(struct task_struct *target, const struct user_regset *regset, in xstateregs_get()
106 int xstateregs_set(struct task_struct *target, const struct user_regset *regset, in xstateregs_set()
288 int fpregs_get(struct task_struct *target, const struct user_regset *regset, in fpregs_get()
315 int fpregs_set(struct task_struct *target, const struct user_regset *regset, in fpregs_set()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dptrace_32.c48 static int regwindow32_get(struct task_struct *target, in regwindow32_get()
66 static int regwindow32_set(struct task_struct *target, in regwindow32_set()
84 static int genregs32_get(struct task_struct *target, in genregs32_get()
107 static int genregs32_set(struct task_struct *target, in genregs32_set()
166 static int fpregs32_get(struct task_struct *target, in fpregs32_get()
182 static int fpregs32_set(struct task_struct *target, in fpregs32_set()
244 static int getregs_get(struct task_struct *target, in getregs_get()
260 static int setregs_set(struct task_struct *target, in setregs_set()
287 static int getfpregs_get(struct task_struct *target, in getfpregs_get()
300 static int setfpregs_set(struct task_struct *target, in setfpregs_set()
/kernel/linux/linux-5.10/scripts/dtc/
Ddtc-parser.y179 struct node *target = get_node_by_ref($1, $3); variable
198 struct node *target = get_node_by_ref($1, $2); variable
209 struct node *target = get_node_by_ref($1, $2); variable
228 struct node *target = get_node_by_ref($1, $3); variable
240 struct node *target = get_node_by_ref($1, $3); variable
/kernel/linux/linux-4.19/arch/s390/kernel/
Dptrace.c922 static int s390_regs_get(struct task_struct *target, in s390_regs_get()
949 static int s390_regs_set(struct task_struct *target, in s390_regs_set()
985 static int s390_fpregs_get(struct task_struct *target, in s390_fpregs_get()
1001 static int s390_fpregs_set(struct task_struct *target, in s390_fpregs_set()
1043 static int s390_last_break_get(struct task_struct *target, in s390_last_break_get()
1061 static int s390_last_break_set(struct task_struct *target, in s390_last_break_set()
1069 static int s390_tdb_get(struct task_struct *target, in s390_tdb_get()
1083 static int s390_tdb_set(struct task_struct *target, in s390_tdb_set()
1091 static int s390_vxrs_low_get(struct task_struct *target, in s390_vxrs_low_get()
1108 static int s390_vxrs_low_set(struct task_struct *target, in s390_vxrs_low_set()
[all …]

12345678910>>...63