Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/kernel/rcu/
H A Dtasks.h298 rtp = rtpcp->rtpp; in call_rcu_tasks_generic_timer()
317 rtp = rtpcp->rtpp; in call_rcu_tasks_iw_wakeup()
390 rtp = rtpcp->rtpp; in rcu_barrier_tasks_generic_cb()
490 if (rtp->percpu_enqueue_lim < rtp->percpu_dequeue_lim) { in rcu_tasks_need_gpcb()
586 rtp->gp_func(rtp); in rcu_tasks_one_gp()
592 rcu_tasks_invoke_cbs(rtp, per_cpu_ptr(rtp->rtpcpu, 0)); in rcu_tasks_one_gp()
709 rtp->kname, in show_rcu_tasks_generic_gp_kthread()
710 tasks_gp_state_getname(rtp), data_race(rtp->gp_state), in show_rcu_tasks_generic_gp_kthread()
713 data_race(rtp->n_ipis_fails), data_race(rtp->n_ipis), in show_rcu_tasks_generic_gp_kthread()
812 __func__, rtp->kname, rtp->tasks_gp_seq, j - rtp->gp_start); in rcu_tasks_wait_gp()
[all …]
H A Drcutorture.c1713 static void rcu_torture_reader_do_mbchk(long myid, struct rcu_torture *rtp, in rcu_torture_reader_do_mbchk() argument
1739 !READ_ONCE(rtp->rtort_chkp) && in rcu_torture_reader_do_mbchk()
1746 cmpxchg_relaxed(&rtp->rtort_chkp, NULL, rtrcp)) in rcu_torture_reader_do_mbchk()
/openbmc/linux/lib/
H A Dradix-tree.c264 if (rtp->nr) { in radix_tree_node_alloc()
265 ret = rtp->nodes; in radix_tree_node_alloc()
266 rtp->nodes = ret->parent; in radix_tree_node_alloc()
267 rtp->nr--; in radix_tree_node_alloc()
336 while (rtp->nr < nr) { in __radix_tree_preload()
343 if (rtp->nr < nr) { in __radix_tree_preload()
345 rtp->nodes = node; in __radix_tree_preload()
346 rtp->nr++; in __radix_tree_preload()
1585 while (rtp->nr) { in radix_tree_cpu_dead()
1586 node = rtp->nodes; in radix_tree_cpu_dead()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Datombios_dp.c567 int rtp = 0; in radeon_dp_set_tp() local
573 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
576 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
579 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
582 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
586 rtp = 0; in radeon_dp_set_tp()
589 rtp = 1; in radeon_dp_set_tp()
593 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dallwinner,sun4i-a10-ts.yaml65 rtp: rtp@1c25000 {
/openbmc/linux/drivers/net/ethernet/amd/
H A Ddeclance.c333 unsigned char *rtp; in cp_to_buf() local
349 rtp = (unsigned char *)tp; in cp_to_buf()
352 *rtp++ = *rfp++; in cp_to_buf()
377 rtp = (unsigned char *)tp; in cp_to_buf()
380 *rtp++ = *rfp++; in cp_to_buf()
392 unsigned char *rtp; in cp_from_buf() local
408 rtp = (unsigned char *)tp; in cp_from_buf()
412 *rtp++ = *rfp++; in cp_from_buf()
438 rtp = (unsigned char *)tp; in cp_from_buf()
441 *rtp++ = *rfp++; in cp_from_buf()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c518 int rtp = 0; in amdgpu_atombios_dp_set_tp() local
523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp()
526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp()
529 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp()
532 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
/openbmc/linux/drivers/md/
H A Ddm-raid.c638 if (rtp->level == 10) { in __got_raid10()
639 switch (rtp->algorithm) { in __got_raid10()
658 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local
660 while (rtp-- > raid_types) in get_raid_type()
661 if (!strcasecmp(rtp->name, name)) in get_raid_type()
662 return rtp; in get_raid_type()
670 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local
672 while (rtp-- > raid_types) { in get_raid_type_by_ll()
674 if (rtp->level == level && in get_raid_type_by_ll()
675 (__got_raid10(rtp, layout) || rtp->algorithm == layout)) in get_raid_type_by_ll()
[all …]
/openbmc/linux/net/ipv4/
H A Dip_output.c1281 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1286 rt = *rtp; in ip_setup_cork()
1316 *rtp = NULL; in ip_setup_cork()
1345 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1355 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1536 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1550 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
H A Dfib_semantics.c150 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
152 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
194 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
198 if (!rtp) in rt_fibinfo_free_cpus()
204 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
210 free_percpu(rtp); in rt_fibinfo_free_cpus()
H A Draw.c321 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
330 struct rtable *rt = *rtp; in raw_send_hdrinc()
358 *rtp = NULL; in raw_send_hdrinc()
/openbmc/linux/net/ipv6/
H A Dip6_fib.c1902 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1906 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1928 *rtp = rt->fib6_next; in fib6_del_route()
2001 struct fib6_info __rcu **rtp; in fib6_del() local
2021 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2022 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2027 fib6_del_route(table, fn, rtp, info); in fib6_del()
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-a13.dtsi59 thermal-sensors = <&rtp>;
H A Dsun4i-a10.dtsi134 thermal-sensors = <&rtp>;
857 rtp: rtp@1c25000 { label
H A Dsun5i.dtsi587 rtp: rtp@1c25000 { label
H A Dsun7i-a20.dtsi133 thermal-sensors = <&rtp>;
1051 rtp: rtp@1c25000 { label
H A Dsun6i-a31.dtsi142 thermal-sensors = <&rtp>;
761 rtp: rtp@1c25000 { label
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
H A Dsun5i-gr8-evb.dts287 &rtp {
H A Dsun4i-a10.dtsi133 thermal-sensors = <&rtp>;
943 rtp: rtp@1c25000 { label
H A Dsun5i.dtsi655 rtp: rtp@1c25000 { label
H A Dsun6i-a31.dtsi169 thermal-sensors = <&rtp>;
809 rtp: rtp@1c25000 { label
H A Dsun7i-a20.dtsi145 thermal-sensors = <&rtp>;
1310 rtp: rtp@1c25000 { label
/openbmc/linux/net/mctp/test/
H A Droute-test.c285 struct mctp_test_route **rtp, in __mctp_route_test_init() argument
310 *rtp = rt; in __mctp_route_test_init()
/openbmc/linux/include/net/
H A Dip.h236 struct ipcm_cookie *ipc, struct rtable **rtp,

12