Lines Matching refs:bau_control

133 static DEFINE_PER_CPU(struct bau_control, bau_control);
140 struct bau_control *bcp; in set_bau_on()
148 bcp = &per_cpu(bau_control, cpu); in set_bau_on()
159 struct bau_control *bcp; in set_bau_off()
163 bcp = &per_cpu(bau_control, cpu); in set_bau_off()
207 static void reply_to_message(struct msg_desc *mdp, struct bau_control *bcp, in reply_to_message()
226 struct bau_control *bcp) in bau_process_retry_msg()
282 static void bau_process_message(struct msg_desc *mdp, struct bau_control *bcp, in bau_process_message()
290 struct bau_control *smaster = bcp->socket_master; in bau_process_message()
347 static int pnode_to_first_cpu(int pnode, struct bau_control *smaster) in pnode_to_first_cpu()
373 struct bau_control *bcp = &per_cpu(bau_control, smp_processor_id()); in do_reset()
419 static void reset_with_ipi(struct pnmask *distribution, struct bau_control *bcp) in reset_with_ipi()
426 struct bau_control *smaster = bcp->socket_master; in reset_with_ipi()
500 static inline void quiesce_local_uvhub(struct bau_control *hmaster) in quiesce_local_uvhub()
508 static inline void end_uvhub_quiesce(struct bau_control *hmaster) in end_uvhub_quiesce()
528 struct bau_control *bcp, long try) in uv1_wait_completion()
591 static int handle_uv2_busy(struct bau_control *bcp) in handle_uv2_busy()
601 struct bau_control *bcp, long try) in uv2_3_wait_completion()
682 struct bau_control *bcp, long try) in uv4_wait_completion()
729 struct bau_control *bcp, in destination_plugged()
730 struct bau_control *hmaster, struct ptc_stats *stat) in destination_plugged()
752 struct bau_control *bcp, struct bau_control *hmaster, in destination_timeout()
777 static void disable_for_period(struct bau_control *bcp, struct ptc_stats *stat) in disable_for_period()
780 struct bau_control *tbcp; in disable_for_period()
781 struct bau_control *hmaster; in disable_for_period()
790 tbcp = &per_cpu(bau_control, tcpu); in disable_for_period()
801 static void count_max_concurr(int stat, struct bau_control *bcp, in count_max_concurr()
802 struct bau_control *hmaster) in count_max_concurr()
816 struct bau_control *bcp, struct ptc_stats *stat, in record_send_stats()
859 static void uv1_throttle(struct bau_control *hmaster, struct ptc_stats *stat) in uv1_throttle()
877 struct bau_control *bcp, struct bau_control *hmaster, in handle_cmplt()
897 struct bau_control *bcp, in uv_flush_send_and_wait()
908 struct bau_control *hmaster = bcp->uvhub_master; in uv_flush_send_and_wait()
988 static int check_enable(struct bau_control *bcp, struct ptc_stats *stat) in check_enable()
991 struct bau_control *tbcp; in check_enable()
992 struct bau_control *hmaster; in check_enable()
999 tbcp = &per_cpu(bau_control, tcpu); in check_enable()
1048 static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp, in set_distrib_bits()
1110 struct bau_control *bcp; in uv_flush_tlb_others()
1113 bcp = &per_cpu(bau_control, cpu); in uv_flush_tlb_others()
1193 struct bau_control *bcp) in find_another_by_swack()
1216 static void process_uv2_message(struct msg_desc *mdp, struct bau_control *bcp) in process_uv2_message()
1280 struct bau_control *bcp; in uv_bau_message_interrupt()
1288 bcp = &per_cpu(bau_control, smp_processor_id()); in uv_bau_message_interrupt()
1399 struct bau_control *bcp; in ptc_seq_show()
1418 bcp = &per_cpu(bau_control, cpu); in ptc_seq_show()
1558 static int parse_tunables_write(struct bau_control *bcp, char *instr, in parse_tunables_write()
1621 struct bau_control *bcp; in tunables_write()
1631 bcp = &per_cpu(bau_control, cpu); in tunables_write()
1638 bcp = &per_cpu(bau_control, cpu); in tunables_write()
1723 struct bau_control *bcp; in activation_descriptor_init()
1784 bcp = &per_cpu(bau_control, cpu); in activation_descriptor_init()
1803 struct bau_control *bcp; in pq_init()
1817 bcp = &per_cpu(bau_control, cpu); in pq_init()
1830 bcp = &per_cpu(bau_control, smp_processor_id()); in pq_init()
1910 struct bau_control *bcp; in init_per_cpu_tunables()
1913 bcp = &per_cpu(bau_control, cpu); in init_per_cpu_tunables()
1948 struct bau_control *bcp; in get_cpu_topology()
1953 bcp = &per_cpu(bau_control, cpu); in get_cpu_topology()
1955 memset(bcp, 0, sizeof(struct bau_control)); in get_cpu_topology()
1995 static void make_per_cpu_thp(struct bau_control *smaster) in make_per_cpu_thp()
2010 static void make_per_hub_cpumask(struct bau_control *hmaster) in make_per_hub_cpumask()
2023 struct bau_control **smasterp, in scan_sock()
2024 struct bau_control **hmasterp) in scan_sock()
2027 struct bau_control *bcp; in scan_sock()
2031 bcp = &per_cpu(bau_control, cpu); in scan_sock()
2093 struct bau_control *smaster = NULL; in summarize_uvhub_sockets()
2094 struct bau_control *hmaster = NULL; in summarize_uvhub_sockets()